add PBKDF2

This commit is contained in:
Looly
2021-03-05 21:07:36 +08:00
parent d0f37fe460
commit 71a82e0534
4 changed files with 95 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
* 【poi 】 重要不再兼容POI-3.x增加兼容POI-5.xissue#I35J6B@Gitee
* 【core 】 FileTypeUtil使用长匹配优先pr#1457@Github
* 【core 】 IterUtil和CollUtil增加isEqualList方法issue#I3A3PY@Gitee
* 【crypto 】 增加PBKDF2issue#1416@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。