Security
Bcrypt Checker
Check whether a password matches an existing bcrypt hash directly in your browser.
Tool
Bcrypt Checker
Check whether a password matches an existing bcrypt hash directly in your browser.
This tool runs in your browser. Your input is processed locally and is not uploaded.
About this Tool
Use this bcrypt checker to validate test hashes, migration data and authentication fixtures. The comparison is performed locally in your browser and the entered password is not uploaded.
Examples
- Verify a $2b$ bcrypt hash
- Test a password migration
- Check a bcrypt fixture
Frequently Asked Questions
How does bcrypt verification work?
The checker reads the cost factor and salt from the encoded bcrypt hash, hashes the entered password and compares the result.
Can a bcrypt hash be decrypted?
No. Bcrypt is a one-way password hashing algorithm. Verification works by hashing the entered password again.
Are the password and hash uploaded?
No. Both values are processed locally in your browser.
Related Tools
Bcrypt Generator
Create salted bcrypt hashes for passwords and development tests.
MD5 Generator
Generate MD5 checksums for compatibility and non-security integrity checks.
SHA-1 Generator
Generate SHA-1 checksums for legacy compatibility and non-adversarial file identification.
SHA-256 Generator
Calculate a SHA-256 digest for text input or selected local files.
SHA-512 Generator
Calculate a SHA-512 digest for text input or selected local files.
HMAC Generator
Create keyed message authentication codes from a message and secret key.