ToolNext

htpasswdジェネレーター

Nginx/Apache用のhtpasswdパスワードファイルを生成

tools.htpasswd.generateTitle

tools.htpasswd.nginxExample

# nginx.conf 中使用示例
location /protected {
    auth_basic "Restricted Area";
    auth_basic_user_file /etc/nginx/.htpasswd;
}
⚠️ tools.htpasswd.warningNotehtpasswd -c /etc/nginx/.htpasswd username

工具说明

bcrypt・MD5・SHA1暗号化に対応し、Nginx/ApacheのBasic Auth用パスワードハッシュを生成するオンラインhtpasswdジェネレーター。

htpasswdnginxapachebasic auth密码认证