CRC
From Just Solve the File Format Problem
(Difference between revisions)
m |
Dan Tobias (Talk | contribs) (→References) |
||
Line 9: | Line 9: | ||
== References == | == References == | ||
* [http://en.wikipedia.org/wiki/Cyclic_redundancy_check Cyclic redundancy check : Wikipedia] | * [http://en.wikipedia.org/wiki/Cyclic_redundancy_check Cyclic redundancy check : Wikipedia] | ||
+ | * [http://www.textfiles.com/programming/FORMATS/crc.pro 985 Document describing CRC modifications to the Ward Christensen protocol] |
Revision as of 12:27, 2 October 2013
CRC stands for cyclic redundancy check
CRCs are designed to protect against common types of errors on communication channels, but are not suitable for protecting against intentional alteration of data. CRCs use a family of related algorithms rather than a single standardized one. A variety of cyclic redundancy checks have been incorporated into technical specifications. For example, many specifications, including ZIP, use a variant commonly called CRC-32.