2004-01-13 14:40:00 +01:00
|
|
|
Source: tor
|
|
|
|
Section: comm
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Peter Palfrader <weasel@debian.org>
|
|
|
|
Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch
|
|
|
|
Standards-Version: 3.6.1
|
|
|
|
|
|
|
|
Package: tor
|
|
|
|
Architecture: any
|
2004-07-23 00:28:29 +02:00
|
|
|
Depends: ${shlibs:Depends}, adduser, tsocks, python
|
2004-05-07 01:11:12 +02:00
|
|
|
Recommends: privoxy, socat
|
2004-01-13 14:40:00 +01:00
|
|
|
Suggests: mixmaster, mixminion, anon-proxy
|
2004-01-31 10:11:46 +01:00
|
|
|
Description: anonymizing overlay network for TCP
|
2004-01-13 14:40:00 +01:00
|
|
|
Tor is a connection-based low-latency anonymous communication system which
|
|
|
|
addresses many flaws in the original onion routing design.
|
|
|
|
.
|
|
|
|
In brief, Onion Routing is a connection-oriented anonymizing communication
|
|
|
|
service. Users choose a source-routed path through a set of nodes, and
|
|
|
|
negotiate a "virtual circuit" through the network, in which each node
|
|
|
|
knows its predecessor and successor, but no others. Traffic flowing down
|
|
|
|
the circuit is unwrapped by a symmetric key at each node, which reveals
|
|
|
|
the downstream node.
|
|
|
|
.
|
|
|
|
Basically Tor provides a distributed network of servers ("onion
|
|
|
|
routers"). Users bounce their tcp streams (web traffic, ftp, ssh, etc)
|
|
|
|
around the routers, and recipients, observers, and even the routers
|
|
|
|
themselves have difficulty tracking the source of the stream.
|
|
|
|
.
|
2004-01-13 15:20:31 +01:00
|
|
|
Note that Tor does no protocol cleaning. That means there is a danger that
|
2004-01-13 14:40:00 +01:00
|
|
|
application protocols and associated programs can be induced to reveal
|
|
|
|
information about the initiator. Tor depends on Privoxy and similar protocol
|
|
|
|
cleaners to solve this problem.
|
|
|
|
.
|
|
|
|
Client applications can use the Tor network by connecting to the local
|
|
|
|
onion proxy. If the application itself does not come with socks support
|
|
|
|
you can use a socks client such as tsocks. Some web browsers like mozilla
|
2004-01-13 15:20:31 +01:00
|
|
|
and web proxies like privoxy come with socks support, so you don't need an
|
2004-01-13 14:40:00 +01:00
|
|
|
extra socks client if you want to use Tor with them.
|
|
|
|
.
|
2004-02-17 05:57:37 +01:00
|
|
|
This package enables only the onion proxy by default, but it can be configured
|
|
|
|
as a relay (server) node.
|
|
|
|
.
|
2004-01-13 14:40:00 +01:00
|
|
|
Remember that this is alpha code, and the network is very small -- Tor will
|
|
|
|
not provide anonymity currently.
|
2004-04-24 19:42:30 +02:00
|
|
|
.
|
|
|
|
The latest information can be found at http://freehaven.net/tor/, or on the
|
|
|
|
mailing lists, archived at http://archives.seul.org/or/dev/ or
|
|
|
|
http://archives.seul.org/or/announce/.
|