File Checksum Calculator

Drop any file and get its MD5, SHA-1, SHA-256 and SHA-512 checksums — computed locally, nothing uploaded.

Calculate MD5, SHA-1, SHA-256 and SHA-512 checksums of any file by dropping it onto the page. Hashing runs locally with the Web Crypto API, so files never leave your device — ideal for verifying downloads and detecting corruption.

How to use the File Checksum Calculator

  1. Drop a file onto the page or click to browse.
  2. All four checksums are computed locally.
  3. Copy any hash to compare against the published value.

Frequently asked questions

How do I check an MD5 checksum of a file?

Drop the file here and compare the MD5 row against the checksum published by the software vendor — they should match exactly.

Is the file uploaded to a server?

No. Hashing happens entirely in your browser using the Web Crypto API; even huge files never leave your machine.

What is a checksum used for?

Checksums verify file integrity — that a download wasn't corrupted or tampered with in transit.

Which hash should I use?

MD5 and SHA-1 are still common for downloads but cryptographically weak; prefer SHA-256 when verifying security-sensitive files.