使用MD5加密的方法:
下載md5.js文件,在網頁中引用該文件:javascript
< script type="text/javascript" src="md5.js">< /script>html
在你須要使用MD5加密的地方如此調用:java
< script type="text/javascript" >
hash = hex_md5("input string");
< /script>加密
md5.jsspa
轉自:https://www.cnblogs.com/fozero/p/6211844.htmlhtm