30.09.2006, 13:09:04
How to Calculate MD5 in VB
On the author side, Total Commander can calculate MD5 sums, WinRAR can calculate CRC32 checksums, etc.
As for Auth, there are infinite ways to create that, most logically it should be one or more MD5/CRC32/etc hashes (eg, combine arguments into one string in a certain way, split that string into chunks, and get hashes of each chunk in reverse order).
On the author side, Total Commander can calculate MD5 sums, WinRAR can calculate CRC32 checksums, etc.
As for Auth, there are infinite ways to create that, most logically it should be one or more MD5/CRC32/etc hashes (eg, combine arguments into one string in a certain way, split that string into chunks, and get hashes of each chunk in reverse order).