Visual basic 6.0 hash function

hashvb6

In my application I need to hash a string before I save it to a text file. Does anyone know how to do that?

Best Answer

For what purpose are you using the hash? This matters because some hash algorithms such as MD5 are suitable for some purposes, but not others.

This link shows a VB6 implementation of MD5.