Bcrypt Hash Generator & Verifier

Generate and verify Bcrypt password hashes online. Passwords are processed entirely in your browser and are not sent to a server.

Generate Hash

Generate a Bcrypt hash from the original text. A higher cost factor increases processing time.

Cost Factor

Verify Hash

Check whether a Bcrypt hash matches the original text.

How to use

  1. Enter the original text and choose an appropriate cost factor.
  2. Generate a Bcrypt hash or enter an existing Bcrypt hash to verify.
  3. Select Verify to check whether the original text matches the hash.

About this tool

Bcrypt is a one-way password hashing algorithm. Generated hashes include a salt in the standard Bcrypt format; this tool does not decrypt Bcrypt hashes or send your input to a server.

Related tools