Generate a .htpasswd entry using bcrypt. Enter a username and password to produce a line ready to paste into your Apache or Nginx password file.
Note: This generator uses bcrypt ($2a$). Apache httpd 2.4+ and Nginx support bcrypt via the apr1 or bcrypt schemes. The legacy MD5-APR1 ($apr1$) scheme is not supported here.
marduc812
2026