Hacker News new | ask | show | jobs
by betterunix 4748 days ago
"Also, wouldn't the government need to be operating a certain percentage of the Tor nodes to do effective traffic analysis?"

Not if they can conduct surveillance on the entire Internet.

1 comments

You establish a random circuit through the Tor network when you first connect. Even if the NSA is analyzing every packet between every node, they're not going to be able to distinguish your packet from anyone else's. I think they would need to control some of the nodes to keep track of packet sources and destinations.
You are wrong. Tor does not include any latency, so a passive global adversary who can watch every packet can correlate your input to the Tor network with the traffic between nodes and the outputs of the exit nodes, and thus break the anonymity property. The reason this does not apply to anonymous remailers is that they randomly permute the messages they receive, sending them out in a different order than they were received; this creates far too much latency for use with HTTP or IRC or other common protocols, so Tor sacrifices security against a global adversary.

http://www.cs.usfca.edu/~ejung/courses/f11683/lectures/tor.p...

http://mice.cs.columbia.edu/getTechreport.php?techreportID=5...