File Checksum Calculator

Calculate a SHA-256 or SHA-512 checksum for a local file and compare it with a value supplied by the file publisher.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Choose a file to calculate its SHA-256 or SHA-512 checksum. Large files show reading progress, and the resulting hexadecimal value can be copied and compared with a checksum supplied on a download page.

How to use

  1. SHA-256 and SHA-512
  2. File-reading progress
  3. Copy the hexadecimal checksum
  4. Compare with an expected value
  5. Files remain in the browser
  6. Choose a file: Select the file whose checksum you want to calculate.
  7. Choose an algorithm: Select SHA-256 or SHA-512.
  8. Compare the result: Copy the result and compare it with the checksum supplied by the file publisher.

Examples

Limitations

FAQ

Why show progress for reading?
Large files take time to read from disk into memory before the checksum completes.
MD5 support?
This tool supports SHA-256 and SHA-512 hashing in the browser.
Will renamed files change the hash?
No. Checksums cover file bytes only, not filenames or metadata.