Network Analysis & Protocols
Private

Cyberia & Wired Protocol

RustC++TauriAES/RSACustom TCP ProtocolRaw Sockets

A secure and decentralized operating system and network layer project built on a custom communication protocol. Uses a custom TCP-based encrypted handshake mechanism instead of HTTP.

Tech Stack

RustC++TauriAES/RSACustom TCP ProtocolRaw Sockets

System Metrics

Zero HTTP overhead
Memory-safe concurrent connections via Rust

Why Did I Build This?

"Standard HTTP protocols leave massive metadata trails, making true privacy nearly impossible on the modern web. I needed a completely isolated, decentralized space where communication couldn't be easily tracked, analyzed, or intercepted by third parties. Cyberia was born as a counter-culture to the mainstream web."

Architecture & Decisions

The core network layer is written in Rust for absolute memory safety and concurrency, while C++ handles deep system-level integrations. Instead of standard TLS/HTTP, it utilizes a custom TCP handshake heavily encrypted with AES/RSA. Tauri is used to provide a minimal, lightweight UI without the overhead of Electron.

Key Features

  • 01.Custom TCP-based encrypted communication
  • 02.No HTTP metadata tracking or headers
  • 03.Decentralized node architecture
  • 04.End-to-End Encryption (E2EE) with AES/RSA
  • 05.Ultra-low resource consumption UI
This project represents my vision of what a truly private network should look like. It strips away the bloat of the modern web, focusing solely on secure, byte-level data transmission.