Crypto Tools
Bcrypt Hash Generator & Verifier — In-Browser, No Upload
🔒 Runs in your browser
Hash a password with bcrypt or verify that a plaintext matches a stored hash — entirely in your browser using bcryptjs. Choose salt rounds between 8 and 14 (default 10). Your input never leaves your device: no server receives your plaintext or hashes. Switch between Hash and Verify modes with a single click.
How to use this tool
- Switch to Hash or Verify mode.
- Enter your plaintext and click Hash (or enter the hash to verify).
- Copy the resulting hash or read the match result.
8 (fast)11 (balanced)14 (slow)
Your input never leaves your browser. Hashing is done client-side using bcryptjs.
How to Hash a Password with Bcrypt Online — Free (2026)
Generate and verify bcrypt hashes in your browser. Choose salt rounds and verify plaintext against a hash. No upload.