> For the complete documentation index, see [llms.txt](https://docs.cyphernet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyphernet.io/projects.md).

# Projects

## Network protocol suites

<table data-view="cards"><thead><tr><th></th><th></th><th>Supersedes</th></tr></thead><tbody><tr><td><h3>Black Snow</h3></td><td>Network end-to-end encryption layer</td><td>TLS, Noise</td></tr><tr><td><h3>Eidolon</h3></td><td>Network authentication protocol based on nyms</td><td>PKI, DID</td></tr><tr><td><h3>Legion</h3></td><td>Mesh network protocol</td><td>Ethernet, WiF</td></tr></tbody></table>

## Application layer

<table data-view="cards"><thead><tr><th></th><th></th><th>Supersedes</th></tr></thead><tbody><tr><td><code>ssi</code></td><td>Self-sovereign identity management tools</td><td>GPG/PGP</td></tr><tr><td><code>nsh</code></td><td>Secure shell using Noise framework &#x26; mixnets</td><td>SSH</td></tr><tr><td><code>heartwood</code></td><td>A global P2P network of P2P git relays</td><td>GitHub</td></tr></tbody></table>

## Libraries

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><code>cyphernet</code></td><td>Library supporting mixnets, encryption, nym-based authentication for cyphernet apps</td></tr><tr><td><code>netservices</code></td><td>A suite for creating cyphernet services and P2P nodes</td></tr><tr><td><code>socks5</code></td><td>Client and server-side libraries for working with SOCKS5-based mixnets</td></tr><tr><td><code>noise-framework</code></td><td>Implementation of Noise Protocol Framework in rust written in a functional style</td></tr><tr><td><code>blacksnow</code></td><td>A next-generation end-to-end encryption protocol modeled after BIP-324</td></tr><tr><td><code>eidolon</code></td><td>Pseudonymous authentication protocol for Noise_NN and Black Snow</td></tr></tbody></table>

## Cypherweb: building the future of the web

<table data-view="cards"><thead><tr><th></th><th></th><th>Alternative to</th></tr></thead><tbody><tr><td><h3>Xenomask</h3></td><td>Web browser plugin for cyphernet adoption</td><td>Metamask</td></tr><tr><td><h3>Xenomorph</h3></td><td>Web browser for cyphernet surfing</td><td>Tor browser</td></tr><tr><td><h3>Nostromo</h3></td><td>Social network and search engine</td><td>Google, Twitter, Nostr</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cyphernet.io/projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
