I2P

Invisible Internet Project


root/www.i2p2/pages/index.html @ e057f3e19fe8f1029fd35c4d5cc55c6efa957391

Revision c8a5299dc3b70aa62d85fd82f8ccd55acabda06e, 3.6 KB (checked in by zzz@…, 2 years ago)

0.8.7

Line 
1{% extends "_layout.html" %}
2{% block title %}I2P Anonymous Network{% endblock %}
3{% block content %}
4<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
5<div class="version">
6<b>Latest version:</b><div class=underline></div>
72011-06-27 - <strong>I2P 0.8.7</strong> - {{ urlify("release-0.8.7", "Announcement", "html")}}
8- <a href="download">Download</a><br /><div class="underline"></div>
92007-09-28 - <strong>Syndie 1.101a</strong> -
10<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
11- <a href="http://syndie.i2p2.de/download.html">Download</a>
12</div>
13<div class="news">
14<b>Latest News:</b><div class=underline></div>
152011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Released</a><br />
162011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Released</a><br />
172011-04-18 - I2P 0.8.5 <a href="release-0.8.5.html">Released</a><br />
182011-03-02 - I2P 0.8.4 <a href="release-0.8.4.html">Released</a><br />
19</div>
20<!--
21<td>
22<a href="download"><img src="/_static/images/logo07c.jpg" alt="0.7 logo" border="none"/></a> -->
23</td></tr></table>
24<div class="underline"></div>
25<p>I2P is an anonymizing network, offering a simple layer that identity-sensitive
26applications can use to securely communicate.  All data is wrapped with several
27layers of encryption, and the network is both distributed and dynamic, with no trusted parties.</p>
28
29<p>
30Many applications are available that interface with I2P, including
31mail, peer-peer, IRC chat, and others.
32<!--
33</p><p>
34I2P is growing fast! There were nine releases in 2009, and traffic grew by a factor of 5:
35</p>
36<center>
37<img src="/_static/images/bandwidth2009.png" alt="2009 bandwidth" />
38</center>
39-->
40
41<p>
42The I2P project was formed in 2003 to support the efforts of
43those trying to build a more free society by offering them an uncensorable,
44anonymous, and secure communication system. I2P is a development effort
45producing a low latency, fully distributed, autonomous, scalable, anonymous,
46resilient, and secure network. The goal is to operate successfully in
47hostile environments - even when an organization with substantial financial
48or political resources attacks it. All aspects of the network are open source and
49available without cost, as this should both assure the people using it that the software
50does what it claims, as well as enable others to contribute and improve
51upon it to defeat aggressive attempts to
52stifle free speech.
53</p>
54
55<p>Anonymity is not a boolean - we are not trying to make something
56"perfectly anonymous", but instead are working at making attacks more and more
57expensive to mount.  I2P is a low latency mix network,
58and there are limits to the anonymity offered by such a system, but the applications
59on top of I2P, such as <a href="http://syndie.i2p2.de/">Syndie</a>, I2P mail,
60and I2PSnark extend it to offer both additional functionality and protection.</p>
61
62<p>I2P is still a work in progress.
63It should not be relied upon for "guaranteed" anonymity at this time,
64due to the relatively small size of the network and the lack of extensive academic review.
65It is not immune to to attacks from those with unlimited resources, and may never be,
66due to the inherent limitations of low-latency mix networks.
67</p>
68
69<p>
70I2P works by routing traffic through other peers, as shown in the following picture.
71All traffic is encrypted end-to-end.
72For more information about how I2P works, see the
73<a href="how_intro">Introduction</a>.
74</p>
75<center>
76<div class="box">
77<img src="/_static/images/endToEndEncryption.png" alt="end to end layered encryption" />
78</div>
79</center>
80
81{% endblock %}
Note: See TracBrowser for help on using the browser.