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.
Traditional VPNs hide your IP but have a centralized point of failure. Polygone-Hide ensures:
polygone-hide start --port 1080
Configure your browser to use a SOCKS5 Proxy at 127.0.0.1:1080.
curl --proxy socks5h://127.0.0.1:1080 https://checkip.amazonaws.com
graph 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