Monu Tools

Bcrypt Generator & Checker

Hash a password with bcrypt and verify a password against a bcrypt hash, entirely in your browser.

How to use the Bcrypt

  1. 01

    Choose Hash to create a hash, or Verify to check one.

  2. 02

    Enter a password, and a hash when verifying.

  3. 03

    Read the bcrypt hash or the match result.

Frequently asked questions

What are rounds?

The cost factor: each extra round doubles the work needed to compute the hash, making brute-force attacks slower. 10 to 12 is a common choice.

Why is the same password's hash different each time?

Bcrypt includes a random salt in every hash, so the output differs even for the same password. Verification still works because the salt is stored inside the hash.

Is this safe to use?

Hashing runs entirely in your browser, so passwords are not uploaded. Still, avoid pasting real production passwords on shared computers.

About this tool

A bcrypt tool that hashes passwords at a chosen cost and verifies a password against an existing bcrypt hash.

Everything runs locally in your browser, so passwords stay on your device.

Related tools

We use essential cookies to run the site. With your consent we also load Google AdSense, which sets advertising cookies. See our privacy policy.