Hash Calculator
MD5 / SHA-1 / SHA-256 / SHA-512 in your browser
Drop file here or click to choose
🔒 This tool runs entirely in your browser — your data never leaves your device.
Hash Calculator (MD5 / SHA-1 / SHA-256 / SHA-512)
Compute the four most common cryptographic hash digests for any UTF-8 text input. SHA-1, SHA-256 and SHA-512 use the browser's native SubtleCrypto; MD5 uses a small built-in implementation. Useful for checksums, ETags, integrity checks and quick fingerprinting.
- MD5, SHA-1, SHA-256 and SHA-512
- UTF-8 safe
- Browser-native SubtleCrypto for SHA
- Hex output, lowercase
- Side-by-side comparison
- Privacy: input never sent to a server
FAQ
Is MD5 still safe?
MD5 is broken for cryptographic security but still widely used as a fast non-cryptographic checksum. For passwords prefer Argon2 or salted SHA-256.
Why are outputs 32 / 40 / 64 / 128 hex characters?
MD5 = 128 bits (32 hex), SHA-1 = 160 (40), SHA-256 = 256 (64), SHA-512 = 512 (128).
Will my input be uploaded?
No. Hashes are computed locally.