๐
Security
Bcrypt Hash Generator
Generate secure bcrypt hashes from passwords and verify whether a password matches an existing bcrypt hash.
Generate Bcrypt Hash
Computing... (higher rounds take longer)
Verify Password
Verifying...
โ
The password matches the hash!
โ The password does NOT match the hash.
How to use?
Generating a hash? Type the password and pick how many rounds you want. To check an existing one, paste both the password and the bcrypt hash, then click Verify. None of it leaves the browser, it all runs on your machine.
Related Tools
๐
Password Generator
Generate strong, random passwords with custom length, uppercase letters, numbers and symbols. Generated in the browser โ no data leaves your device.
๐
Encrypt Text
Apply classic ciphers (Caesar, ROT13, Atbash) or Base64. Useful for puzzles, CTFs and testing โ do not use for real security.
๐ก๏ธ
Password Strength Checker
Check the strength of a password with entropy calculation, common-password check and improvement tips. Runs in your browser โ no data is sent.