Wladimir J. van der Laan 67a7949397 privacy: Stream isolation for Tor
According to Tor's extensions to the SOCKS protocol
(https://gitweb.torproject.org/torspec.git/tree/socks-extensions.txt)
it is possible to perform stream isolation by providing authentication
to the proxy. Each set of credentials will create a new circuit,
which makes it harder to correlate connections.

This patch adds an option, `-proxyrandomize` (on by default) that randomizes
credentials for every outgoing connection, thus creating a new circuit.

    2015-03-16 15:29:59 SOCKS5 Sending proxy authentication 3842137544:3256031132
2015-04-17 13:26:47 +02:00
..
2015-01-26 12:36:41 +01:00
2015-01-09 21:11:47 +01:00
2015-04-01 12:02:01 +02:00
2015-04-01 12:02:01 +02:00
2015-03-20 16:08:35 +01:00
2015-03-13 11:04:18 +01:00
2014-12-27 19:04:49 +01:00
2014-12-19 19:55:32 +01:00
2014-12-27 19:04:49 +01:00
2014-12-27 19:04:49 +01:00
2015-03-13 11:04:18 +01:00
2015-03-13 11:04:18 +01:00
2015-03-20 16:08:35 +01:00