Skip to content

Commit

Permalink
Update files/zh-cn/glossary/cryptographic_hash_function/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
fwqaaq and yin1999 authored Aug 1, 2023
1 parent 5d21f25 commit 57d9b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/glossary/cryptographic_hash_function/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ slug: Glossary/Cryptographic_hash_function
散列函数必须有以下特征才能用于密码学:

- 快速计算(因为它们需要频繁地生成)
- 不可逆(每个摘要可能来自拥有庞大数据的消息,并且仅有暴力破解才能生成导致给定摘要的消息
- 防篡改(对消息的任何改变都会导致不同的摘要
- 不可逆(每个摘要可能来自拥有庞大数据的消息,并且仅有暴力破解才能生成产生给定摘要的消息
- 防篡改(对消息的任何改变都会产生不同的摘要
- 抗碰撞(应该不可能找到两个不同的消息产生相同的摘要)

像 MD5 和 SHA-1 这样的加密散列函数被认为是不安全的,因为已经发现了一种可以显著降低它们抗碰撞性的一种方式。
Expand Down

0 comments on commit 57d9b2f

Please sign in to comment.