Free Bcrypt Hash Generator

Generate a salted bcrypt password hash locally with a selectable work factor.

Bcrypt Hash Generator

Enter a value to begin.

How to use this bcrypt hash generator

  1. Enter a password of at most 72 UTF-8 bytes, choose a cost and generate a new hash.
  2. Check the inputs and preview, then use the primary action.
  3. Download, copy or use the result shown by the tool.

How the result is calculated

The pinned bcrypt.js implementation obtains a fresh random salt from Web Crypto and produces a 60-character $2b$ hash. Identical passwords normally produce different hashes because each generation uses a new salt.

Read the current bcrypt.js browser implementation and security notes before submitting.

All calculation and transformation work happens in this browser tab. No entered value is sent to an Noler Tools application server.

Important limitations

Results are provided for convenience and should be checked independently before an important decision. A format or checksum result never authenticates an identity, document, account, licence, vehicle or registration.

Frequently asked questions

Is this bcrypt hash generator free?

Yes. It is free to use and does not require an account.

Does Noler Tools save my input?

No. The input and result remain in temporary browser memory and are not uploaded or saved by this site.

Related tools