Skip to content

Commit

Permalink
Update the links of documents
Browse files Browse the repository at this point in the history
  • Loading branch information
WinGeek authored and WinGeek committed Oct 16, 2024
1 parent 5286dfa commit 81db27c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/zh-cn/cryptography.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 公私钥加密算法
Expand Down

0 comments on commit 81db27c

Please sign in to comment.