Adler-32 Checksum Calculator

Calculate the Adler-32 checksum of a text string encoded in hex. Adler-32 is a fast checksum algorithm used in the zlib compression library and rsync. Adler-32 is faster than CRC32 but provides weaker error detection. It is not a cryptographic hash.

Adler-32 checksum:

Related Tools