Tool Categories

JS Bcrypt Hash Generator
Real bcryptjs library
10
Higher = more secure but slower (recommended: 10-12)
Guide & Information
About bcryptjs
  1. Generate Hash — enter password and select salt rounds (10-12 recommended)
  2. Adjust Salt Rounds — higher rounds = more security but slower
  3. Copy Hash — use the generated hash in your database
  4. Verify Hash — use the verify tab to check passwords
  5. 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.