Checksum Verifier
Verify a downloaded file matches its published hash (MD5 / SHA-1 / SHA-256 / SHA-512).
How to Use
- Drop the file.
- Paste the published hash.
- Algorithm is auto-detected by length.
File + expected hash
🔒
Drop file or
Any file, verified locally.
Result
Waiting
Algorithm by length
32 chars
MD5
40 chars
SHA-1
64 chars
SHA-256
96 chars
SHA-384
128 chars
SHA-512
Any case
Whitespace ignored
Frequently Asked Questions
Case-insensitive?
Yes — hex hash compared case-insensitively, whitespace ignored.
Wrong algorithm?
Tool picks by hash length: 32 chars=MD5, 40=SHA-1, 64=SHA-256, 96=SHA-384, 128=SHA-512.
Common Use Cases
Software
Verify installer matches publisher hash.
Archive
Confirm download wasn't tampered.
Last updated: