Hash Comparison
Paste two hashes and check if they match.
Paste two hashes to compare.
Whitespace and case are ignored. If you downloaded a file with a published checksum, generate the local hash with the file hash tool and paste both here.
About
Useful for verifying file checksums against the published value on a download page. Paste both hashes, the tool tells you whether they match. Whitespace and case are ignored.
How to use
- Paste the published hash in one box.
- Paste the locally generated hash in the other.
- See whether they match.
FAQ
How do I get the local hash of a file?+
Use the file hash tool on this site. It computes SHA-1, SHA-256, SHA-384, and SHA-512 in your browser.
What if the lengths don't match?+
They're different algorithms. SHA-256 is 64 hex chars, SHA-1 is 40, MD5 is 32. Make sure you're comparing the same kind.