yutent
released this
2023-12-27 10:31:40 +08:00
| 3 commits to master since this release
- 调整
cipher,decipher,cipheriv,decipheriv
的传参和返回结果, aes-gcm
等算法,tag
会拼接在密文后面。
- 增加
crypto
属性返回, 该属性为原生crypto对象
- 原
origin
属性标识为Deprecated
,v4.0之后会直接移除。
cipher,cipheriv
, 默认的密钥和向量均为Buffer.alloc(16)
Downloads