BCrypt Generator
Hash and verify with bcrypt
Loading tool…
About the BCrypt Generator
Hash passwords with bcrypt and verify plaintext against existing bcrypt hashes, with adjustable cost factor (4–15). Runs fully in-browser via bcryptjs — useful for seeding test databases, debugging login issues, and learning how salted adaptive hashing works.
How to use
- 1Enter the password and choose a cost factor (10 is a sane default).
- 2Click Generate hash — or switch to Verify to test a hash.
- 3Copy the $2b$ hash for your database seed.
Related Encoding & Crypto tools
BCrypt Generator is part of DevKit — 100 free, privacy-first tools for developers, students, and everyone, built by Minhazul Ashim. Everything runs in your browser; your data never leaves your machine.