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.