Blog Posts

Adler32 Checksum Algorithm Explained

Adler-32 is a 32-bit checksum algorithm designed by Mark Adler and used by zlib and the DEFLATE format to detect accidental data corruption. This article explains how the algorithm works, why it was d…

Read post →