Deploy Now
Radar Tools

htpasswd Generator

Create hashes for HTTP basic auth.

Generate htpasswd-compatible password hashes for Apache and Nginx HTTP basic authentication. Choose between bcrypt, MD5 (apr1), or SHA-1 algorithms.

Generate htpasswd Entry

server-side

How It Works

Your username and password are sent to our server over HTTPS, hashed using the selected algorithm, and the resulting htpasswd line is returned. Bcrypt is the strongest option and is recommended for all new configurations. We do not store or log any credentials.

Frequently Asked Questions

Bcrypt is recommended for new setups. It is the strongest option supported by modern Apache and Nginx. MD5 (apr1) is compatible with older setups.
Paste it into your .htpasswd file, then configure your web server to use that file for basic authentication on the protected directory.
No. Your password is sent over HTTPS, hashed on the server, and immediately discarded. We do not store or log credentials.