htpasswd generator
Create .htpasswd entries for Apache and Nginx HTTP Basic Auth. Choose
the APR1 (Apache MD5) crypt format used by htpasswd -m, or the SHA-1
{SHA} base64 scheme used by htpasswd -s.
APR1 follows the published Apache algorithm exactly: a 1000-round MD5 derivation with a random 8-character salt and Apache’s custom base64 encoding. It is privacy-first — the password is hashed entirely in your browser and never leaves your device.