CRC Calculator

Holen Sie sich Microsoft Silverlight

This silverlight application calculates the CRC value from an input string or an input byte string.
Several common CRC instance predefined and available from a list. Furthermore, the definition of own CRC instances is supported by specifying:

  1. Width of CRC (8, 16 or 32 bit)
  2. Polynomial
  3. Initial CRC value
  4. Final XOR value
  5. Input reflected
  6. Result reflected

Also the generation of CRC lookup tables is supported.

Please refer to my article Understanding and implementing CRC (Cyclic Redundancy Check) calculation for an detailed discussion of CRC calculation.

Download

Download Silverlight application and source code (Visual Web Developer 2010 Express project, 226 kb)