Roger Dingledine commited on 2004-11-18 01:44:38
Zeige 1 geänderte Dateien mit 66 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,66 @@ |
1 |
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
2 |
+ |
|
3 |
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|
4 |
+<head> |
|
5 |
+ <title>Tor: an anonymizing overlay network for TCP</title> |
|
6 |
+ <meta name="Author" content="Roger Dingledine" /> |
|
7 |
+ <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> |
|
8 |
+ <link rel="stylesheet" type="text/css" href="default.css" /> |
|
9 |
+</head> |
|
10 |
+ |
|
11 |
+<body> |
|
12 |
+ <div class="menu" id="side"> |
|
13 |
+<!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> --> |
|
14 |
+ <a href="current">Home</a> <br /> |
|
15 |
+ <a class="current">How it works</a> <br /> |
|
16 |
+ <a href="download.html">Download</a> <br /> |
|
17 |
+ <a href="documentation.html">Documentation</a><br /> |
|
18 |
+ <a href="contribute.html">Contribute</a> <br /> |
|
19 |
+ <a href="developers.html">Developers</a> <br /> |
|
20 |
+ <a href="research.html">Research</a> <br /> |
|
21 |
+ <a href="people.html">People</a> <br /> |
|
22 |
+ </div><!-- #side --> |
|
23 |
+ <div class="main" id="main"> |
|
24 |
+ |
|
25 |
+<h2>Tor: How It Works</h2> |
|
26 |
+ |
|
27 |
+<p> |
|
28 |
+<a href="overview.html">Basic Tor Overview</a> |
|
29 |
+</p> |
|
30 |
+ |
|
31 |
+<p> |
|
32 |
+<a href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html">Running |
|
33 |
+Tor</a> |
|
34 |
+</p> |
|
35 |
+ |
|
36 |
+<p>The <b>Design Document</b> (published at Usenix |
|
37 |
+Security 2004) gives our justifications and security analysis for the |
|
38 |
+Tor design:</p> |
|
39 |
+<ul> |
|
40 |
+<li><a href="tor-design.pdf">PDF version</a></li> |
|
41 |
+<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> |
|
42 |
+</ul> |
|
43 |
+ |
|
44 |
+<p>The <b>Specification</b> aims to give |
|
45 |
+developers enough information to build a compatible version of Tor:</p> |
|
46 |
+<ul> |
|
47 |
+<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li> |
|
48 |
+<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li> |
|
49 |
+<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li> |
|
50 |
+</ul> |
|
51 |
+ |
|
52 |
+<p>Look at the <a href="slides-codecon04/">slides from the Codecon |
|
53 |
+2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen |
|
54 |
+to the audio from the talk</a>. You can also peruse the <a |
|
55 |
+href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black |
|
56 |
+Hat 2004 slides</a> or <a |
|
57 |
+href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004 |
|
58 |
+slides</a>.</p> |
|
59 |
+ |
|
60 |
+ </div><!-- #main --> |
|
61 |
+ <div class="bottom" id="bottom"> |
|
62 |
+ <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> - |
|
63 |
+ $Id$ |
|
64 |
+ </div> |
|
65 |
+</body> |
|
66 |
+</html> |
|
0 | 67 |