Input
admin / secret
Output
admin:$2y$...
Developer Tools
Encode a username and password into a .htpasswd line using bcrypt for Nginx auth_basic and similar HTTP basic authentication setups.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Encode a username and password into a .htpasswd line using bcrypt for Nginx auth_basic and similar HTTP basic authentication setups.
admin:$2a$...
输入用户名和密码后生成 htpasswd 条目;密码只在浏览器本地处理。
auth_basic "Restricted Access";auth_basic_user_file /etc/nginx/.htpasswd; Input
admin / secret
Output
admin:$2y$...
It currently generates bcrypt entries compatible with common Nginx and Apache basic-auth setups.
No. It only outputs a basic-auth file line for lightweight directory protection.
Tools
Continue with another translated tool for a nearby task.
Nginx Config Generator
Generate Nginx server blocks from form options, including reverse proxy, WebSocket, SSL, Gzip, and basic security headers. Copy or download conf files for static sites and app reverse-proxy starters.
Bcrypt Hash Generator
Generate bcrypt password hashes and verify plaintext locally in your browser. Adjust rounds to control cost for manual database writes and hash comparison.