Skip to content

Commit

Permalink
Update 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 75afc18 commit edfa3d9
Show file tree
Hide file tree
Showing 12 changed files with 331 additions and 38 deletions.
11 changes: 6 additions & 5 deletions docs/comparison.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
layout: page
title: Comparison
nav_order: 3
nav_order: 4
permalink: /comparison/
---

- {: .fs-9 }
# Comparison between NHP and SPA
{: .fs-9 }

<small>*&nbsp; &nbsp; &nbsp; &nbsp;(Note: The following content is extracted from the journal paper "AHAC: Advanced Network-Hiding Access Control Framework" published in Volume 14, Issue 13 of the journal *Applied Sciences* in 2024. It is worth noting that the AHAC framework is a key component of the NHP (OpenNHP) technology system. This paper provides a detailed introduction and comparison of the performance of NHP (Next-Generation Host Protocol) and SPA (Secure Protocol Architecture) in various aspects.)*</small>
[中文版](/zh-cn/comparison/){: .label .fs-4 }

# Comparison between NHP and SPA
Note: The following content is extracted from the journal paper "AHAC: Advanced Network-Hiding Access Control Framework" published in Volume 14, Issue 13 of the journal *Applied Sciences* in 2024. It is worth noting that the AHAC framework is a key component of the NHP (OpenNHP) technology system.

# Table Of Content:
---

- [Comparison between NHP and SPA](#comparison-between-nhp-and-spa)
- [Table Of Content:](#table-of-content)
Expand Down
13 changes: 8 additions & 5 deletions docs/cryptography.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
layout: page
title: Cryptography
nav_order: 4
nav_order: 3
permalink: /cryptography/
---

# Cryptographic Algorithms in OpenNHP
{: .fs-9 }

Cryptography is at the heart of OpenNHP, providing robust security, excellent performance, and scalability by utilizing cutting-edge cryptographic algorithms.
{: .fs-6 .fw-300 }

[中文版](/zh-cn/cryptography/){: .label .fs-4 }

---

Cryptography is at the heart of OpenNHP, providing robust security, excellent performance, and scalability by utilizing cutting-edge cryptographic algorithms. This article explains how OpenNHP takes advantages of modern cryptographic algorithms in several critical areas:
This article explains how OpenNHP takes advantages of modern cryptographic algorithms in several critical areas:

1. Public Key Cryptography
2. Key Exchange, Data Encryption and Identity Verification
3. Key Distribution and Management
1. [Public Key Cryptography](#1-public-key-cryptography)
2. [Key Exchange, Data Encryption and Identity Verification](#2-key-exchange-data-encryption-and-identity-verification)
3. [Key Distribution and Management](#3-key-distribution-and-management)

## 1) Public Key Cryptography

Expand Down
3 changes: 3 additions & 0 deletions docs/zh-cn/about.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permalink: /zh-cn/about/
# 关于OpenNHP开源项目
{: .fs-9 }

[English Version](/about/){: .label .fs-4 }


---


2 changes: 2 additions & 0 deletions docs/zh-cn/build.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permalink: /zh-cn/build/
# 编译OpenNHP
{: .fs-9 }

[English Version](/build/){: .label .fs-4 }

---

## 1. WSL环境准备
Expand Down
2 changes: 2 additions & 0 deletions docs/zh-cn/code.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permalink: /zh-cn/code/
# OpeNHP代码解读
{: .fs-9 }

[English Version](/code/){: .label .fs-4 }

---

## 1. 层级架构
Expand Down
45 changes: 22 additions & 23 deletions docs/zh-cn/comparison.zh-cn.md

Large diffs are not rendered by default.

278 changes: 276 additions & 2 deletions docs/zh-cn/cryptography.zh-cn.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/zh-cn/deploy.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permalink: /zh-cn/deploy/
# 部署OpenNHP
{: .fs-9 }

[English Version](/deploy/){: .label .fs-4 }

---

## 1. OpenNHP组件说明
Expand Down
3 changes: 3 additions & 0 deletions docs/zh-cn/features.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permalink: /zh-cn/features/
# OpenNHP功能列表
{: .fs-9 }

[English Version](/features/){: .label .fs-4 }


---


3 changes: 1 addition & 2 deletions docs/zh-cn/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permalink: /zh-cn/

# OpenNHP中文版文档
{: .fs-9 }

[English Version](/){: .label .fs-4 }


---
2 changes: 2 additions & 0 deletions docs/zh-cn/overview.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permalink: /zh-cn/overview/
# OpenNHP:零信任网络隐身协议
{: .fs-9 }

[English Version](/){: .label .fs-4 }

---

## 第一章:导读
Expand Down
5 changes: 4 additions & 1 deletion docs/zh-cn/server_plugin.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ permalink: /zh-cn/server_plugin/
---

# OpenNHP插件开发教程
{: .fs-9 }

# 目录
[English Version](/server_plugin/){: .label .fs-4 }

---

- [简介 ](#简介 )

Expand Down

0 comments on commit edfa3d9

Please sign in to comment.