Documentation · Playgrounds
Back to toolHash Playground
Compute cryptographic hashes of text or files in the browser. Your content never leaves the device.
How to use
- Pick the Text or File tab.
- Provide the content.
- Select an algorithm (SHA-256, SHA-512, MD5, and more).
- Copy the resulting digest.
Privacy
All processing is local. Nothing is uploaded to a server.
Useful for checking file integrity without sending sensitive data.
Algorithms
| Algorithm | Typical use |
|---|---|
| SHA-256 | Modern integrity checks and fingerprints |
| SHA-512 | When a longer digest is preferred |
| MD5 | Legacy / compatibility only (not for security) |