Bcrypt Generator & Verifier

Create secure bcrypt hashes or verify matching plain text values client-side. Fast, secure, and run locally on your device — no files or text are ever uploaded.

Not real bcrypt. This produces a $2a$-formatted string for demo purposes only (it's SHA-256 underneath, not the actual Blowfish-based algorithm) — it will not verify against real bcrypt hashes from another system, and hashes generated here have none of bcrypt's actual cost-factor security. Do not use for real password storage or verification.

Bcrypt Hash Generator

Bcrypt Hash Verifier

Browse more

See all hash generator algorithms.