5aa217395c028cb520d0b1cb23a3491c732f622f
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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: Research</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

7)   <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

41) 
42) <h2>Tor: Research</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

44) 
45) <p>Read <a
46) href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
47) papers</a> (especially the ones in boxes) to get up to speed on anonymous
48) communication systems.</p>
49) 
Roger Dingledine more additions to the website

Roger Dingledine authored 19 years ago

50) <p>We need people to attack the system, quantify defenses, etc. For example:
51) </p>
52) <ul>
53) <li>Website volume fingerprinting attacks (<a
54) href="http://freehaven.net/anonbib/#back01">Back et al</a>, <a
55) href="http://freehaven.net/anonbib/#hintz02">Hintz</a>).
56) Defenses include a large cell size, <a
57) href="http://freehaven.net/anonbib/#timing-fc2004">defensive dropping</a>,
58) etc. How well does each approach work?</li>
59) <li>The end-to-end traffic confirmation attack. We need to study
60) long-range dummies more, along with traffic shaping. How much traffic
61) of what sort of distribution is needed before the adversary is confident
62) he has won?</li>
63) <li>It's not that hard to DoS Tor servers or dirservers. Are puzzles
64) the right answer? What other practical approaches are there?</li>
65) <li>What sensitive info squeaks by privoxy? Are other html scrubbers
66) better?</li>
67) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

68) 
69)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

72)      <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

73)      $Id$
74)   </div>