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

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

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

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

http://pajhome.org.uk/crypt/md5/

相关文章:

  • 2022-12-23
  • 2022-01-24
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-09-24
  • 2021-06-27
  • 2021-12-07
  • 2021-11-05
  • 2021-09-08
相关资源
相似解决方案