← All tools
Hash Generator
MD5, SHA-1, SHA-256/384/512 and HMAC — for text or a file.
Why this exists
Hashes prove two things are byte-for-byte identical: a downloaded ISO against its checksum, a config file across servers, or a webhook payload against its HMAC signature.
🔒 Runs in your browser — nothing is sent anywhere
SHA digests come from your browser’s own WebCrypto implementation. MD5 is not in WebCrypto — it is deliberately excluded because it is broken — so it is implemented here for the one job it is still fit for: checking a download against a vendor’s published checksum.
Digests · hexworking…
—
broken for security — checksum use only
—
broken for security — checksum use only
—
—
—