Drop a file, get its cryptographic print, and compare it byte for byte against what it's supposed to be. Nothing ever leaves your browser.
Drop a file here, or click to choose one
Hashing happens entirely on your device
Check this fingerprint against a small built-in reference list — flagged test-malware signatures and recognized known-safe files. This runs entirely offline; nothing is sent anywhere.
Your browser reads the file into memory. It's never sent anywhere — there's no server in this loop.
The Web Crypto API built into your browser computes a SHA fingerprint unique to those exact bytes.
Paste the checksum from a source you trust. If a single byte differs, you'll see exactly where.
Every hash on this page is computed inside your browser's built-in crypto engine. Open your browser's network panel while you use it — you'll see it stay silent.