| 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> |
|---|
| 7 | 2011-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> |
|---|
| 9 | 2007-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> |
|---|
| 15 | 2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Released</a><br /> |
|---|
| 16 | 2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Released</a><br /> |
|---|
| 17 | 2011-04-18 - I2P 0.8.5 <a href="release-0.8.5.html">Released</a><br /> |
|---|
| 18 | 2011-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 |
|---|
| 26 | applications can use to securely communicate. All data is wrapped with several |
|---|
| 27 | layers of encryption, and the network is both distributed and dynamic, with no trusted parties.</p> |
|---|
| 28 | |
|---|
| 29 | <p> |
|---|
| 30 | Many applications are available that interface with I2P, including |
|---|
| 31 | mail, peer-peer, IRC chat, and others. |
|---|
| 32 | <!-- |
|---|
| 33 | </p><p> |
|---|
| 34 | I2P 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> |
|---|
| 42 | The I2P project was formed in 2003 to support the efforts of |
|---|
| 43 | those trying to build a more free society by offering them an uncensorable, |
|---|
| 44 | anonymous, and secure communication system. I2P is a development effort |
|---|
| 45 | producing a low latency, fully distributed, autonomous, scalable, anonymous, |
|---|
| 46 | resilient, and secure network. The goal is to operate successfully in |
|---|
| 47 | hostile environments - even when an organization with substantial financial |
|---|
| 48 | or political resources attacks it. All aspects of the network are open source and |
|---|
| 49 | available without cost, as this should both assure the people using it that the software |
|---|
| 50 | does what it claims, as well as enable others to contribute and improve |
|---|
| 51 | upon it to defeat aggressive attempts to |
|---|
| 52 | stifle 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 |
|---|
| 57 | expensive to mount. I2P is a low latency mix network, |
|---|
| 58 | and there are limits to the anonymity offered by such a system, but the applications |
|---|
| 59 | on top of I2P, such as <a href="http://syndie.i2p2.de/">Syndie</a>, I2P mail, |
|---|
| 60 | and I2PSnark extend it to offer both additional functionality and protection.</p> |
|---|
| 61 | |
|---|
| 62 | <p>I2P is still a work in progress. |
|---|
| 63 | It should not be relied upon for "guaranteed" anonymity at this time, |
|---|
| 64 | due to the relatively small size of the network and the lack of extensive academic review. |
|---|
| 65 | It is not immune to to attacks from those with unlimited resources, and may never be, |
|---|
| 66 | due to the inherent limitations of low-latency mix networks. |
|---|
| 67 | </p> |
|---|
| 68 | |
|---|
| 69 | <p> |
|---|
| 70 | I2P works by routing traffic through other peers, as shown in the following picture. |
|---|
| 71 | All traffic is encrypted end-to-end. |
|---|
| 72 | For 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 %} |
|---|