From 57d9b2f4eef473db0313ddbd25848219fc56ab4b Mon Sep 17 00:00:00 2001 From: fwqaaq Date: Tue, 1 Aug 2023 21:44:51 +0800 Subject: [PATCH] Update files/zh-cn/glossary/cryptographic_hash_function/index.md Co-authored-by: A1lo --- files/zh-cn/glossary/cryptographic_hash_function/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/zh-cn/glossary/cryptographic_hash_function/index.md b/files/zh-cn/glossary/cryptographic_hash_function/index.md index 9445dbc49068fb..3af3f5ac38368e 100644 --- a/files/zh-cn/glossary/cryptographic_hash_function/index.md +++ b/files/zh-cn/glossary/cryptographic_hash_function/index.md @@ -10,8 +10,8 @@ slug: Glossary/Cryptographic_hash_function 散列函数必须有以下特征才能用于密码学: - 快速计算(因为它们需要频繁地生成) -- 不可逆(每个摘要可能来自拥有庞大数据的消息,并且仅有暴力破解才能生成导致给定摘要的消息) -- 防篡改(对消息的任何改变都会导致不同的摘要) +- 不可逆(每个摘要可能来自拥有庞大数据的消息,并且仅有暴力破解才能生成产生给定摘要的消息) +- 防篡改(对消息的任何改变都会产生不同的摘要) - 抗碰撞(应该不可能找到两个不同的消息产生相同的摘要) 像 MD5 和 SHA-1 这样的加密散列函数被认为是不安全的,因为已经发现了一种可以显著降低它们抗碰撞性的一种方式。