Bcryptハッシュジェネレーター
PBKDF2-SHA256を使用してブラウザ内でbcrypt形式のパスワードハッシュを生成・検証します。
このツールはPBKDF2-HMAC-SHA256(Web Crypto API)を使用し、bcrypt互換の$2b$形式で出力します。すべての処理はブラウザ内で行われ、パスワードがサーバーに送信されることはありません。
高いほど安全ですが遅くなります。デフォルトは10を推奨します。
使い方
PBKDF2-SHA256を使用してブラウザ内でbcrypt形式のパスワードハッシュを生成・検証します。
- 1Type or paste the password or text you want to hash into the Password field.
- 2Choose a cost factor (4–14). Cost 10 is the recommended default for most applications.
- 3Click 'Generate Hash' and copy the resulting $2b$... hash to use in your project.
- 4To verify, switch to the Verify tab, enter the original password and the hash, then click Verify.
主な機能
- PBKDF2-HMAC-SHA256 with bcrypt-compatible $2b$ output format
- Configurable cost factor 4–14 with live iteration count display
- One-click copy for generated hashes
- Built-in verify tab — check any password against its hash instantly
- 100% browser-based — no passwords ever leave your device