Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or a file — all in your browser using the WebCrypto API.
SHA-1
—
SHA-256
—
SHA-384
—
SHA-512
—
📄 Or hash a file (click to select)
SHA Hash Algorithm Comparison
| Algorithm | Output Length | Security | Use |
|---|---|---|---|
| SHA-1 | 160 bits (40 hex) | Deprecated | Legacy checksums, Git |
| SHA-256 | 256 bits (64 hex) | Secure | Passwords, certificates, blockchain |
| SHA-384 | 384 bits (96 hex) | Secure | TLS certificates |
| SHA-512 | 512 bits (128 hex) | Very Secure | High-security applications |