It is a checksum which was generated with the MD5-method.
Windows uses CRC, Linux and BSDs (and Mac AFAIK) use MD5.
By getting the MD5 checksum from a program/package/whatever, you can compare it to the checksum of the original, i.e. you downloaded something from a website, and next to it was the checksum. If it is the same, then your download was successful, if not then you need to download it again, since it got damaged during transport.
Ever got the message that the CRC check failed after trying to start a corrupted downloaded exe-file?
Name:
Anonymous2006-05-26 7:25 (sage)
Windows uses CRC, Linux and BSDs (and Mac AFAIK) use MD5.
what.
Ever got the message that the CRC check failed after trying to start a corrupted downloaded exe-file?
>>5
It's the opposite of UDP. In long it's the Transmission Control Protocol which is a method to send the packets to another host and does the check if the packets have arrived correctly and completely. It works in the OSI-layer 4 while IP works on layer 3.
Unfortunately teh firewall is behind the NIC and can still fuck things up.
Try again.
Name:
Anonymous2006-05-26 19:49
>>2
Fail for "Windows uses CRC, Linux and BSDs (and Mac AFAIK) use MD5." statement.
>>8
Ruining a joke by taking it seriously is a form of joke-counter.
Name:
Anonymous2006-05-27 2:14
MD5 is the hash function which is difficult to invert! So the checksum is announced in public place. You acquire the data and compute MD5 by yourself. If you get wrong answer, there is hacker in your datas so be ware!!!