1. Users and passwords
One user per line, with or without a password :
Generate
2. Generated htpasswd file
Hashing algorithm : |
The crypt() algorithm truncates all passwords to 8 characters max.
Your data contains non-ascii characters. The password file will have to be saved in ISO-8859-1 for Firefox and Chrome,
or UTF-8 for Opera.
If you want to ensure browser compatibility,
use only ASCII.
Your data contains unicode characters.
only Opera can handle unicode authentication,
if your password file is saved in UTF-8.
In your browser, the cryptographic random number generator is
available