// tool
Hash and Checksum Generator
MD5 / SHA hashes of text or a file, plus a checksum verifier. Browser-only.
// digests
MD5legacy
—
SHA-1legacy
—
SHA-256
—
SHA-384
—
SHA-512
—
When you'll reach for this
Verifying a download
A release page publishes a sha256sum next to the binary. Drop the file in, pick SHA-256, and paste their value into the verify box. A green match means the bytes you got are the bytes they shipped; a mismatch means corruption or tampering, so do not run it.
Fingerprints and cache keys
Hashes give you a stable fingerprint for a config blob, a build artifact, or a cache key. SHA-256 is the modern default; MD5 and SHA-1 still show up on older download pages, so they are here for verification only. None of them belong anywhere near password storage, where bcrypt or argon2 is the right tool.
Sponsored
Carbon Ads