Bcrypt Hash Generator
Generate and verify bcrypt password hashes with adjustable cost.
Password to hash
Bcrypt hash
Verify a password against a hash
About the Bcrypt Hash Generator
Hash passwords with bcrypt at a chosen cost factor and verify any password against an existing bcrypt hash. Hashing runs asynchronously in your browser so the UI stays responsive even at high cost factors.
Examples
Hash a password
correct horse battery stapleOutput
$2a$10$...Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Checksum Comparator
Encoders & Crypto
Hash text or a file and compare against an expected checksum.
File Hash Calculator
Encoders & Crypto
Compute SHA-1/256/384/512 digests of a local file.
Hash Generator
Encoders & Crypto
Generate MD5, SHA-1/256/384/512 hashes of text.
HMAC Generator
Encoders & Crypto
Sign a message with HMAC using a secret key.
JWT Encoder
Encoders & Crypto
Build and sign a JWT with HS256/384/512 from a header, payload, and secret.
SRI Hash Generator
Encoders & Crypto
Generate a Subresource Integrity hash for scripts and stylesheets.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser