这里使用blueimp的JavaScript-MD5实现Javascript进行MD5加密。
1.引用md5.min.js
<script src="js/md5.js"></script>
2.使用
// Calculate the (hex-encoded) MD5 hash of a given string value:
var hash = md5('value') // "2063c1608d6e0baf80249c42e2be5804"
//Calculate the (hex-encoded) HMAC-MD5 hash of a given string value and key:
var hash = md5('value', 'key') // "01433efd5f16327ea4b31144572c67f6"
//Calculate the raw MD5 hash of a given string value:
var hash = md5('value', null, true)
//Calculate the raw HMAC-MD5 hash of a given string value and key:
var hash = md5('value', 'key', true)
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com