AES support big data

This commit is contained in:
Looly
2021-04-07 02:00:12 +08:00
parent f05da040f0
commit b84494a52a
4 changed files with 198 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.3 (2021-04-05)
# 5.6.3 (2021-04-06)
### 新特性
* 【core 】 修改数字转换的实现增加按照指定端序转换pr#1492@Github
@@ -15,6 +15,7 @@
* 【core 】 增加银行卡号脱敏pr#301@Gitee
* 【cache 】 使用LongAddr代替AtomicLongpr#301@Gitee
* 【cache 】 EnumUtil使用LinkedHashMappr#304@Gitee
* 【crypto 】 SymmetricCrypto支持大量数据加密解密pr#1497@Gitee
### Bug修复
* 【core 】 修复Validator.isUrl()传空返回trueissue#I3ETTY@Gitee