How to Generate BCrypt Hashes
BCrypt Hashing
When to Use BCrypt
BCrypt is designed for password hashing with a tunable cost factor. Use this tool to generate test hashes — production password hashing should happen on your server.
Frequently asked questions
What cost factor should I use?
10 is the common default. Higher values are slower but more resistant to brute force.