htpasswd Generator

Generate secure password hashes for htpasswd files. Protect directories with HTTP Basic Authentication quickly and without any extra software.
Do you like this tool?
Create user
Password strength
bcrypt is the most secure algorithm
Instructions
  1. Create a file .htpasswd in the desired directory
  2. Paste the generated entries into the file
  3. Create an .htaccess file with the following content:
    AuthType Basic
    AuthName "Protected Area"
    AuthUserFile /path/to/.htpasswd
    Require valid-user
.htpasswd File