Bcrypt Hash Generator

Bcrypt is designed to be slow, which slows down brute-force attacks. This tool hashes a password with a configurable cost factor and can verify a hash, all in your browser.

Contents

Key Features

Use Cases

How to Use

  1. Enter the password
  2. Set the cost factor
  3. Generate the hash
  4. Copy or verify it

Practical Tips

FAQ

What cost should I use?
As high as your servers can afford, often 10 to 12.
Bcrypt vs Argon2?
Argon2 is newer; bcrypt is still widely supported.
← Back to Guides