The Vapor Tunnel: Post-Quantum SOCKS5 Privacy.
Polygone-Hide is a zero-knowledge networking tunnel that fragments your TCP traffic across the Polygone ephemeral network. Unlike a traditional VPN, your connection is "vaporized" into multiple shards, making metadata analysis nearly impossible.
Project origin · Origine : French engineering · l-vs · collective Hope (by Hope). Public focus: post-quantum protocols — not hosting economics or free-tier setups.
- Capture: Accepts local SOCKS5 connections (Browser, SSH, etc.).
- Sharding: Every packet is split using Shamir Secret Sharing.
- Drift: Fragments travel through different DHT paths.
- Reconstruct: Exit nodes reconstruct and execute requests, sharding responses back.
Traditional VPNs hide your IP but have a centralized point of failure. Polygone-Hide ensures:
- No Path Association: Fragments of a single request travel through different peers.
- No Traffic Correlation: Packet timing is obfuscated by the DHT's natural jitter.
polygone-hide start --port 1080Configure your browser to use a SOCKS5 Proxy at 127.0.0.1:1080.
curl --proxy socks5h://127.0.0.1:1080 https://checkip.amazonaws.comgraph LR
User[Browser] -->|TCP| P[Polygone-Hide]
P -->|Shards| D[Polygone DHT]
D -->|Shards| E[Exit Node]
E -->|TCP| W[Target Web]
MIT License — 2026 · l-vs · Hope (by Hope) · Polygone ecosystem