From daa688a5619e649742d1585a828d1e3a91ef1dbe Mon Sep 17 00:00:00 2001 From: Zjl37 <2693911885@qq.com> Date: Sun, 15 Aug 2021 17:40:45 +0800 Subject: Add Web/Security/Weak_Signature_Algorithm, zh-CN (#1993) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加翻译 Web/Security/Weak_Signature_Algorithm * 将 Web/Security/Weak_Signature_Algorithm 改为 HTML * 将 id 改为英文 --- .../security/weak_signature_algorithm/index.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/zh-cn/web/security/weak_signature_algorithm/index.html (limited to 'files/zh-cn/web/security') diff --git a/files/zh-cn/web/security/weak_signature_algorithm/index.html b/files/zh-cn/web/security/weak_signature_algorithm/index.html new file mode 100644 index 0000000000..1b3963f2ec --- /dev/null +++ b/files/zh-cn/web/security/weak_signature_algorithm/index.html @@ -0,0 +1,32 @@ +--- +title: 弱签名算法 +slug: Web/Security/Weak_Signature_Algorithm +tags: + - Cryptography + - Guide + - Security + - 密码学 + - 指南 + - 安全 +translation_of: Web/Security/Weak_Signature_Algorithm +--- + +

在给{{Glossary("Digital certificate", "数字证书")}}{{Glossary("Signature/Security", "签名")}}时,用到的哈希算法的强度对证书的安全性至关重要。本文将提供一些已知的弱签名算法的信息,以便你在适当的时候避免使用它们。

+ +

弱的哈希算法可以使攻击者能够伪造证书。技术进步使网络攻击变得更加可行,随着新型的网络攻击不断被发现,我们不鼓励使用旧的算法,并最终移除了对它们的支持。

+ +

SHA-1

+ +

从 2017 年开始,主流浏览器不再认为 SHA-1 证书安全。应该使用那些采用更安全的哈希算法(如 SHA-256 或 SHA-512)的证书。

+ +

MD5

+ +

对基于 MD5 的签名的支持在 2012 年初被移除。

+ +

相关资料

+ + + +

{{QuickLinksWithSubpages("/zh-CN/docs/Web/Security")}}

\ No newline at end of file -- cgit v1.2.3-54-g00ecf