Credential Parameters
Deployment Logic
• Bcrypt: Standard for modern Nginx and Apache 2.4+.
• APR1: Apache-specific salted MD5 implementation.
• Local-Only: Hashing is performed entirely in your browser's JS thread. Zero data is transmitted to any server.
• APR1: Apache-specific salted MD5 implementation.
• Local-Only: Hashing is performed entirely in your browser's JS thread. Zero data is transmitted to any server.
Generated .htpasswd String
admin:$2y$10$...
Detected Algorithm
Bcrypt
Hash Length
60 chars
Usage Context
Paste the line above into your
.htpasswd file. Ensure the file is placed outside your web root for security.