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