http://rossm.net/Electronics/Computers/Software/ASP/
附件為對應使用的 md5 函數, 在 asp 中使用的方法如下,
代碼: 選擇全部
<!--#include file="md5.asp"-->
<%
response.write md5("test string")
%>
http://www.faqs.org/rfcs/rfc1321
代碼: 選擇全部
<!--#include file="md5.asp"-->
<%
response.write md5("test string")
%>