Four Hashes at Once
Compute MD5, SHA-1, SHA-256, and SHA-512 in a single drop instead of running four separate tools.
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.
Compute MD5, SHA-1, SHA-256, and SHA-512 in a single drop instead of running four separate tools.
Files are read with the File API and hashed locally — nothing reaches a server.
Paste any expected hash and the tool figures out the algorithm and tells you whether it matches.
SHA-1, SHA-256, and SHA-512 use the browser's native Web Crypto, which is hardware-accelerated on most devices.
Includes a hand-rolled MD5 because the Web Crypto API deliberately omits MD5 — handy when a vendor still publishes only an MD5 signature.
No signup, no email, no daily cap, no watermarks.
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.