Generador de hash Bcrypt
Genera y verifica hashes de contraseñas en formato bcrypt en tu navegador usando PBKDF2-SHA256.
Esta herramienta usa PBKDF2-HMAC-SHA256 (Web Crypto API) con un formato de salida $2b$ compatible con bcrypt. Todo se procesa en el navegador, ninguna contraseña se envía a un servidor.
Mayor coste = más seguro pero más lento. Se recomienda el valor predeterminado de 10.
Cómo usar
Genera y verifica hashes de contraseñas en formato bcrypt en tu navegador usando PBKDF2-SHA256.
- 1Type or paste the password or text you want to hash into the Password field.
- 2Choose a cost factor (4–14). Cost 10 is the recommended default for most applications.
- 3Click 'Generate Hash' and copy the resulting $2b$... hash to use in your project.
- 4To verify, switch to the Verify tab, enter the original password and the hash, then click Verify.
Características
- PBKDF2-HMAC-SHA256 with bcrypt-compatible $2b$ output format
- Configurable cost factor 4–14 with live iteration count display
- One-click copy for generated hashes
- Built-in verify tab — check any password against its hash instantly
- 100% browser-based — no passwords ever leave your device