当前位置: 首页 > 工具软件 > Crypto-JS > 使用案例 >

crypto-js 使用

段干德泽
2023-12-01

crypto-js 是谷歌开源的一个js 加密库,如果是用npm install 安装的化 使用方法如下:

const CryptoJS = require('crypto-js')

const hash = CryptoJS.HmacSHA256(sign,  privatekey)

const SIGNATURE = CryptoJS.enc.Base64.stringify(hash)

如果想直接引用源码的话,就需要找个压缩的源代码,可以用这个:

CryptoJS.min.js
链接:https://pan.baidu.com/s/1yyoRqPsEPp9X1zu9kvEx1Q
提取码:t7ty

亲测好用,感谢作者:

javascript加密库CryptoJS用法

 类似资料: