mirror of
https://github.com/torproject/webwml.git
synced 2024-12-02 15:36:30 +00:00
67 lines
2.3 KiB
HTML
67 lines
2.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>Tor: an anonymizing overlay network for TCP</title>
|
|
<meta name="Author" content="Roger Dingledine" />
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
|
<link rel="stylesheet" type="text/css" href="default.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="menu" id="side">
|
|
<!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
|
|
<a href="current">Home</a> <br />
|
|
<a class="current">How it works</a> <br />
|
|
<a href="download.html">Download</a> <br />
|
|
<a href="documentation.html">Documentation</a><br />
|
|
<a href="contribute.html">Contribute</a> <br />
|
|
<a href="developers.html">Developers</a> <br />
|
|
<a href="research.html">Research</a> <br />
|
|
<a href="people.html">People</a> <br />
|
|
</div><!-- #side -->
|
|
<div class="main" id="main">
|
|
|
|
<h2>Tor: How It Works</h2>
|
|
|
|
<p>
|
|
<a href="overview.html">Basic Tor Overview</a>
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html">Installing,
|
|
configuring, and running Tor</a>
|
|
</p>
|
|
|
|
<p>The <b>Design Document</b> (published at Usenix
|
|
Security 2004) gives our justifications and security analysis for the
|
|
Tor design:</p>
|
|
<ul>
|
|
<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
|
|
<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
|
|
</ul>
|
|
|
|
<p>The <b>Specification</b> aims to give
|
|
developers enough information to build a compatible version of Tor:</p>
|
|
<ul>
|
|
<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
|
|
<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
|
|
<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
|
|
</ul>
|
|
|
|
<p>Look at the <a href="slides-codecon04/">slides from the Codecon
|
|
2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen
|
|
to the audio from the talk</a>. You can also peruse the <a
|
|
href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black
|
|
Hat 2004 slides</a> or <a
|
|
href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004
|
|
slides</a>.</p>
|
|
|
|
</div><!-- #main -->
|
|
<div class="bottom" id="bottom">
|
|
<i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
|
|
$Id$
|
|
</div>
|
|
</body>
|
|
</html>
|