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 6cb0ffc commit 5d21f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/cryptographic_hash_function/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slug: Glossary/Cryptographic_hash_function

散列函数必须有以下特征才能用于密码学:

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

0 comments on commit 5d21f25

Please sign in to comment.