This tool generates Bcrypt hashes from plain-text passwords, providing a secure way to store passwords for applications and websites.
Create and verify its password hashes directly in your browser. A fast, privacy-friendly tool designed for developers, system administrators, and security professionals.
It is a widely used password hashing algorithm designed to securely store passwords. It is based on the Blowfish cipher and intentionally performs hashing slowly, making brute-force and dictionary attacks far more difficult. It includes a configurable cost factor that increases computational effort as hardware improves, helping applications remain secure over time.
Input:
keydecryptor
Output:
$2b$10$b6n/5CBejUVXfK8kf7z9I.Rqv34HwgzRlXoImf35bg9C6IMa/YRYm
Is this bcrypt tool free to use?
Yes. The tool runs entirely in your browser and are free to use.
What does the bcrypt cost factor mean?
The cost factor controls how computationally expensive the hash calculation is. Higher values improve security but require more processing time.
Can I verify an existing bcrypt hash?
Yes. You can check whether a password matches a hash using the built-in verification feature.
Which bcrypt versions are supported?
Common formats are supported, including $2a$, $2b$, and $2y$.