Skip to content

lvs0/Polygone-Hide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Polygone-Hide

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.


🚀 How it works

  1. Capture: Accepts local SOCKS5 connections (Browser, SSH, etc.).
  2. Sharding: Every packet is split using Shamir Secret Sharing.
  3. Drift: Fragments travel through different DHT paths.
  4. Reconstruct: Exit nodes reconstruct and execute requests, sharding responses back.

🛡️ Metadata Invisibility

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.

🛠️ Usage

Start the Tunnel

polygone-hide start --port 1080

Use with Browser (Firefox/Chrome)

Configure your browser to use a SOCKS5 Proxy at 127.0.0.1:1080.

Use with CLI

curl --proxy socks5h://127.0.0.1:1080 https://checkip.amazonaws.com

🏗️ Architecture

graph LR
    User[Browser] -->|TCP| P[Polygone-Hide]
    P -->|Shards| D[Polygone DHT]
    D -->|Shards| E[Exit Node]
    E -->|TCP| W[Target Web]
Loading

⚖️ License

MIT License — 2026 · l-vs · Hope (by Hope) · Polygone ecosystem

About

Post-quantum SOCKS5 tunnel for the Polygone network

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages