Toolzy

.htpasswd Generator

Generate Apache/Nginx .htpasswd entries.

.htpasswd

Everything runs locally — passwords never leave your browser.

Create a username:hash line for HTTP basic authentication using bcrypt or SHA-1.

How to use

  1. Enter a username and password.
  2. Choose bcrypt (recommended) or SHA-1.
  3. Copy the line into your .htpasswd file.

Frequently asked questions

Which algorithm should I use?
bcrypt is the most secure and widely supported by modern Apache and Nginx.
Is the password stored?
No, hashing happens entirely in your browser.

Related tools