下載 MD5
使用MD5加密的方法:
下載md5.js文件,在網頁中引用該文件:
< script type="text/javascript" src="md5.js">< /script>
在你需要使用MD5加密的地方如此調用:
< script type="text/javascript" >
hash = hex_md5("input string");
< /script>
原文地址 http://blog.sina.com.cn/s/blog_815611fb0101f9kq.html