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
Here is a readable and downloadable version of MD5 as VBS script:
https://github.com/Wikinaut/md5.vbs
It's the code from http://chayoung.tistory.com/entry/VBScript-MD5 (thank you for this unique piece of code).