Bcrypt-Hash-Generator
Sichere Bcrypt-Format-Passwort-Hashes im Browser mit PBKDF2-SHA256 generieren und verifizieren.
Dieses Tool verwendet PBKDF2-HMAC-SHA256 (Web Crypto API) mit einem bcrypt-kompatiblen $2b$-Ausgabeformat. Alles wird im Browser verarbeitet — Passwörter werden niemals an einen Server gesendet.
Höher = sicherer, aber langsamer. Standard 10 wird empfohlen.
Anleitung
Sichere Bcrypt-Format-Passwort-Hashes im Browser mit PBKDF2-SHA256 generieren und verifizieren.
- 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.
Funktionen
- 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