Click any hash to copy it.
MD5 (Message Digest 5) produces a 128-bit (32 hex character) hash value. It was designed by Ron Rivest in 1991 as a cryptographic hash function, but is now considered cryptographically broken due to collision vulnerabilities discovered in the 1990s and 2000s.
| Algorithm | Output length | Speed | Security | Recommended for |
|---|---|---|---|---|
| MD5 | 128 bits (32 hex) | Very fast | Broken (collisions) | Checksums, cache keys |
| SHA-1 | 160 bits (40 hex) | Fast | Deprecated (collisions) | Git object IDs (legacy) |
| SHA-256 | 256 bits (64 hex) | Fast | Secure | General-purpose, TLS, code signing |
| SHA-512 | 512 bits (128 hex) | Fast on 64-bit | Secure | High-security applications |
| bcrypt | 60 chars | Deliberately slow | Secure | Password storage |
© 2026, Tinker - tools · calculators · practice games