A technique for anonymous communication over a computer network. Encapsulating messages in layers of encryption, and sending the data through a series of network nodes called onion routers. Each of which "peels" away a single layer, uncovering the data's next destination.
Questions tagged [onion-routing]
17 questions
14
votes
2 answers
Onion routing vs crowds
I have been studying about computer security and at some point i came across the terms of onion routing and crowds. From what i have understood they are very similar in their usage (interchangeable).
Is there any specific situation where anyone…
mpla_mpla
- 181
- 1
- 5
14
votes
3 answers
Is it safe to access HTTP sites from Tor?
Somewhere I read that you should only open HTTPS links on Tor because otherwise your ISP for example could read the webpages you visit.
I searched on the subject and somewhere else I read that the Tor network itself provides enough built-in…
FISOCPP
- 279
- 1
- 2
- 6
6
votes
2 answers
What's the advantage of connecting to an onion address over a regular domain through Tor?
Many websites offer both standard domains that you can access through any browser and onion addresses only accessible via Tor.
I wonder what is the privacy advantage (if any) for the end user when connecting to a website using an onion address over…
gracjan
- 221
- 7
5
votes
1 answer
About onion packet and onion routing?
I was just wondering if anyone has a diagram showing what is encrypted inside an onion packet when it leaves the sender?
When a Tor client sends the packet out, wouldn't the entry onion node know send real IP address? When reply traffic comes, what…
m1xed0s
- 65
- 1
- 5
3
votes
2 answers
Is it possible to spy on Tor browser within local network?
Imagine yourself connecting your personal device to your workplace wi-fi network.
Can managers, network administrators, or some other person/potential attacker see my browser's activity if I'm using Tor browser or run all my traffic through the Tor…
2
votes
1 answer
What is extra 3 relays in .onion in Tor connection
When I visit any website in Tor browser and if I see the diagram of the circuit that Tor Browser is using for the current tab in the site information menu in the URL bar, it shows 3 relays: Guard, Middle node, and Exit node.
Now if I visit any…
Sann
- 33
- 3
2
votes
1 answer
Onion Routing Network: Analyzing the size of the encrypted message to determine distance along a circuit
I am teaching Anonymous Networks in a Cybersecurity class.
I am understanding (what I think) is a good deal about the process TORproject uses for its network by using this as a guide.
https://skerritt.blog/how-does-tor-really-work/
My model of the…
Zachariah Sawyer
- 21
- 1
2
votes
1 answer
Few Questions About Tor Hidden Services
According to this, when you connect to a hidden service using tor you go through 6 nodes instead of 3... why?
From what I understand when you connect to a website that is not a hidden service you connect to their IP, but it is shown as a domain…
tim petrem
- 33
- 3
2
votes
1 answer
Creating secure circuit in first generation Onion Routing
I'm reading paper on first generation Onion Routing from 1996.
From paper:
"To begin a session between an initiator and a responder, the
initiator's proxy identifies a series of routing nodes forming a route
through the network and constructs…
proslaniec
- 175
- 8
1
vote
1 answer
Onion Routing Encryption
I'm curious how, in onion routing, the relay nodes identify which node to forward the message to? From my understanding the message must travel a specific path based on the keys the user has. I don't understand how the nodes understand how to relay…
jacob_g
- 113
- 4
1
vote
1 answer
Tor: How does entry nodes communicate with middle nodes? How does middle nodes communicate with exit nodes?
In Tor, when a client communicates with an entry node, they exchange the parameters such as the prime number and the generator with each other through DH.
What about when an entry node communicating with a middle node, or a middle node communicating…
Gaai Chia
- 71
- 6
1
vote
2 answers
Tor Hidden Service In-Depth Questions
I've recently learned much more about Tor hidden service, thanks to this post, and its answers. But I am still wondering about a few small tid-bits...
As said in the linked post:
Q: If a hidden services IP is hidden, how is it possible to connect to…
tim petrem
- 33
- 3
1
vote
1 answer
How to establish VPN connection through Tor?
How do I connect to a VPN network via Tor? Is it more anonymous than the other way around (VPN-->Tor)?
David Bryant
- 1,139
- 2
- 8
- 10
0
votes
0 answers
how to change my onion URL?
I have my onion site online but I'd like to change my URL.
For example my URL looks like :
http://j3cjshcxrizpbq4txis7lk242hascwom5vwhvhdfvgpajqkwlzfrynad.onion/
But I would like to change my URL and have different URL onion or change my URL using…
0
votes
3 answers
How to check if you are navigating anonymously
I have been reading a bit about the deep web and the dark web, and that you need to connect to the onion network through a VPN to navigate anonymously.
I'm currently using Tails and its default system: onion circuits. I have read that onion circuits…
Martel
- 121
- 3