merge of '72961078394d0a185b16d0c4707ecbc378236832'

and 'a2e61dd56c4f39e51869c348cae3ae30f912d2b9'
This commit is contained in:
magma
2011-02-23 07:13:46 +00:00
2 changed files with 67 additions and 0 deletions

View File

@ -26,6 +26,7 @@ If you find any inaccuracies in the documents linked below, please
<li><a href="how_threatmodel.html">Threat model and analysis</a></li>
<li><a href="how_networkcomparisons.html">Comparisons to other anonymous networks</a></li>
<li><a href="protocols.html">Protocol stack chart</a></li>
<li><a href="papers.html">Papers and Presentations on I2P</a></li>
</ul>
<h3>Application-Layer Topics</h3>

View File

@ -0,0 +1,66 @@
{% extends "_layout.html" %}
{% block title %}Papers and Pressentations on I2P{% endblock %}
{% block content %}
<h1>Papers and Presentations on I2P</h1>
<p>
To request an addition to this page, please send to press ~~~at~~~ i2p2.de.
</p>
<div class="links">
<ul>
<li>
<a href="http://events.ccc.de/congress/2007/Fahrplan/attachments/1017_24c3-i2p.pdf">To Be or I2P</a>,
Jens Kubieziel, 24C3 Berlin, December 28, 2007.
</li><li>
<a href="http://marge.informatik.tu-chemnitz.de/archiv/CLT2009/V4-Sa1200-Security-Lars_Schimmer.mp4">Video of I2P talk at Chemnitz Linux Tag</a>,
Lars Schimmer,
March 14-15, 2009
</li><li>
<a href="/_static/pdf/I2P-PET-CON-2009.1.pdf">Peer Profiling and Selection in the I2P Anonymous Network</a> -
zzz and Lars Schimmer,
presented at
<a href="http://www.pet-con.org/index.php/PET_Convention_2009.1">PET-CON 2009.1</a>,
Dresden, German, March 24-25, 2009.
Also available in the
<a href="http://freehaven.net/~karsten/volatile/petcon-proceedings-2009.1.pdf">Proceedings</a>
page 59.
</li><li>
Anonymity Techniques - Usability Tests of Major Anonymity Networks
Jens Schomburg
Presented at
<a href="http://www.pet-con.org/index.php/PET_Convention_2009.1">PET-CON 2009.1</a>,
Dresden, German, March 24-25, 2009.
Available in the
<a href="http://freehaven.net/~karsten/volatile/petcon-proceedings-2009.1.pdf">Proceedings</a>
page 49.
Extended 20-page version also may be available.
</li><li>
L'émergence au sein d'internet de communautés virtuelles et anonymes, Freenet et i2p
- Laurie Delmer -
Université catholique de Louvain
Département des sciences politiques et sociales
( Catholic University of Leuven -
Department of Political and Social Science -
The rise in internet virtual and anonymous communities, Freenet and I2P )
Master's Thesis, 2009.
</li><li>
HOPE New York July 17, 2010 - Brief overview of I2P by zzz, at the end of Adrian Hong's talk
"Hackers for Human Rights".
<a href="http://c2047862.cdn.cloudfiles.rackspacecloud.com/tnhc21.mp3">MP3 audio</a>
</li><li>
<a href="http://www.irongeek.com/i.php?page=security/darknets-i2p-identifying-hidden-servers">Darknets - I2P Identifying Hidden Servers</a>
Adrian Crenshaw.
Presented at Black Hat DC,
January 18-19 2011
</li><li>
<a href="http://www.irongeek.com/i.php?page=videos/shmoocon-firetalks-2011">Video of talk at Schmoocon</a>
Adrian Crenshaw. January 2011
</ul></div>
{% endblock %}