Re: CRC question



Tom wrote:

there are a fixed number of CRC's that are 32 bits long that are prime.
the one used called "CRC32" is just the first one on the list.

how do you know you have decoded data anyway? you read text?

My task is much complex then I wrote in my post, anyway.. I have a
source code of very special hash-function and I seek ways to crack it
somehow. One part of this function is CRC-function where polynomial may
be different.
I think I'll need to write more.

.



Relevant Pages

  • Re: CRC question
    ... the one used called "CRC32" is just the first one on the list. ... how do you know you have decoded data anyway? ... most of the 32bit polynomials are not prime, composed of factors, which ... causes difficulty, data dependent errors. ...
    (sci.crypt)
  • Re: Hash Code
    ... CRC32, at least, is a terrible hash function for hashtables. ...
    (comp.lang.java.programmer)