How to hash a UTF-8 string in Classic ASP

后端 未结 6 2010
终归单人心
终归单人心 2021-01-15 19:33

I\'ve been looking for a Classic ASP script that allows me to hash a string using the MD5 algorithm. I need to match this hashed string against the same string in an ASP.NET

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-15 19:40

    You could wrap the .NET MD5 hashing code in a COM-visible assembly. Then you can deploy and use the same exact MD5 hashing code on your ASP.NET and classic ASP sites.

提交回复
热议问题