1.0.3 • Published 4 years ago

nodejs-aes v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

前段时间,发现nodejs中的aes加密出来的数据与后端Java、PHP加密出来的数据不一致,所以特地研究了下发了个包,以便下次使用!

安装

const {Decrypt,Encrypt} = require('nodejs-aes');

Usage

const {Decrypt,Encrypt} = require('nodejs-aes');

//加密字符串
Encrypt('您想加密的字符串')
Decrypt('您想解密的字符串')
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago