d68b41f9ec2b3dc5d61ce5b5da589fd342baabc6
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) 
14) <!-- TITLE BAR & NAVIGATION -->
15) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

29)       <a href="contribute.html">Contribute</a>  |
30)       <a href="developers.html">Developers</a>  |
31)       <a class="current">Research</a>  |
32)       <a href="people.html">People</a>
33) </td>
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

34) <td class="curve">
35)       <img src="images/curve.gif" width="18" alt=""  height="79" />
36) </td> 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

37) </tr>
38) </table>
39) </div>
40) <!-- END TITLE BAR & NAVIGATION -->
41) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

42) <div class="center">
43) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

44) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

77)      $Id$
78)   </div>