Skip to content

Commit 6530fa5

Browse files
authored
Merge pull request Snailclimb#188 from SilentTTxo/master
Fix: 修复错误描述
2 parents 8f1c6a1 + 06c726d commit 6530fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

数据结构与算法/常见安全算法(MD5、SHA1、Base64等等)总结.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ public class DesDemo {
499499

500500
- **这种算法是在DES算法的基础上发展出来的,类似于三重DES。**
501501
- **发展IDEA也是因为感到DES具有密钥太短等缺点。**
502-
- **DEA的密钥为128位,这么长的密钥在今后若干年内应该是安全的。**
502+
- **IDEA的密钥为128位,这么长的密钥在今后若干年内应该是安全的。**
503503
- **在实际项目中用到的很少了解即可。**
504504

505505
#### 代码实现:

0 commit comments

Comments
 (0)