JS Bcrypt Hash Generator
Real bcryptjs library
10
Higher = more secure but slower (recommended: 10-12)Guide & Information
About bcryptjs
- Generate Hash — enter password and select salt rounds (10-12 recommended)
- Adjust Salt Rounds — higher rounds = more security but slower
- Copy Hash — use the generated hash in your database
- Verify Hash — use the verify tab to check passwords
- View History — access previously generated hashes
Note: Uses the real bcryptjs library. Runs entirely in your browser — no data sent anywhere.
This uses the real bcryptjs library running in your browser. For production, always hash passwords on the server side.