Cipher Relay is an http/socks5 proxy encrypt your network traffic via a relayed remote and local proxy chain.
Cipher Relay is not a professional tool, it is just a fun project to explore a new approach to network privacy protection:
- Encrypt traffic via a relayed remote and local proxy chain.
- Support http/socks5 proxy protocol.
- NO TLS and certificates are required.
# run the remote agent on your server
TODO
# run the local proxy on your desktop
TODO
graph LR
BR[Browser] --> Local[Local http/rocks5 Proxy on localhost or intranet]
Git[Git] --> Local
OC[Other Applications] --> Local
Local --Mixed & Encrpted Traffic [Internet]--> Remote[Remote Agent] --> Github
Remote --> ...