control 2.2 KB

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