Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
WinGeek authored and WinGeek committed Feb 7, 2025
1 parent d8245bc commit 9bf96d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
[![es](https://img.shields.io/badge/lang-es-green.svg)](https://github.com/OpenNHP/opennhp/blob/master/README.es.md)

![OpenNHP Logo](docs/images/logo11.png)
# OpenNHP: Zero Trust Network-resource Hiding Protocol

**NHP (Network-resource Hiding Protocol)** is a lightweight, cryptography-based Zero Trust protocol designed to safeguard servers and data from attackers by leveraging resource-hiding and encryption. It includes two core sub-protocols:
# OpenNHP: Open Source Toolkit for Zero Trust Security

- **Network-infrastructure Hiding Protocol (nHP):** Protects servers and applications by concealing domains, IP addresses, and ports.
- **Data-object Hiding Protocol (dHP):** Ensures data security and privacy by making data "usable but not visible" through cryptographic key negotiation and encryption.
**OpenNHP** is a lightweight, cryptography-driven, open-source toolkit designed to implement Zero Trust protocols for securing servers and data. By leveraging resource obfuscation and advanced encryption algorithms, OpenNHP minimizes attack surfaces and mitigates threats effectively. It features two core protocols:

**OpenNHP** is the open source implementation of NHP.
- **Network-infrastructure Hiding Protocol (NHP):** Conceals server ports, IP addresses, and domain names to protect applications and infrastructure from unauthorized access.
- **Data-object Hiding Protocol (DHP):** Ensures data security and privacy by employing encryption algorithms and confidential computing to make data *"usable but not visible"*.

![Build Status](https://img.shields.io/badge/build-passing-brightgreen)
![Version](https://img.shields.io/badge/version-1.0.0-blue)
Expand All @@ -31,7 +30,7 @@ Gartner research anticipates a [sharp rise in AI-driven cyberattacks](https://ww

---

## Quick Demo: See OpenNHP in Action
## Quick Demo 1: Hiding Application Server Ports

Before diving into the details of OpenNHP, let's start with a quick demonstration of how OpenNHP protects a server from unauthorized access. You can see it in action by accessing the protected server at https://acdemo.opennhp.org.

Expand Down

0 comments on commit 9bf96d1

Please sign in to comment.