Cyclic Redundancy Check
It is important to note, however, that CRCs cannot be relied upon to confirm the integrity of information (that is, that no alterations have been made in the information) because through intentional modification, some crackers can cause changes in the data that remain undetected by a CRC. However, cryptographic hash functions could be used to verify data integrity. The important operation used to calculate a CRC is binary division, with the remainder from the division operation determining the CRC. In fact, CRC types are often identified by a polynomial—the number used as the divisor, displayed in hexadecimal format. A frequently encountered CRC type is that used by Ethernet, PKZIP, WinZip, and PNG; namely, the polynomial 0x04 C11DB7 (a.k.a. CRC-32).
Webster's New World Hacker Dictionary Copyright © 2006 by Bernadette Schell and Clemens Martin.
Published by Wiley Publishing, Inc., Indianapolis, Indiana.
Used by arrangement with John Wiley & Sons, Inc.
Browse dictionary definitions near Cyclic Redundancy Check
Share on Facebook