Used only for bcrypt
Users
Tip: Add multiple users and generate a complete .htpasswd file in one click.
Frequently Asked Questions
What is a .htpasswd file used for?
It stores user credentials for Apache Basic Authentication. Each line is a username and hashed password pair.
Which algorithm should I use?
Use bcrypt when possible. APR1-MD5 and SHA-1 are useful for older environments.
Is this secure?
The app runs entirely in your browser. No server-side processing is required for hash generation.