feat(crypt):完成3DES加密算法的工具函数。

This commit is contained in:
徐涛
2023-07-02 17:56:12 +08:00
parent 56fef4c3de
commit 551209d4f1
4 changed files with 134 additions and 5 deletions

View File

@@ -12,10 +12,10 @@ Rust 中可以使用的常用辅助功能工具箱。主要配备以下功能:
- [x] No Padding
- [x] ZerosPadding
- [x] Pkcs7Padding
- [ ] 3DES-CBC 便捷加解密算法
- [ ] No Padding
- [ ] ZerosPadding
- [ ] Pkcs7Padding
- [x] 3DES-CBC 便捷加解密算法
- [x] No Padding
- [x] ZerosPadding
- [x] Pkcs7Padding
- [ ] RSA 加解密算法
- [ ] 1024 位长
- [ ] 2048 位长