From 81db27c996bd9fa028457d70c6733d142c317244 Mon Sep 17 00:00:00 2001 From: WinGeek Date: Wed, 16 Oct 2024 12:39:42 -0700 Subject: [PATCH] Update the links of documents --- README.md | 1 + docs/zh-cn/cryptography.zh-cn.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7677049e..7a4ce8b8 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Cryptography is at the heart of OpenNHP, providing robust security, excellent pe > CL-PKC is a scheme that enhances security by avoiding key escrow and addressing the limitations of Identity-Based Cryptography (IBC). In most IBC systems, a user's private key is generated by a Key Generation Center (KGC), which introduces significant risks. A compromised KGC can lead to the exposure of all users' private keys, requiring full trust in the KGC. CL-PKC mitigates this issue by splitting the key generation process, so the KGC only has knowledge of a partial private key. As a result, CL-PKC combines the strengths of both PKI and IBC, offering stronger security without the drawbacks of centralized key management. +> Please refer to the [OpenNHP Documentation](https://opennhp.org/cryptography/) for detailed explanation of cryptographic algorithms used in OpenNHP. ## Key Features diff --git a/docs/zh-cn/cryptography.zh-cn.md b/docs/zh-cn/cryptography.zh-cn.md index a4131416..6acd429b 100644 --- a/docs/zh-cn/cryptography.zh-cn.md +++ b/docs/zh-cn/cryptography.zh-cn.md @@ -18,9 +18,9 @@ permalink: /zh-cn/cryptography/ 本文解释了 OpenNHP 如何在多个关键领域中利用现代加密算法的优势: -1. [公私钥加密算法](#1-public-key-cryptography) -2. [密钥交换、数据加密和身份认证](#2-key-exchange-data-encryption-and-identity-verification) -3. [密钥分发和管理](#3-key-distribution-and-management) +1. [公私钥加密算法](#1-%E5%85%AC%E7%A7%81%E9%92%A5%E5%8A%A0%E5%AF%86%E7%AE%97%E6%B3%95) +2. [密钥交换、数据加密和身份认证](#2%E5%AF%86%E9%92%A5%E4%BA%A4%E6%8D%A2%E6%95%B0%E6%8D%AE%E5%8A%A0%E5%AF%86%E5%92%8C%E8%BA%AB%E4%BB%BD%E8%AE%A4%E8%AF%81) +3. [密钥分发和管理](#3-%E5%AF%86%E9%92%A5%E7%AE%A1%E7%90%86%E4%B8%8E%E5%88%86%E5%8F%91) ## 1) 公私钥加密算法