Search Results

5
votes

How could I guess a checksum algorithm?

There are a number of variables to consider for a CRC: Polynomial No of bits (16 or 32) Normal (LSB first) or Reverse (MSB first) Initial value How the final value is manipulated (e …
0
votes

checksum calculation

Take a look at my answer to http://stackoverflow.com/questions/149617/how-could-i-guess-a-c …