Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/10/08 13:24
Modified:
  07/10/08 13:25

Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#156586 - No, definitely not.
Responding to: ???'s previous message
One of the main advantages of CRC is that the order of the bytes does indeed matter (as opposed to simple sum/xor checksums).

If you actually get a match this way, it's coincidence (collision) or your input data is structured in a way that it doesn't matter in which order it is accessed (all bytes have the same value).

However, if a CRC algorithm accesses the bytes in random order, it's either trying to do something "clever", or it's simply buggy.

List of 5 messages in thread
TopicAuthorDate
CRC in random order            01/01/70 00:00      
   I don't think so            01/01/70 00:00      
   No, definitely not.            01/01/70 00:00      
      -- Christoph, so did I, Christoph -- thanks            01/01/70 00:00      
      Don't rely on CRC for version control            01/01/70 00:00      

Back to Subject List