torgo

An simple overlay network in Golang based on Tor.

View the Project on GitHub armaansood/torgo

torgo

An anonymous overlay network based on the Tor protocol. It works by routing traffic from a browser through a randomized circuit of Tor routers before sending it to the web server. Other Tor routers are found using a peer discovery registration service. It can run (for multiple days or longer) in a heterogeneous environment without resource leaks or deadlock. For educational purposes.

More detailed writeup to comeā€¦