Features
- Computes SHA-1, SHA-256, SHA-384 and SHA-512 digests using the browser's native Web Crypto (crypto.subtle.digest).
- Outputs the hash as lowercase hex or base64, handy for checksums, fingerprints and comparing values.
- Your text is hashed locally and never uploaded, so even sensitive strings stay on your machine.