Online .htpasswd generator for Basic Auth in nginx/apache: username + password hash.
Htpasswd Generator is a free online tool for creating .htpasswd lines for nginx and Apache Basic Auth. Processing runs locally in your browser.
Choose a related tool for the next step.
Data passed between tools is kept only in the current browser session.
Htpasswd Generator creates lines for .htpasswd used by nginx and Apache for Basic Auth.
Accepts username and password, hashes the password with the chosen algorithm, and forms username:hashed_password. Use bcrypt for new configs or Apache MD5 apr1 for compatibility.
Basic Auth must be used only over HTTPS. Do not commit .htpasswd to git or publish it.
Processing runs locally in your browser.