// Security Tool

BCRYPT HASH GENERATOR

Generate salted bcrypt password hashes with an adjustable cost factor, or verify a password against an existing hash. Standard $2a$/$2b$ output that inter-operates with every language. 100% in your browser — no password ever leaves your device.

Enter a password and click “Generate hash”.
Algorithm
Cost factor
Iterations

A fresh cryptographically-random salt (via crypto.getRandomValues) is baked into every hash, so the same password produces a different hash each time — that is by design. Cost 10 means 2¹⁰ key-expansion rounds. Each +1 doubles the work: costs above 12 may take a moment on this device.