View Single Post
Old Jul 6th, 2005, 4:56 AM   #3
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Well the industry standard is now MD5, though what's in textbooks is usually CRC (32). Both of these are very processor intensive, so it's best to use an out of process DLL written in C or ASM for VB6 (try Gnu Zlib http://www.gzip.org/zlib/).

Such algorithms are not trivial however: if this is homework or something, the one being used probably involves simple manipulation of a string/byte-array and could be done directly in VB.
Rory is offline   Reply With Quote