๐ก
100% client-side โ your file never leaves your device. All checksums are computed in your browser using the Web Crypto API and a pure-JS MD5 implementation.
#๏ธโฃ
Drop any file or browse
Calculate MD5, SHA-1, SHA-256, SHA-384 & SHA-512
Computingโฆ
#๏ธโฃ
Computing checksumsโฆ
This may take a moment for large files
๐
โ
โโโ
Verify a hash
๐งฎ Algorithms
Select algorithms to compute
Display
Uppercase hex output
โน๏ธ Info
What is a checksum?
A checksum (or hash) is a fixed-length string derived from a file's contents. Even a single-byte change produces a completely different hash, making it ideal for detecting corruption or tampering.
Which algorithm should I use?
MD5 ยท 128-bit
Fast, widely used for basic integrity checks. Not cryptographically secure.
SHA-1 ยท 160-bit
Legacy standard. Still common in software distribution. Deprecated for security.
SHA-256 ยท 256-bit
Current standard. Recommended for all general-purpose integrity verification.
SHA-512 ยท 512-bit
Maximum security. Preferred for high-value or cryptographic applications.