Bcrypt Hasher

Bcrypt is the industry-standard algorithm for hashing passwords before storing them in a database. Unlike simple hashing functions (MD5, SHA-1), bcrypt is intentionally slow and includes a configurable cost factor, making brute-force attacks computationally expensive. Use this tool to generate bcrypt hashes for testing, seeding databases, or verifying your backend implementation.

  • Enter any text or password to hash
  • Configurable salt rounds (4–16) to tune the computational cost
  • One-click copy of the resulting hash
  • Powered by bcryptjs — runs securely in your browser

Higher rounds take longer to compute.

Hash will appear here...