Générateur de Hash
Générez des hashes MD5, SHA-1, SHA-256, SHA-512 depuis du texte ou des fichiers
Hash Values
Note: MD5 is not available in the Web Crypto API. For MD5, a JavaScript implementation would be needed.
Hash Generator — MD5, SHA-1, SHA-256, SHA-512
Generate cryptographic hash values from any text using MD5, SHA-1, SHA-256, SHA-512, and more — instantly, in your browser. Use hashes to verify file integrity, store passwords, or build checksums.
Hash algorithms explained
MD5 (128-bit)
Fast but cryptographically broken. Use only for non-security checksums.
SHA-1 (160-bit)
Deprecated for security. Still common in legacy systems and git commits.
SHA-256 (256-bit)
Current standard for secure hashing. Part of SHA-2 family.
SHA-512 (512-bit)
Stronger than SHA-256, used where maximum collision resistance is required.
FAQ
What is a hash function?
A hash function takes any input and produces a fixed-length string of characters. The same input always produces the same hash, but even a tiny change in input produces a completely different hash.
Can you reverse a hash back to the original text?
No — hashing is a one-way function. You cannot mathematically reverse a hash. Attackers use precomputed tables (rainbow tables) or brute force, which is why strong algorithms and salting matter.
Which hash algorithm should I use?
For security (passwords, signatures): SHA-256 or SHA-512. For checksums and file integrity: SHA-256. Never use MD5 or SHA-1 for security — both have known collision vulnerabilities.
Continuer à explorer
Autres outils Développement qui pourraient vous plaire…
Formateur JSON
Formatez, validez et minifiez JSON avec coloration syntaxique et détection d'erreurs
Encodeur/Décodeur Base64
Encodez du texte ou des fichiers en Base64 et décodez des chaînes Base64
Encodeur/Décodeur URL
Encodez et décodez des composants URL et paramètres de chaîne de requête
Générateur d'UUID
Générez des UUIDs aléatoires (v1, v4) ou générez plusieurs UUIDs en masse
Testeur de Regex
Testez des expressions régulières avec mise en évidence des correspondances en temps réel
Décodeur JWT
Décodez et inspectez les JSON Web Tokens — header, payload et vérification de signature
Formateur HTML
Formatez et embellissez le code HTML avec une indentation correcte et coloration syntaxique
Minificateur CSS
Minifiez le code CSS pour réduire la taille en supprimant les espaces et commentaires