Skip to content

Commit c61ce06

Browse files
committed
updates
1 parent 4c9104c commit c61ce06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

第9章 安全加密/消息摘要MessageDigest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ MD5、SHA、CRC 等
2020
- 据说银行的密码使用的就是MD5加密(因为MD5具有不可逆性)
2121
- 病毒查杀,把每个病毒文件或apk进行MD5后得到一个特征码,拿着特征码去跟病毒数据库对比,特征码一致说明该文件是病毒
2222
- Git版本控制也使用到了sha1
23+
- 加盐: 就是在密码的前面加入一些特殊字符%^&&%^&
2324

2425
例如软件下载站数据指纹:http://dev.mysql.com/downloads/installer/
2526

0 commit comments

Comments
 (0)