How to generate MD5 using VBScript in classic ASP?

前端 未结 6 505
慢半拍i
慢半拍i 2020-12-05 11:29

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

6条回答
  •  萌比男神i
    2020-12-05 12:16

    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).

提交回复
热议问题