Hash Check computes the checksum of a file or a piece of text and compares it to the value a download page published. A green line means the download arrived intact; a red line means it did not.
The file is read with the browser File API and hashed with the built-in Web Crypto API, all on your device. Nothing is uploaded.
No. Hashing happens in the page with the Web Crypto API. The file stays on your device.
Modern download pages publish SHA-256. MD5 and SHA-1 are kept out for file verification; SHA-1 is offered only for legacy checksums.
Yes. Paste the whole line and the tool extracts the hash, ignoring the filename after it.
Yes, it is hashed in one pass. Very large files take a few seconds and use memory while they run.