Checksum

created by Maniacal
(thing) by Maniacal (3.4 y) (print)   (I like it!) Tue Oct 17 2000 at 16:38:51

A checksum is a device used to establish the integrity of data. More specifically, a checksum is a value which is calculated based on some data which, later, can be used to verify that the data used to generate it remains unchanged. Usually this is accomplished by adding the checksum to the sum of the data values and verifying the result.

(thing) by ssd (8.9 mon) (print)   (I like it!) Fri May 18 2001 at 17:34:03
The checksum is a way to hash a chunk of data in an attempt to verify its integrity, better than the parity bit.

The traditional checksum involves adding up the bytes or words in the data chunk. (Thus check sum.) It is easy to find two chunks of data with the same traditional checksum, even accidently, so crc32 was invented in attempt for higher likelihood of uniqueness of the hash.

But it is still easy to intentionally calculate a second set of data with the same crc32 checksum (just less likely to do accidently), so md4, md5, SHA, and others were created. These fingerprint data in a way that is suppose to be cryptographically secure. No easy method has (yet) been found to calculate a dataset with a particular md5.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.