Cryptographic infrastructure grid
Case Study — Applied Cryptography & P2P Mesh

NOCTIS
MESH

A zero-trust, end-to-end encrypted messaging engine operating across decentralized, multi-hop mesh topologies with zero intermediate plaintext exposure.

Trustless Multi-Hop Relays.

Decentralized mesh networks eliminate central choke points, but they force every intermediate node to act as an untrusted router. Traditional transport-layer encryption breaks at each hop boundary, forcing nodes to inspect payloads to route them.

Noctis decouples wire routing metadata from application payloads. Intermediate relays can forward packets across bounded TCP connections without accessing ephemeral keys or viewing plaintext data.

ChaCha20 Poly1305 AEAD
X25519 Session Agreement
Cryptographic node matrix

The Security Core.

fingerprint

Ed25519 Identity

Each node generates an immutable Ed25519 signing keypair serving as its network identifier. Identity verification happens at session handshake time, preventing spoofing and impersonation.

key

HKDF-SHA-256

Derives separate symmetric keys for transmission and reception from ephemeral Diffie-Hellman secrets. Every session operates within isolated cryptographic bounds with ratchet-ready properties.

alt_route

Bounded Relays

Enforces sequence-based sliding windows to drop replayed packets, uses bounded TCP buffer rings, and decrements strict TTL values to kill forwarding loops across untrusted peers.

Verified Protocol Integrity.

Test Suite Passing
Mesh topology and latency dashboard
Cryptographic code and terminal logs
Networking hardware and fiber paths

The Stack.

Concurrent, memory-safe Go architecture paired with verified cryptographic primitives.

Go 1.21 Core Engine
x/crypto AEAD & Curves
Protobuf Wire Format
desktop_windows Fyne v2 GUI
arrow_back
Back to Gallery All Projects
Next Project NetSpecter
arrow_forward