Bcrypt Generator
Generate and verify bcrypt password hashes online with a configurable cost factor. Free bcrypt tool — runs entirely in your browser with bcryptjs.
Generate hash
10–12 is typical for production. Higher rounds are slower but harder to brute-force.
Verify hash
Related tools
Password Generator
Generate strong, random passwords online using the Web Crypto API. Customize length and character sets, with a built-in strength indicator — free.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes instantly online, for free. Useful for checksums, file integrity checks, and password hashing.
JWT Decoder
Decode JWT tokens online and inspect the header, payload, and signature instantly. Free JWT decoder for debugging auth — no data ever sent anywhere.
JWT Generator
Create signed JWT tokens online using HS256, HS384, or HS512 via the Web Crypto API. Free JWT generator for testing auth flows — no server calls.
About Bcrypt Generator
Hash passwords with bcrypt and verify existing hashes. Choose cost rounds (4–14); 10–12 is typical for production. • Generate and verify in one page • Uses bcryptjs — your password never leaves the browser • Useful for testing fixtures and checking hashes from logs (never paste production secrets into any online tool if you can avoid it)