CRC

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

What's the easiest way to do CRC or some other file hash to check the
validity of a downloaded file?
 
Hi,

The System.Security.Cryptography namespace does not include anything that I
could use. So, I ported some code that I used that calculates the CRC-32
that PKZIP uses. I haven't done any real testing yet, but if you send me
email, I'll mail you the sln (VB .NET, naturally), and you can report back.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top