Checksum calculator
Drop a file to see its checksum
Hashed in your browser · the file is never uploaded
A checksum tells you whether the file you have is byte-for-byte the file the publisher released. Compute the hash of your copy, compare it with the one on the download page, and if they match nothing was corrupted or altered in transit.
How to verify a checksum
The reason this has to run locally is not privacy but logic. Uploading a file to a website so that it can tell you the file is genuine puts the website between you and the answer — if it is compromised, or simply wrong, you learn nothing. Hashing in your own browser removes that step. One limitation to be honest about: a checksum only proves the file matches the value you compared against. If an attacker controls the download page, they control the published hash too. That is what signatures are for, and why security-critical releases are signed rather than merely hashed.
Questions
Whichever the publisher used — the point is comparing like with like. If several are offered, prefer SHA-256.