Changes between Version 76 and Version 77 of AnonymityModule
- Timestamp:
- Jul 5, 2011 2:57:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v76 v77 1 1 2 2 = An Exercise in Anonymity = 3 4 == Background == 5 6 This has been created to be a classroom exercise to explain and demonstrate a few different techniques in active anonymity, and intercepting and making sense of web traffic. 7 8 9 10 == Onion Routing == 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 13 14 This image was obtained from http://en.wikipedia.org/wiki/File:Onion diagram.svg 15 16 17 = The Exercise = 3 18 4 19 == Step 1 Setting Up the Network ==