htpasswd Generator
Creates secure htpasswd entries
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
Ähnliche Tools
Was this tool helpful?