Input Text
Hash Results
MD5
—
SHA-1
—
SHA-256
—
SHA-384
—
SHA-512
—
Verify / Compare Hash
Hash Algorithm Reference
| Algorithm | Output | Security | Use |
|---|---|---|---|
| MD5 | 128 bit (32 hex) | Broken | Checksums only — not for security |
| SHA-1 | 160 bit (40 hex) | Deprecated | Legacy systems — avoid for new work |
| SHA-256 | 256 bit (64 hex) | Secure | General purpose, TLS, code signing |
| SHA-384 | 384 bit (96 hex) | Secure | TLS 1.2/1.3, high-security contexts |
| SHA-512 | 512 bit (128 hex) | Secure | Strongest; passwords, digital signatures |