Hash Generator
SHA hashes via the browser\u2019s native Web Crypto API, MD5 via a loaded library. All local – nothing is sent.
Generate hashes and checksums
The generator computes several hash values from your text at once. Handy for comparing checksums, for fingerprints or for testing. The SHA variants use the browser\u2019s cryptographic interface.
- MD5: Fast and widespread for checksums, but cryptographically broken – do not use for passwords or signatures.
- SHA-256/384/512: Modern, secure hash methods.
- Local: The calculation happens in the browser; your text never leaves your machine.
