Bcrypt Generator
Generate bcrypt password hashes and verify plaintext passwords against existing hashes. Choose work factor (cost) from 4 to 14 — higher values are slower but more secure. All hashing runs in your browser using bcryptjs.
Loading tool...Loading tool...
Common Use Cases
- Hash passwords for database seeding
- Verify bcrypt hashes during debugging
- Test work factors for performance tuning
- Understand bcrypt cost parameters
Frequently Asked Questions
What work factor should I use in production?
A work factor of 12 is a good default for 2024 — it takes roughly 250ms to hash on a modern server. Increase it as hardware gets faster. The minimum recommended is 10; never use below 8 in production.
Related Tools
Hash GeneratorGenerate MD5, SHA-1, SHA-256, and SHA-512 hashes from any text. Compare all algorithms side by side.Password GeneratorGenerate cryptographically secure passwords with custom length, character sets, and strength analysis.HMAC GeneratorGenerate HMAC-SHA256 and HMAC-SHA512 signatures for message authentication and API request signing.
Tool Info
CategorysecurityAI EnhancementNoData StorageZero retention