Files never leave your device

.htpasswd Generator

Generate Apache .htpasswd entries using bcrypt (the secure default) for HTTP Basic Authentication. Paste the line into your .htpasswd file.

For maximum security, prefer the bcrypt variant: htpasswd -B on a server. Bcrypt is computed CPU-side and not browser-friendly.

How to use htpasswd Generator

  1. Type a username and password.
  2. Click generate to produce a .htpasswd line.
  3. Append the line to your server's /etc/apache2/.htpasswd file (or wherever you store it).

Frequently asked questions