9ec0d24ecb0ab5bc6a02871ad8f7f83746eb9d98
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

1) ## translation metadata
Peter Palfrader In CVS the magic keyword is...

Peter Palfrader authored 18 years ago

2) # Revision: $Revision$
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

3) 
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

4) #include "head.wmi" TITLE="Tor FAQ"
5) 
6) <div class="main-column">
7) 
8) <!-- PUT CONTENT AFTER THIS TAG -->
9) 
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

10) # Translators: you probably don't want to translate this file yet,
11) # since I'm hoping it will keep changing for a while. Thanks! -RD
12) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

13) <h2>Tor FAQ</h2>
14) <hr />
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

15) 
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

16) <p>General questions:</p>
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

17) <ul>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

18) <li><a href="#WhatIsTor">What is Tor?</a></li>
19) <li><a href="#CompatibleApplications">What programs can I use with
20) Tor?</a></li>
21) <li><a href="#WhyCalledTor">Why is it called Tor?</a></li>
22) <li><a href="#Backdoor">Is there a backdoor in Tor?</a></li>
23) <li><a href="#DistributingTor">Can I distribute Tor on my magazine's
24) CD?</a></li>
25) <li><a href="#SupportMail">How can I get an answer to my
26) Tor support mail?</a></li>
27) <li><a href="#WhySlow">Why is Tor so slow?</a></li>
28) <li><a href="#Funding">What would The Tor Project do with more
29) funding?</a></li>
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

30) </ul>
31) 
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

32) <p>Compilation and Installation:</p>
33) 
34) <p>Running Tor:</p>
35) 
36) <p>Running a Tor client:</p>
37) 
38) <p>Running a Tor relay:</p>
39) 
40) <p>Running a Tor hidden service:</p>
41) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

42) <p>Anonymity and Security:</p>
43) <ul>
Roger Dingledine clarify what sort of encryp...

Roger Dingledine authored 15 years ago

44) <li><a href="#KeyManagement">Tell me about all the keys Tor uses.</a></li>
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

45) </ul>
46) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

47) <hr />
48) 
49) <a id="General"></a>
50) 
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

51) <a id="WhatIsTor"></a>
52) <h3><a class="anchor" href="#WhatIsTor">What is Tor?</a></h3>
53) 
54) <p>
55) The name "Tor" can refer to several different components.
56) </p>
57) 
58) <p>
59) The Tor software is a program you can run on your computer that helps keep
60) you safe on the Internet. Tor protects you by bouncing your communications
61) around a distributed network of relays run by volunteers all around
62) the world: it prevents somebody watching your Internet connection from
63) learning what sites you visit, and it prevents the sites you visit
64) from learning your physical location. This set of volunteer relays is
65) called the Tor network. You can read more about how Tor works on the <a
66) href="<page overview>">overview page</a>.
67) </p>
68) 
69) <p>
70) The Tor Project is a non-profit (charity) organization that maintains
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

71) and develops the Tor software.
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

72) </p>
73) 
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

74) <a id="CompatibleApplications"></a>
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

75) <h3><a class="anchor" href="#CompatibleApplications">What programs can
76) I use with Tor?</a></h3>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

77) 
78) <p>
79) There are two pieces to "Torifying" a program: connection-level anonymity
80) and application-level anonymity. Connection-level anonymity focuses on
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

81) making sure the application's Internet connections get sent through Tor.
82) This step is normally done by configuring
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

83) the program to use your Tor client as a "socks" proxy, but there are
84) other ways to do it too. For application-level anonymity, you need to
85) make sure that the information the application sends out doesn't hurt
86) your privacy. (Even if the connections are being routed through Tor, you
87) still don't want to include sensitive information like your name.) This
88) second step needs to be done on a program-by-program basis, which is
89) why we don't yet recommend very many programs for safe use with Tor.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

90) </p>
91) 
92) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

93) Most of our work so far has focused on the Firefox web browser. The
94) bundles on the <a href="<page download>">download page</a> automatically
95) install the <a href="<page torbutton/index>">Torbutton Firefox
96) extension</a> if you have Firefox installed. As of version 1.2.0,
97) Torbutton now takes care of a lot of the connection-level and
98) application-level worries.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

99) </p>
100) 
101) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

102) There are plenty of other programs you can use with Tor,
103) but we haven't researched the application-level anonymity
104) issues on them well enough to be able to recommend a safe
105) configuration. Our wiki has a list of instructions for <a
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

106) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO">Torifying
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

107) specific applications</a>. There's also a <a
108) href="https://wiki.torproject.org/noreply/TheOnionRouter/SupportPrograms">list
109) of applications that help you direct your traffic through Tor</a>.
110) Please add to these lists and help us keep them accurate!
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

111) </p>
112) 
113) <a id="WhyCalledTor"></a>
114) <h3><a class="anchor" href="#WhyCalledTor">Why is it called Tor?</a></h3>
115) 
116) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

117) Because Tor is the onion routing network. When we were starting the
118) new next-generation design and implementation of onion routing in
119) 2001-2002, we would tell people we were working on onion routing,
120) and they would say "Neat. Which one?" Even if onion routing has
121) become a standard household term, Tor was born out of the actual <a
122) href="http://www.onion-router.net/">onion routing project</a> run by
123) the Naval Research Lab.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

124) </p>
125) 
126) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

127) (It's also got a fine translation from German and Turkish.)
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

128) </p>
129) 
130) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

131) Note: even though it originally came from an acronym, Tor is not spelled
132) "TOR". Only the first letter is capitalized.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

133) </p>
134) 
135) <a id="Backdoor"></a>
136) <h3><a class="anchor" href="#Backdoor">Is there a backdoor in Tor?</a></h3>
137) 
138) <p>
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

139) There is absolutely no backdoor in Tor. Nobody has asked us to put one
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

140) in, and we know some smart lawyers who say that it's unlikely that anybody
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

141) will try to make us add one in our jurisdiction (U.S.). If they do
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

142) ask us, we will fight them, and (the lawyers say) probably win.
143) </p>
144) 
145) <p>
146) We think that putting a backdoor in Tor would be tremendously
147) irresponsible to our users, and a bad precedent for security software
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

148) in general. If we ever put a deliberate backdoor in our security
149) software, it would ruin our professional reputations. Nobody would
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

150) trust our software ever again &mdash; for excellent reason!
151) </p>
152) 
153) <p>
154) But that said, there are still plenty of subtle attacks
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

155) people might try. Somebody might impersonate us, or break into our
156) computers, or something like that. Tor is open source, and you should
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

157) always check the source (or at least the diffs since the last release)
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

158) for suspicious things. If we (or the distributors) don't give you
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

159) source, that's a sure sign something funny might be going on. You
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

160) should also check the <a
161) href="https://wiki.torproject.org/noreply/TheOnionRouter/VerifyingSignatures">PGP
162) signatures</a> on the releases, to make sure nobody messed with the
163) distribution sites.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

164) </p>
165) 
166) <p>
167) Also, there might be accidental bugs in Tor that could affect your
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

168) anonymity. We periodically find and fix anonymity-related bugs, so make
169) sure you keep your Tor versions up-to-date.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

170) </p>
171) 
172) <a id="DistributingTor"></a>
173) <h3><a class="anchor" href="#DistributingTor">Can I distribute Tor on
Roger Dingledine cut out two redundant quest...

Roger Dingledine authored 15 years ago

174) my magazine's CD?</a></h3>
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

175) 
176) <p>
177) Yes.
178) </p>
179) 
180) <p>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

181) The Tor software is <a href="https://www.fsf.org/">free software</a>. This
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

182) means we give you the rights to redistribute the Tor software, either
183) modified or unmodified, either for a fee or gratis. You don't have to
184) ask us for specific permission.
185) </p>
186) 
187) <p>
188) However, if you want to redistribute the Tor software you must follow our
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

189) <a href="<svnsandbox>license">LICENSE</a>.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

190) Essentially this means that you need to include our LICENSE file along
191) with whatever part of the Tor software you're distributing.
192) </p>
193) 
194) <p>
195) Most people who ask us this question don't want to distribute just the
196) Tor software, though. They want to distribute the Tor bundles, which
197) typically include <a href="http://www.privoxy.org/">Privoxy</a>
198) and <a href="http://www.vidalia-project.net/">Vidalia</a>.
199) You will need to follow the licenses for those programs
200) as well. Both of them are distributed under the <a
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

201) href="https://www.fsf.org/licensing/licenses/gpl.html">GNU General
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

202) Public License</a>. The simplest way to obey their licenses is to
203) include the source code for these programs everywhere you include
204) the bundles themselves. Look for "source" packages on the <a
205) href="http://www.vidalia-project.net/download.php">Vidalia
206) download page</a> and the <a
207) href="http://sourceforge.net/project/showfiles.php?group_id=11118">Privoxy
208) download page</a>.
209) </p>
210) 
211) <p>
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

212) Also, you should make sure not to confuse your readers about what Tor is,
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

213) who makes it, and what properties it provides (and doesn't provide). See
214) our <a href="<page trademark-faq>">trademark FAQ</a> for details.
215) </p>
216) 
217) <p>
218) Lastly, you should realize that we release new versions of the
219) Tor software frequently, and sometimes we make backward incompatible
220) changes. So if you distribute a particular version of the Tor software, it
221) may not be supported &mdash; or even work &mdash; six months later. This
222) is a fact of life for all security software under heavy development.
223) </p>
224) 
225) <a id="SupportMail"></a>
226) <h3><a class="anchor" href="#SupportMail">How can I get an answer to my
227) Tor support mail?</a></h3>
228) 
229) <p>
230) Many people send the Tor developers mail privately, or send mail to
231) our internal aliases like tor-webmaster, with questions about their
Roger Dingledine start putting a 'what is to...

Roger Dingledine authored 15 years ago

232) specific setup &mdash; they can't get their firewall working right,
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

233) they can't configure Privoxy correctly, or so on. Sometimes our
234) volunteers can answer these mails, but typically they need to spend
235) most of their time on development tasks that will benefit more people.
236) This is especially true if your question is already covered in the <a
237) href="<page documentation>">documentation</a> or on this FAQ. We don't
238) hate you; we're just busy.
239) </p>
240) 
241) <p>
242) So if we don't answer your mail, first check the <a href="<page
243) documentation>">documentation</a> page, along with this FAQ,
244) to make sure your question isn't already answered.  Then read <a
245) href="http://www.catb.org/~esr/faqs/smart-questions.html">"How to ask
246) questions the smart way"</a>. If this doesn't help you, note that we
247) have <a href="<page documentation>#Support">an IRC channel</a> where you
248) can ask your questions (but if they are still open-ended, ill-formed,
249) or not about Tor, you likely won't get much help there either). Lastly,
250) people on the <a href="<page documentation>#MailingLists">or-talk
251) mailing list</a> may be able to provide some hints for you, if
252) others have experienced your problems too. Be sure to look over <a
253) href="http://archives.seul.org/or/talk/">the archives</a> first.
254) </p>
255) 
256) <p>
257) Another strategy is to <a href="<page docs/tor-doc-relay>">run a Tor
258) relay for a while</a>, and/or <a href="<page donate>">donate money</a>
259) <a href="<page volunteer>">or time</a> to the effort. We're more likely
260) to pay attention to people who have demonstrated interest and commitment
261) to giving back to the Tor community.
262) </p>
263) 
264) <p>
Roger Dingledine merge the 'getting support'...

Roger Dingledine authored 15 years ago

265) If you find your answer, please stick around on the IRC channel or the
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

266) mailing list and answer questions from others.
267) </p>
268) 
269) <a id="WhySlow"></a>
270) <h3><a class="anchor" href="#WhySlow">Why is Tor so slow?</a></h3>
271) 
272) <p>
273) There are many reasons why the Tor network is currently slow.
274) </p>
275) 
276) <p>
277) Before we answer, though, you should realize that Tor is never going to
278) be blazing fast. Your traffic is bouncing through volunteers' computers
279) in various parts of the world, and some bottlenecks and network latency
280) will always be present. You shouldn't expect to see university-style
281) bandwidth through Tor.
282) </p>
283) 
284) <p>
285) But that doesn't mean that it can't be improved. The current Tor network
286) is quite small compared to the number of people trying to use it, and
287) many of these users don't understand or care that Tor can't currently
288) handle file-sharing traffic load.
289) </p>
290) 
291) <p>
292) What can you do to help?
293) </p>
294) 
295) <ul>
296) 
297) <li>
298) <a href="<page docs/tor-doc-relay>">Configure your Tor to relay traffic
299) for others</a>. Help make the Tor network large enough that we can handle
300) all the users who want privacy and security on the Internet.
301) </li>
302) 
303) <li>
304) <a href="<page gui/index>">Help us make Tor more usable</a>. We
305) especially need people to help make it easier to configure your Tor
306) as a relay. Also, we need help with clear simple documentation to
307) walk people through setting it up.
308) </li>
309) 
310) <li>
311) There are some bottlenecks in the current Tor network. Help us design
312) experiments to track down and demonstrate where the problems are, and
313) then we can focus better on fixing them.
314) </li>
315) 
316) <li>
317) There are some steps that individuals
318) can take to improve their Tor performance. <a
319) href="https://wiki.torproject.org/noreply/TheOnionRouter/FireFoxTorPerf">You
320) can configure your Firefox to handle Tor better</a>, <a
321) href="http://www.pps.jussieu.fr/~jch/software/polipo/tor.html">you can use
322) Polipo with Tor</a>, or you can try <a href="<page download>">upgrading
323) to the latest version of Tor</a>.  If this works well, please help by
324) documenting what you did, and letting us know about it.
325) </li>
326) 
327) <li>
328) Tor needs some architectural changes too. One important change is to
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

329) start providing <a
330) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#EverybodyARelay">better
331) service to people who relay traffic</a>. We're working on this, and
332) we'll finish faster if we get to spend more time on it.
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

333) </li>
334) 
335) <li>
336) Help do other things so we can do the hard stuff. Please take a moment
337) to figure out what your skills and interests are, and then <a href="<page
338) volunteer>">look at our volunteer page</a>.
339) </li>
340) 
341) <li>
342) Help find sponsors for Tor. Do you work at a company or government agency
343) that uses Tor or has a use for Internet privacy, e.g. to browse the
344) competition's websites discreetly, or to connect back to the home servers
345) when on the road without revealing affiliations? If your organization has
346) an interest in keeping the Tor network working, please contact them about
347) supporting Tor. Without sponsors, Tor is going to become even slower.
348) </li>
349) 
350) <li>
351) If you can't help out with any of the above, you can still help out
352) individually by <a href="<page donate>">donating a bit of money to the
353) cause</a>. It adds up!
354) </li>
355) 
356) </ul>
357) 
358) <a id="Funding"></a>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

359) <h3><a class="anchor" href="#Funding">What would The Tor Project do with
Roger Dingledine move the first piece of the...

Roger Dingledine authored 15 years ago

360) more funding?</a></h3>
361) 
362) <p>
363) We have about 1500 relays right now, pushing over 150 MB/s average
364) traffic. We have several hundred thousand active users. But the Tor
365) network is not yet self-sustaining.
366) </p>
367) 
368) <p>
369) There are six main development/maintenance pushes that need attention:
370) </p>
371) 
372) <ul>
373) 
374) <li>
375) Scalability: We need to keep scaling and decentralizing the Tor
376) architecture so it can handle thousands of relays and millions of
377) users. The upcoming stable release is a major improvement, but there's
378) lots more to be done next in terms of keeping Tor fast and stable.
379) </li>
380) 
381) <li>
382) User support: With this many users, a lot of people are asking questions
383) all the time, offering to help out with things, and so on. We need good
384) clean docs, and we need to spend some effort coordinating volunteers.
385) </li>
386) 
387) <li>
388) Relay support: the Tor network is run by volunteers, but they still need
389) attention with prompt bug fixes, explanations when things go wrong,
390) reminders to upgrade, and so on. The network itself is a commons, and
391) somebody needs to spend some energy making sure the relay operators stay
392) happy. We also need to work on <a href="#RelayOS">stability</a> on some
393) platforms &mdash; e.g., Tor relays have problems on Win XP currently.
394) </li>
395) 
396) <li>
397) Usability: Beyond documentation, we also need to work on usability of the
398) software itself. This includes installers, clean GUIs, easy configuration
399) to interface with other applications, and generally automating all of
400) the difficult and confusing steps inside Tor. We've got a start on this
401) with the <a href="<page gui/index>">GUI Contest</a>, but much more work
402) remains &mdash; usability for privacy software has never been easy.
403) </li>
404) 
405) <li>
406) Incentives: We need to work on ways to encourage people to configure
407) their Tors as relays and exit nodes rather than just clients.
408) <a href="#EverybodyARelay">We need to make it easy to become a relay,
409) and we need to give people incentives to do it.</a>
410) </li>
411) 
412) <li>
413) Research: The anonymous communications field is full
414) of surprises and gotchas. In our copious free time, we
415) also help run top anonymity and privacy conferences like <a
416) href="http://petsymposium.org/">PETS</a>. We've identified a set of
417) critical <a href="<page volunteer>#Research">Tor research questions</a>
418) that will help us figure out how to make Tor secure against the variety of
419) attacks out there. Of course, there are more research questions waiting
420) behind these.
421) </li>
422) 
423) </ul>
424) 
425) <p>
426) We're continuing to move forward on all of these, but at this rate
427) <a href="#WhySlow">the Tor network is growing faster than the developers
428) can keep up</a>.
429) Now would be an excellent time to add a few more developers to the effort
430) so we can continue to grow the network.
431) </p>
432) 
433) <p>
434) We are also excited about tackling related problems, such as
435) censorship-resistance.
436) </p>
437) 
438) <p>
439) We are proud to have <a href="<page sponsors>">sponsorship and support</a>
440) from the Omidyar Network, the International Broadcasting Bureau, Bell
441) Security Solutions, the Electronic Frontier Foundation, several government
442) agencies and research groups, and hundreds of private contributors.
443) </p>
444) 
445) <p>
446) However, this support is not enough to keep Tor abreast of changes in the
447) Internet privacy landscape. Please <a href="<page donate>">donate</a>
448) to the project, or <a href="<page contact>">contact</a> our executive
449) director for information on making grants or major donations.
450) </p>
451) 
452) <hr />
453) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

454) <a id="KeyManagement"></a>
Roger Dingledine clarify what sort of encryp...

Roger Dingledine authored 15 years ago

455) <h3><a class="anchor" href="#KeyManagement">Tell me about all the keys
456) Tor uses.</a></h3>
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

457) 
458) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

459) Tor uses a variety of different keys, with three goals in mind: 1)
Roger Dingledine clarify what sort of encryp...

Roger Dingledine authored 15 years ago

460) encryption to ensure privacy of data within the Tor network, 2)
461) authentication so clients know they're
462) talking to the relays they meant to talk to, and 3) signatures to make
463) sure all clients know the same set of relays.
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

464) </p>
465) 
466) <p>
467) <b>Encryption</b>: first, all connections in Tor use TLS link encryption,
468) so observers can't look inside to see which circuit a given cell is
469) intended for. Further, the Tor client establishes an ephemeral encryption
470) key with each relay in the circuit, so only the exit relay can read
471) the cells. Both sides discard the circuit key when the circuit ends,
472) so logging traffic and then breaking into the relay to discover the key
473) won't work.
474) </p>
475) 
476) <p>
477) <b>Authentication</b>:
478) Every Tor relay has a public decryption key called the "onion key".
479) When the Tor client establishes circuits, at each step it <a
480) href="<svnsandbox>doc/design-paper/tor-design.html#subsec:circuits">demands
481) that the Tor relay prove knowledge of its onion key</a>. That way
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

482) the first node in the path can't just spoof the rest of the path.
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

483) Each relay rotates its onion key once a week.
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

484) </p>
485) 
486) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

487) <b>Coordination</b>:
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

488) How do clients know what the relays are, and how do they know that they
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

489) have the right keys for them? Each relay has a long-term public signing
490) key called the "identity key". Each directory authority additionally has a
491) "directory signing key". The directory authorities provide a signed list
492) of all the known relays, and in that list are a set of certificates from
493) each relay (self-signed by their identity key) specifying their keys,
494) locations, exit policies, and so on. So unless the adversary can control
495) a threshold of the directory authorities, he can't trick the Tor client
496) into using other Tor relays.
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

497) </p>
498) 
499) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

500) How do clients know what the directory authorities are? The Tor software
501) comes with a built-in list of location and public key for each directory
502) authority. So the only way to trick users into using a fake Tor network
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

503) is to give them a specially modified version of the software.
504) </p>
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

505) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

506) <p>
507) How do users know they've got the right software? When we distribute
508) the source code or a package, we digitally sign it with <a
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

509) href="http://www.gnupg.org/">GNU Privacy Guard</a>. See the <a
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

510) href="https://wiki.torproject.org/noreply/TheOnionRouter/VerifyingSignatures">instructions
511) on how to check Tor's signatures</a>.
512) </p>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

513) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

514) <p>
Roger Dingledine clean up the KeyManagement...

Roger Dingledine authored 15 years ago

515) In order to be certain that it's really signed by us, you need to have
516) met us in person and gotten a copy of our GPG key fingerprint, or you
517) need to know somebody who has. If you're concerned about an attack on
518) this level, we recommend you get involved with the security community
519) and start meeting people.
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

520) </p>
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

521) 
Roger Dingledine import the KeyManagement fa...

Roger Dingledine authored 15 years ago

522) <hr />
Roger Dingledine clean up the new faq file s...

Roger Dingledine authored 15 years ago

523) 
Roger Dingledine eventually i might put some...

Roger Dingledine authored 15 years ago

524)   </div><!-- #main -->
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

525) 
526) #include <foot.wmi>