Monu Tools

Bcrypt Generator & Checker

Hash a password with bcrypt and verify a password against a bcrypt hash, entirely in your browser.

Cómo usar Bcrypt

  1. 01

    Choose Hash to create a hash, or Verify to check one.

  2. 02

    Enter a password, and a hash when verifying.

  3. 03

    Read the bcrypt hash or the match result.

Preguntas frecuentes

What are rounds?

The cost factor: each extra round doubles the work needed to compute the hash, making brute-force attacks slower. 10 to 12 is a common choice.

Why is the same password's hash different each time?

Bcrypt includes a random salt in every hash, so the output differs even for the same password. Verification still works because the salt is stored inside the hash.

Is this safe to use?

Hashing runs entirely in your browser, so passwords are not uploaded. Still, avoid pasting real production passwords on shared computers.

Acerca de esta herramienta

A bcrypt tool that hashes passwords at a chosen cost and verifies a password against an existing bcrypt hash.

Everything runs locally in your browser, so passwords stay on your device.

Herramientas relacionadas

Usamos cookies esenciales para que el sitio funcione. Con tu consentimiento también cargamos Google AdSense, que establece cookies publicitarias. Consulta nuestra política de privacidad.