30ed85af3bf2f1c0ae12dc4923ba0daa764a17f6
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Overview</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

7)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

19) <tr>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

20) <td class="spacer">
21) <a href="http://tor.eff.org/"><img src="images/spacer.png"
22) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a href="download.html">Download</a>  |
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

28)       <a href="documentation.html">Docs</a>  |
29)       <a href="users.html">Users</a>  |
Roger Dingledine rename FAQ page as FAQs page

Roger Dingledine authored 19 years ago

30)       <a href="faq.html">FAQs</a>  |
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

31)       <a href="contribute.html">Contribute</a>  |
32)       <a href="developers.html">Developers</a>  |
33)       <a href="research.html">Research</a>  |
34)       <a href="people.html">People</a>
35) </td>
36) </tr>
37) </table>
38) </div>
39) <!-- END TITLE BAR & NAVIGATION -->
40) 
41) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

42) 
Roger Dingledine give Tor: Overview a differ...

Roger Dingledine authored 19 years ago

43) <h2>Tor: Overview</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

44) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

45) 
46) <p>
Roger Dingledine tor is no longer a network-...

Roger Dingledine authored 19 years ago

47) Tor is a network of virtual tunnels that allows people and groups to
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

48) improve their privacy and security on the Internet.  It also enables
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

49) software developers to create new communication tools
50) with built-in privacy features.  Tor provides the foundation for
51) a range of applications that allow organizations and individuals
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

52) to share information over public networks without compromising their
53) privacy.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

54) </p>
55) 
56) <p>
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

57) Individuals can use Tor to keep remote websites from tracking them and their
58) family members.
59) They can also use it to connect
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

60) to resources such as news sites or instant messaging services that are
61) blocked by their local Internet service providers (ISPs).
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

62) </p>
63) 
64) <p>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

65) Groups such as the German "Diabetes People" organization recommend Tor
66) for safeguarding their members' online privacy and security.  Activist
67) groups like the Electronic Frontier Foundation (EFF) are supporting
68) Tor's development as a mechanism for maintaining civil liberties online.
69) Corporations are investigating Tor as a safe way to conduct competitive
70) analysis, and are considering using Tor to test new experimental projects
71) without associating their names with these projects. A branch of the
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

72) U.S. Navy uses Tor for open source intelligence gathering, and one of its
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

73) teams used Tor while deployed in the Middle East recently.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

74) </p>
75) 
76) <p>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

77) The variety of people who use Tor is actually part of what makes it
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

78) so secure.  Tor hides you among the other users on the network, so the more
79) populous and diverse the user base for Tor is,
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

80) the more your anonymity will be protected.
81) </p>
82) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

83) <h3>Why we need Tor</h3>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

84) 
85) <p>
86) Using Tor protects you against a common form of Internet surveillance
87) known as "traffic analysis."  Traffic analysis can be used to infer
88) who is talking to whom over a public network.  Knowing the source
89) and destination of your Internet traffic allows others to track your
90) behavior and interests.  This can impact your checkbook if, for example,
91) an e-commerce site uses price discrimination based on your country or
92) institution of origin.  It can even threaten your job and physical safety
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

93) by revealing who and where you are. For example, if you're travelling
94) abroad and you connect to your employer's computers to check or send mail,
95) you can inadvertently reveal your national origin and professional
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

96) affiliation to anyone observing the network, even if the connection
Roger Dingledine make it clearer there's mor...

Roger Dingledine authored 19 years ago

97) is encrypted.
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

98) </p>
99) 
100) <p>
101) How does traffic analysis work?  Internet data packets have two parts:
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

102) a data payload and a header used for routing.  The data payload is
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

103) whatever is being sent, whether that's an email message, a web page, or an
104) audio file.  Even if you encrypt the data payload of your communications,
105) traffic analysis still reveals a great deal about what you're doing and,
106) possibly, what you're saying.  That's because it focuses on the header,
107) which discloses source, destination, size, timing, and so on.
108) </p>
109) 
110) <p>
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

111) A basic problem for the privacy minded is that the recipient of your
112) communications can see that you sent it by looking at headers.  So can
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

113) authorized intermediaries like Internet service providers, and sometimes
114) unauthorized intermediaries as well.  A very simple form of traffic
115) analysis might involve sitting somewhere between sender and recipient on
116) the network, looking at headers.
117) </p>
118) 
119) <p>
120) But there are also more powerful kinds of traffic analysis.  Some
121) attackers spy on multiple parts of the Internet and use sophisticated
122) statistical techniques to track the communications patterns of many
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

123) different organizations and individuals.  Encryption does not help against
124) these attackers, since it only hides the content of Internet traffic, not
125) the headers.
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

126) </p>
127) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

128) <h3>The solution: a distributed, anonymous network</h3>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

129) 
130) <p>
131) Tor helps to reduce the risks of both simple and sophisticated traffic
132) analysis by distributing your transactions over several places on the
133) Internet, so no single point can link you to your destination.  The idea
134) is similar to using a twisty, hard-to-follow route in order to throw off
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

135) somebody who is tailing you&mdash;and then periodically erasing your
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

136) footprints.  Instead of taking a direct route from source to
137) destination, data packets on the Tor network take a random pathway
138) through several servers that cover your tracks so no observer at any
139) single point can tell where the data came from or where it's going.
140) </p>
141) 
Roger Dingledine upcase 'tor' on website men...

Roger Dingledine authored 19 years ago

142) <img alt="Tor circuit step one" src="images/htw1.png" />
143) <img alt="Tor circuit step two" src="images/htw2.png" />
Roger Dingledine put ren's how-tor-works dia...

Roger Dingledine authored 19 years ago

144) 
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

145) <p>
146) To create a private network pathway with Tor, the user's software or
147) client incrementally builds a circuit of encrypted connections through
148) servers on the network.  The circuit is extended one hop at a time, and
149) each server along the way knows only which server gave it data and which
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

150) server it is giving data to.  No individual server ever knows the
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

151) complete path that a data packet has taken.  The client negotiates a
152) separate set of encryption keys for each hop along the circuit to ensure
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

153) that each hop can't trace these connections as they pass through.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

154) </p>
155) 
Roger Dingledine upcase 'tor' on website men...

Roger Dingledine authored 19 years ago

156) <img alt="Tor circuit step three" src="images/htw3.png" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

157) 
158) <p>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

159) Once a circuit has been established, many kinds of data can be exchanged
160) and several different sorts of software applications can be deployed
161) over the Tor network.  Because each server sees no more than one hop in
162) the circuit, neither an eavesdropper nor a compromised server can use
163) traffic analysis to link the connection's source and destination.  Tor
164) only works for TCP streams and can be used by any application with SOCKS
165) support.
166) </p>
167) 
168) <p>
169) For efficiency, the Tor software uses the same circuit for connections
170) that happen within the same minute or so.  Later requests are given a
171) new circuit, to keep people from linking your earlier actions to the new
172) ones.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

173) </p>
174) 
Roger Dingledine upcase 'tor' on website men...

Roger Dingledine authored 19 years ago

175) <img alt="Tor circuit step four" src="images/htw4.png" />
Roger Dingledine put ren's how-tor-works dia...

Roger Dingledine authored 19 years ago

176) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

177) <h3>Hidden services</h3>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

178) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

179) <p>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

180) Tor also makes it possible for users to hide their locations while
181) offering various kinds of services, such as web publishing or an instant
182) messaging server.  Using Tor "rendezvous points," other Tor users can
183) connect to these hidden services, each without knowing the other's
184) network identity.  This hidden service functionality could allow Tor
185) users to set up a website where people publish material without worrying
186) about censorship.  Nobody would be able to determine who was offering
187) the site, and nobody who offered the site would know who was posting to it.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

188) </p>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

189) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

190) <h3>Staying anonymous</h3>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

191) 
192) <p>
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

193) Tor can't solve all anonymity problems.  It focuses only on
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

194) protecting the transport of data.  You need to use protocol-specific
195) support software if you don't want the sites you visit to see your
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

196) identifying information. For example, you can use web proxies such as
197) Privoxy while web browsing to block cookies and withhold information
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

198) about your browser type.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

199) </p>
200) 
201) <p>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

202) Also, to protect your anonymity, be smart.  Don't provide your name
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

203) or other revealing information in web forms.  Be aware that, like all
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

204) anonymizing networks that are fast enough for web browsing, Tor does not
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

205) provide protection against end-to-end timing attacks: If your attacker
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

206) can watch the traffic coming out of your computer, and also the traffic
207) arriving at your chosen destination, he can use statistical analysis to
208) discover that they are part of the same circuit.
209) </p>
210) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

211) <h3>The future of Tor</h3>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

212) 
213) <p>
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

214) Providing a usable anonymizing network on the Internet today is an
215) ongoing challenge. We want software that meets users' needs. We also
216) want to keep the network up and running in a way that handles as many
217) users as possible. Security and usability don't have to be at odds:
218) As Tor's usability increases, it will attract more users, which will
219) increase the possible sources and destinations of each communication,
220) thus increasing security for everyone.
Roger Dingledine make usability/security dis...

Roger Dingledine authored 19 years ago

221) We're making progress, but we need your help.  Please consider
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

222) <a href="cvs/tor/doc/tor-doc.html#installing">installing</a> a <a
223) href="cvs/tor/doc/tor-doc.html#server">server</a>
Roger Dingledine revised overview text

Roger Dingledine authored 19 years ago

224) or <a href="contribute.html">volunteering</a> as a <a
225) href="developers.html">developer</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

226) </p>
227) 
228) <p>
Roger Dingledine clean up last paragraph of...

Roger Dingledine authored 19 years ago

229) Ongoing trends in law, policy, and technology threaten anonymity as never
230) before, undermining our ability to speak and read freely online. These
231) trends also undermine national security and critical infrastructure by
232) making communication among individuals, organizations, corporations,
233) and governments more vulnerable to analysis. Each new user and server
234) provides additional diversity, enhancing Tor's ability to put control
235) over your security and privacy back into your hands.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

236) </p>
237) 
238)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

239) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

240)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

241)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

242)      $Id$
243)   </div>