Privvert logoPrivvert

Bcrypt Hash & Verify

Hash delle password

Hash a password

Verify a password

Bcrypt is intentionally slow. Each step up in cost roughly doubles the time. 10–12 is typical for web logins; 14+ for very high security.

Informazioni su questo strumento

Generate bcrypt password hashes at any cost factor, or verify a plaintext password against an existing hash. Everything runs locally - passwords never leave your device.

Funzionalità

  • Cost factor 4-14
  • Generate and verify in one tool
  • 100% in-browser via bcryptjs
  • Copy hashes with one click

Come si usa

  1. Type a password and pick a cost.
  2. Click Generate hash.
  3. To verify, paste a hash and a candidate password.
🔒 100% privato

Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.

Domande frequenti

What cost should I use?

10-12 is typical for web logins. Higher = slower = more secure but worse UX.

Bcrypt vs Argon2?

Argon2 is the modern winner of the password hashing competition; bcrypt is older but still safe and widely supported.