Hashing

Adler-32 Checksum

Adler-32 is the checksum used by zlib: two running sums combined into one 32-bit value. It is faster than CRC-32 but weaker on short inputs, which is why zlib pairs it with the compressed stream rather than trusting it alone. For example, the string Wikipedia becomes 11e60398 . The Fletcher checksum tool computes it alongside Fletcher-16 and Fletcher-32.

Text Input

0 chars; 0 lines

Get QR code
Copy to clipboard
Save to file

Adler-32 Checksum

0 chars; 0 lines

Get QR code
Copy to clipboard
Save to file
Share

marduc812

Source

© 202620260902_acd5cb6