File hash generator & verifier
Hash multi‑GB files in your browser with chunked reads so memory stays stable. Files never leave your device. Verify against a known checksum in one click.
Drag & drop a file here
or click to browse — any size, processed in chunks
No file selected
Select only what you need — fewer algorithms = faster runs on large files. SHA-256 is recommended for most integrity checks.
Paste an expected checksum from a vendor or mirror. Matching is case-insensitive and ignores spaces/colons.
Common uses
Download integrity
Confirm ISO images, installers, and packages match the publisher’s published checksum.
Transfer & backups
Detect corruption after copy, sync, or long-term archive without comparing full contents.
Identical files
Check whether two files are the same by comparing digests instead of binaries.
Frequently asked
Do my files get uploaded?
How do large files stay within memory limits?
Blob.slice in fixed chunks (2 MB). Digests are
updated incrementally so multi‑GB inputs don’t require loading the entire file at once.