.htpasswd Generator

Bcrypt-hashed .htpasswd line for Apache or Nginx basic auth. All computed locally.

Add to /etc/apache2/.htpasswd (or your configured file). In nginx, enable with auth_basic "name"; auth_basic_user_file /path/to/.htpasswd;.