Labyrinth-Mesh provides a post-quantum secure multi-path tunnel that splits payloads into shares using Shamir Secret Sharing. By combining X25519 and Kyber-1024, it ensures resilient data transmission even in the face of quantum threats, with advanced replay protection and dynamic timing to combat correlation attacks.
Labyrinth-Mesh is a cutting-edge, post-quantum resilient multi-path tunneling solution designed for secure data transmission. It employs a hybrid Key Encapsulation Mechanism (KEM) utilizing both X25519 and Kyber-1024, integrating advanced security features that effectively safeguard against both classical and quantum adversaries. This innovative project includes the following key functionalities:
To demonstrate the functionality of Labyrinth-Mesh, here is a quick setup using three terminal windows:
# Terminal 1 — Receiver
labyrinth recv --ctrl 0.0.0.0:8199 --udp 0.0.0.0:8200 --mgmt 0.0.0.0:9090
# Terminal 2 — Live TUI
labyrinth-tui --mgmt 127.0.0.1:9090
# Terminal 3 — Sender (Ctrl+D to close)
labyrinth send --to 127.0.0.1:8199
Labyrinth-Mesh features a comprehensive CLI that includes commands for sending, receiving, and monitoring status:
# Command to send a file
labyrinth send --to <address> --file <path>
# Command to receive data
labyrinth recv --output <output_path>
# View the current status
labyrinth status
The security architecture of Labyrinth-Mesh is designed to combat various attacks, including:
The design integrates several advanced cryptographic techniques:
The management plane includes a RESTful API allowing users to monitor health, manage metrics, and control paths dynamically. A SvelteKit-based web GUI is accessible via Docker, providing real-time metrics, logs, and management functionalities.
Labyrinth-Mesh represents the forefront of post-quantum networking technology, ensuring secure and resilient data communication for the future.
No comments yet.
Sign in to be the first to comment.