ilovekit

Bcrypt Hash Generator/Checker

5 tools

Generate a bcrypt hash or check a password against one.

Runs in your browser — your files and text stay on your device

A complete hashing toolkit — generate MD5, SHA-1/256/512, SHA3-256, and CRC32 digests of text or files, compute HMACs for signing requests, hash and check bcrypt passwords, and verify a downloaded file's checksum. Everything runs locally using the Web Crypto API wherever possible.

Hash GeneratorHMAC GeneratorFile HashingBcrypt Hash/CheckChecksum Verifier
Rounds (cost factor)10

How to use this tool

  1. 1Generate a bcrypt hash from a password and cost factor, or check a password against an existing hash.
  2. 2Everything runs locally in your browser.

Frequently asked questions

What is bcrypt used for?

Securely hashing passwords for storage — unlike plain SHA hashes, it's deliberately slow and salted to resist brute-force attacks.

What should the cost factor be?

10-12 is a common default balancing security and performance; higher is slower but more resistant to brute-forcing.

Is my password sent anywhere?

No — hashing and comparison both run locally using a JavaScript bcrypt implementation.

Guides

All guides →