Fork me on GitHub

前端md5 js加密

cdn地址    
<script src="https://cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>

使用
var hash = md5('value') // "2063c1608d6e0baf80249c42e2be5804"
var hash = md5("value", "key") // "01433efd5f16327ea4b31144572c67f6"
var hash = md5("value", null, true)
var hash = md5("value", "key", true)

github地址:https://github.com/blueimp/JavaScript-MD5

 

posted @ 2023-12-27 09:37  WantRemake  阅读(197)  评论(0编辑  收藏  举报