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
- Create a file
.htpasswdin the desired directory - Paste the generated entries into the file
- Create an
.htaccessfile with the following content:AuthType Basic AuthName "Protected Area" AuthUserFile /path/to/.htpasswd Require valid-user
.htpasswd File