[ASP]在asp中使用md5的函數
發表於 : 2008年 11月 27日, 11:15
在 php 中很容易使用 md5 的這個 function 來取得某字串的 md5 的值, 在 asp 中, 配合此函數庫亦可達到對應的功能哦, 請參考,
http://rossm.net/Electronics/Computers/Software/ASP/
附件為對應使用的 md5 函數, 在 asp 中使用的方法如下,
另外附上 md5 的 rfc 參考資料:
http://www.faqs.org/rfcs/rfc1321
http://rossm.net/Electronics/Computers/Software/ASP/
附件為對應使用的 md5 函數, 在 asp 中使用的方法如下,
代碼: 選擇全部
<!--#include file="md5.asp"-->
<%
response.write md5("test string")
%>
http://www.faqs.org/rfcs/rfc1321