🔒 Chiffrement MD5 / SHA

Chiffrement en ligne MD5, SHA1, SHA256, prise en charge du hachage de fichiers

À propos de cet outil

Hash tool supporting MD5, SHA-1, SHA-256 and SHA-512. Useful for file integrity checks, data fingerprints and more.

How to use

  1. Enter text to hash
  2. Click "Calculate Hash"
  3. View and copy results from all four algorithms

Example

The MD5 of "hello" is 5d41402abc4b2a76b9719d911017c592.

FAQ

Is MD5 safe for passwords?

No. MD5 is broken; use bcrypt, scrypt or Argon2 for password hashing.

SHA-256 vs MD5?

SHA-256 outputs 256 bits and is more secure; MD5 is 128 bits with known collisions. Prefer SHA-256 for file checksums.