Hash Generator

No upload · runs in your browser
Input
Encoding
Digest shown
Text in
0 characters
Digest

Runs entirely in your browser, nothing is uploaded.

How it works

Hash Generator and File Checksum Tool : MD5 to SHA-512

Hash text or a file with MD5, SHA-1, SHA-256, SHA-384 and SHA-512 at once. A file is read off your disk into memory and hashed there, never posted.

What this does
  • All five digests computed from one input, in lowercase hex or in Base64
  • Files up to 1.5 GB, dropped in or picked, with a progress percentage while MD5 runs
  • Paste a published checksum and it names which of the five algorithms it matched
FAQ

Not for anything security-related. Both are broken against collision attacks, two different inputs can be constructed to share a digest, demonstrated for MD5 in 2004 and for SHA-1 in 2017, so neither belongs near a signature, a certificate or stored passwords. They remain useful as plain checksums, where nobody is trying to fool you: spotting a download that arrived corrupted, or matching a file against a hash published years ago. That is the only reason they are offered here. Where an attacker could influence the input, use SHA-256 or better.

Keep going