MD5 · SHA-1 · SHA-256 · SHA-512 — Text, File input & HMAC support
| Algorithm | Hash Value | |
|---|---|---|
| Enter text or select a file to compute hashes. | ||
MD5 (128-bit) — Fast, but cryptographically broken. Use only for checksums, not security. SHA-1 (160-bit) — Also broken; avoid for security. SHA-256 (256-bit) — Current standard; recommended. SHA-512 (512-bit) — Stronger but slower; good for password hashing contexts. HMAC — keyed-hash message authentication code; adds a secret key to prevent tampering.