Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from any text. Also verify and compare hash strings.
| Algorithm | Output | Security | Use case |
|---|---|---|---|
| MD5 | 128-bit / 32 hex | Broken | Checksums, non-security use only |
| SHA-1 | 160-bit / 40 hex | Deprecated | Legacy systems; avoid for new work |
| SHA-256 | 256-bit / 64 hex | Secure | SSL certs, JWT, API signatures |
| SHA-384 | 384-bit / 96 hex | Secure | Subresource Integrity (SRI) tags |
| SHA-512 | 512-bit / 128 hex | Very secure | Password hashing helper, high-security |