xmgis-aes-ecb
v1.0.5
Published
aes ecb utils
Downloads
1
Readme
Standard
使用 AES 加密
Mode 为 ECB
Padding 为 PKCS7
数据块为 128 位
输出为 base64
使用 utf8 编码
Key 由前后端共同约定(内置 key 请申请账号浏览开发文档库 https://wiki.xmghszzx.com:7007/zh/%E6%8C%87%E5%AF%BC%E6%96%87%E7%AB%A0/%E5%89%8D%E5%8F%B0/%E5%B7%A5%E5%85%B7/xmgis-aes , 本文的 key 为开发环境的固定 key 值)
API
key:密钥 input: 加解密的值,可为对象(指定对象 key 值为加解密的值) inputItem:当 input 为对象时,结合使用