网页使用MD5加密

使用MD5加密的方法:
下载md5.js文件(点击下载),在网页中引用该文件:

< script type="text/javascript" src="md5.js">< /script>

在你需要使用MD5加密的地方如此调用:

< script type="text/javascript" >
  hash = hex_md5("input string");
< /script>

 

posted @ 2015-07-29 10:56  Zoe_only  阅读(867)  评论(0编辑  收藏  举报