Changes between Version 77 and Version 78 of AnonymityModule
- Timestamp:
- Jul 5, 2011 2:58:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v77 v78 11 11 Onion routing is an anonymity tool which uses multiple routers to hide web traffic from the sender to the server. The web data is encrypted using layers, with each layer being removed at the subsequent routers. This means that each router can only see two parts of the traffic, the preceding node and the next node. Therefore a compromised node would not lead to the identity of either person being revealed. 12 12 13 13 [[Image(onion.png)]] 14 14 This image was obtained from http://en.wikipedia.org/wiki/File:Onion diagram.svg 15 15