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:
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.