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