Nginx Htpasswd Generator

Generate a bcrypt htpasswd line for use with nginx auth_basic. Runs entirely in your browser; nothing is sent to the server.

Example nginx: auth_basic "Restricted"; auth_basic_user_file /etc/nginx/.htpasswd;