Hi everybody,
I'm looking for a fast 32 bit checksum generator in VB for large files (1 MB). Can anybody help me?
Thanks
Printable View
Hi everybody,
I'm looking for a fast 32 bit checksum generator in VB for large files (1 MB). Can anybody help me?
Thanks
Yeah there's a class to deal with that in the .net framework...
Look under System.Security.Cryptography and find the HashAlgorithm class. Look it up in the Help...Index, dead easy to use.
1Meg is small fry to this class, it eats 50MB for breakfast.
Hi Wossname,
Thanks for your input. I'll check out the site.
No, not a site, I mean the namespaces in .net.