Build a TOR Protocol Clone: Step-by-Step Guide

  • Thread starter Thread starter NotASmurf
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
NotASmurf
Messages
150
Reaction score
2
In order to get a deeper understanding of network security, I seek to try implement a basic, yet theoretically as secure, version of TOR. Assume I have a function send(ip_adress,port,byte[]), and RSA encryption implemented.

All I can seem to find are articles describing that it simply uses intermediary nodes, is there a good place that offers a succinct explanation (pseudo code if you will) of how to build it from the ground up?
 
Physics news on Phys.org
NotASmurf said:
In order to get a deeper understanding of network security, I seek to try implement a basic, yet theoretically as secure, version of TOR. Assume I have a function send(ip_adress,port,byte[]), and RSA encryption implemented.

All I can seem to find are articles describing that it simply uses intermediary nodes, is there a good place that offers a succinct explanation (pseudo code if you will) of how to build it from the ground up?
I know basically nothing about TOR, but your post seems strange to me. I thought the whole point of TOR was to have a network of cooperating anonymous servers. How can you make that on your own?

https://www.torproject.org/index.html.en
 
You have a link for reading. My impression is that you need to develop a very basic understanding of what TOR does. Please come back when you have specific questions about your own project.

Thread closed.