1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #188 from SilentTTxo/master

Fix: 修复错误描述
This commit is contained in:
SnailClimb 2019-03-05 14:57:29 +08:00 committed by GitHub
commit 6530fa594c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,7 +499,7 @@ public class DesDemo {
- **这种算法是在DES算法的基础上发展出来的类似于三重DES。**
- **发展IDEA也是因为感到DES具有密钥太短等缺点。**
- **DEA的密钥为128位这么长的密钥在今后若干年内应该是安全的。**
- **IDEA的密钥为128位这么长的密钥在今后若干年内应该是安全的。**
- **在实际项目中用到的很少了解即可。**
#### 代码实现: