ToolPal

Generateur de hachage Bcrypt

Generez et verifiez des hachages de mots de passe au format bcrypt dans votre navigateur avec PBKDF2-SHA256.

Cet outil utilise PBKDF2-HMAC-SHA256 (Web Crypto API) avec un format de sortie $2b$ compatible bcrypt. Tout est traite dans le navigateur, aucun mot de passe n'est envoye a un serveur.

Plus eleve = plus securise mais plus lent. La valeur par defaut recommandee est 10.

Comment utiliser

Generez et verifiez des hachages de mots de passe au format bcrypt dans votre navigateur avec PBKDF2-SHA256.

  1. 1Type or paste the password or text you want to hash into the Password field.
  2. 2Choose a cost factor (4–14). Cost 10 is the recommended default for most applications.
  3. 3Click 'Generate Hash' and copy the resulting $2b$... hash to use in your project.
  4. 4To verify, switch to the Verify tab, enter the original password and the hash, then click Verify.

Fonctionnalités

  • 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

Questions fréquentes

En savoir plus