CryptoJS 使用
安装
1 | npm install crypto-js |
3DES 加密解密
key 和 iv
1 | // 导入模块 |
3DES 加密
1 | /** |
3DES 解密
1 | /** |
Usage
1 | const s = 'hello world'; |
Output
1 | encrypted=== MzHhP/jU2HNW9CwjpQWRAA== |
1 | npm install crypto-js |
1 | // 导入模块 |
1 | /** |
1 | /** |
1 | const s = 'hello world'; |
Output
1 | encrypted=== MzHhP/jU2HNW9CwjpQWRAA== |