On Fri, Jan 28, 2011 at 11:29:25PM +0000, pumpkin@xxxxxxxxx wrote 2.3K bytes in 53 lines about:
: My understanding is that Tor encrypts both the content of a data
: packet and also the header. It encrypts the packet and header three
: times on the client (my computer) and then at each node one layer is
: decrypted until the data packet and header are decrypted to
: plaintext at the final exit node (except when TLS is used). Right?
Actually, tor wraps the original traffic in encryption and tunnels it
through the 3 hops of a circuit. We do not touch the original data.