Guide
File checksums computes hashes serially, one file at a time. MD5 reads in 4 MB chunks, which suits larger files; the current SHA-1 and SHA-256 path reads the whole file in one go. You can paste an official hash and it is matched automatically once the computation finishes, and export a text checksum list.
Updated 2026-09-101 min read
One file can yield all three digests at once, and a pasted checksum is compared against each finished algorithm result as normalized lower-case hexadecimal.
No. The files are read only by your browser.
The file bytes and the computed digests are never sent over the network; the exported list is generated locally in the browser.
Updated 2026-09-10
Batch MD5 / SHA-1 / SHA-256 with automatic comparison against a pasted official checksum, exportable list
Select several files and they are hashed one by one; chunked MD5 handles very large files