Term Description
checksum checksum is a value calculated by aplying a specific algorithm to a file or datagram. The algorithm is designed so that even a single bit change in the source file/data causes a completely different checksum value.

Checksums are fixed length (32 bits for CRC32, 128 bits for MD5, etc.) regardles of the size of the file or datagram they are applied to.

See also: CRC
close (esc)