πŸ” .htpasswd Generator

Generate Apache-compatible password hashes β€” bcrypt, MD5-APR1, SHA1 β€” entirely in your browser

Single Entry

bcrypt
MD5-APR1
SHA1
⚠️ bcrypt uses a pure-JS implementation. For production, use the Apache htpasswd CLI command.

Bulk Generation

bcrypt
MD5-APR1
SHA1

πŸ“„ .htpasswd File

ℹ️ Format Reference

bcrypt user:$2y$10$... β€” Most secure, recommended
MD5 user:$apr1$... β€” Apache MD5 variant
SHA1 user:{SHA}base64... β€” Legacy, avoid if possible