I need to generate an MD5 in my application.
I\'ve tried google but only find PHP code for MD5. I need to connect to a client system that validates using MD5 hash bu
There is Javascript code that produces an MD5 checksum. One of them, derived from the Google closure library, is available here.
It's pretty easy to produce a Windows Script Component from the Javascript, then call that component from any COM-enabled language, including VB.
Here's a working example.