htpasswd Generator

Creates secure htpasswd entries

htpasswd Generator
Password strength
bcrypt is the most secure algorithm
  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

Was this tool helpful?