AZ Tools

File Hash (Checksum)

File

Verify a file's integrity by computing its SHA-1, SHA-256, and SHA-512 checksums. Drag in a file and compare the hash against a published value to confirm it downloaded correctly and wasn't tampered with. The file is read locally and never uploaded.

Drag & drop a file here

or click to browse

How to use

  1. Drag a file onto the drop zone, or click to browse.
  2. The checksums are computed in your browser.
  3. Copy a hash with its Copy button.
  4. Compare it against the expected checksum.

Frequently asked questions

Is my file uploaded?
No. The file is read locally and hashed with the Web Crypto API; nothing leaves your device.
Which algorithms are included?
SHA-1, SHA-256, and SHA-512. MD5 isn't available in the Web Crypto API.
Can it handle large files?
It reads the whole file into memory, so very large files depend on your device's available memory.
Why don't two tools agree?
Make sure you're comparing the same algorithm — a SHA-256 value won't match a SHA-512 value.

Related tools