Bcrypt Hash Generator
Generate secure bcrypt-format password hashes and verify them — all in your browser using PBKDF2-SHA256.
This tool uses PBKDF2-HMAC-SHA256 (Web Crypto API) with a bcrypt-compatible $2b$ output format. It is cryptographically secure and runs entirely in your browser — no passwords are ever sent to a server.
Higher cost = more secure but slower. Cost 10 is the recommended default.
How to Use
Generate secure bcrypt-format password hashes and verify them — all in your browser using PBKDF2-SHA256.
- 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.
Key Features
- 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