摘要:
HMAC-SHA1加密算法 php openssl(SHA1WithRSA) 签名 验签 签名: 验签: 阅读全文
posted @ 2017-03-16 11:33
张志健
阅读(2941)
评论(0)
推荐(0)
摘要:
function SHA256Hex($str){ $re=hash('sha256', $str, true); return bin2hex($re); } 阅读全文
posted @ 2017-03-16 11:30
张志健
阅读(15816)
评论(1)
推荐(1)
摘要:
Hex.encodeHexString(md5.digest);按 UTF8 转字节数组,后使用 MD5 计算摘要,得到 16 字节数组,使用 Hex 转为长度为 32 的字符串,保持小写 bin2hex(md5($str,true)); 阅读全文
posted @ 2017-03-16 11:30
张志健
阅读(3242)
评论(0)
推荐(0)
摘要:
$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); }); 阅读全文
posted @ 2017-03-16 10:46
张志健
阅读(103)
评论(0)
推荐(0)

浙公网安备 33010602011771号