Verify a Linux ISO
Input: ubuntu-24.04-desktop-amd64.iso (5 GB) — note: tool caps at 256 MB, smaller test images only
Output: SHA-256 matches Ubuntu's published checksum — green Match badge confirms the download is authentic.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Compute MD5, SHA-1, SHA-256, and SHA-512 of any file in your browser
File Hash Multi on UtilityKit computes MD5, SHA-1, SHA-256, and SHA-512 checksums of any file at once, entirely in your browser. SHA-1, SHA-256, and SHA-512 use the browser's built-in Web Crypto API (window.crypto.subtle.digest) for speed, while MD5 is computed by a custom pure-JS implementation since Web Crypto deliberately omits MD5 due to its cryptographic weakness. Drop a file up to 256 MB and you'll see all four digests appear with one-click Copy buttons. A verify field lets you paste any expected hash — the tool checks it against all four computed digests and tells you which one matches. Useful for verifying open-source downloads, confirming a file copied across machines is bit-identical, or matching a known-good signature published by a vendor. Everything runs locally — your file is never uploaded.
Input: ubuntu-24.04-desktop-amd64.iso (5 GB) — note: tool caps at 256 MB, smaller test images only
Output: SHA-256 matches Ubuntu's published checksum — green Match badge confirms the download is authentic.
Input: Drop file-a.bin then file-b.bin
Output: Compare the displayed SHA-256 hashes side by side — identical hash means bit-identical files.