更新readme

master
yutent 2023-12-27 10:28:54 +08:00
parent ccb17bfd12
commit b29fa3d163
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- 调整`cipher,decipher,cipheriv,decipheriv`的传参和返回结果, `aes-gcm`等算法,`tag`会拼接在密文后面。
- 增加`crypto`属性返回, 该属性为`原生crypto对象`
- 原`origin`属性标识为`Deprecated`,v4.0之后会直接移除。
- `cipher,cipheriv`, 默认的密钥和向量均为`Buffer.alloc(16)`
+ v3.1.2
- 优化`uuid()`, 增加有序性