Unknown CRC

  • Thread starter Thread starter Dragon
  • Start date Start date
D

Dragon

Hi, I am trying to find out what type CRC a particular utility is using. I
am attaching a sample txt file (in a zip). When I use CRC32 to get the CRC
value of this text file I get 3524-41C2. When I use this particular utility,
it gives me 75EF-9AEB. Does anyone know what other type of CRC might result
in a value like above?

(Sorry about the attachment but I don't know of any other way to explain
it.)

Thank you.
 
Hi,

There are an almost infinite (well, quite large) number of CRC algorithms.
The result, quite naturally, depends on which one is being used.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004.
 
Back
Top