Search for a developer tool
BCrypt Generator hashes passwords using the bcrypt adaptive cost function, the industry standard for secure password storage. BCrypt is intentionally slow and incorporates a random salt, making rainbow table attacks and brute-force cracking computationally infeasible. Use this tool to generate hashed passwords for database seeding, test fixtures, or to verify an existing hash against a plaintext password.
Related Tools