Files
i2p.www/www.i2p2/pages/index_zh.html
2012-02-28 19:12:22 +00:00

49 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "_layout_zh.html" %}
{% block title %}I2P 匿名网络{% endblock %}
{% block content %}
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>最新版本:</b>
<div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Announcement", "html")}}
- <a href="download_zh.html">下载</a>
<div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
- <a href="http://syndie.i2p2.de/download.html">下载</a>
</div>
<div class="news">
<b>最新动态:</b><div class=underline></div>
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">新版发布</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">新版发布</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">新版发布</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">新版发布</a><br />
</div>
<!--
<td>
<a href="download"><img src="/_static/images/logo07c.jpg" alt="0.7 logo" border="none"/></a> --></td></tr>
</table>
<div class="underline"></div>
<p>I2P 是一个匿名网络项目它提供了一个简单的网络层供对身份敏感的程序进行安全的匿名通讯。I2P 网络是动态的分布式网络,它在设计上并不信任网络中的任何一方,其中的所有数据都经过多层加密。</p>
<p>很多程序可以使用 I2P ,其用途涉及 EmailP2PIRC 聊天等。</p>
<!--
<p>在欧美 I2P 网络正在快速成长2009 年 I2P 共发布 9 次更新流量翻了5倍: </p>
<center><img src="/_static/images/bandwidth2009.png" alt="2009 bandwidth" /></center>
-->
<p>I2P 项目成立于 2003 年旨在建立一套安全、匿名、免受[敏感词]的通讯系统促进社会的[敏感词]。I2P 的开发致力于建立一套低延迟、全分布式、自主管理、可扩展、适应性强的匿名安全网络。它的目标是能够在充满敌意的网络环境内成功运行。I2P网络的各个部分都是开源免费的这既可以保证 I2P 软件的真实有效,又方便人们捐献代码帮助 I2P 改进。</p>
<p>匿名与否并非一个绝对状态 - I2P的努力并不是实现所谓的 "完美匿名"而是让针对匿名性的攻击更加昂贵以至于难于进行。I2P 属于低延迟混淆网络(例如Tor网络)这种类型的网络系统自身存在局限性但基于I2P的程序例如<a href="http://syndie.i2p2.de/">Syndie</a>, <a href="http://i2pbote.i2p/">I2PBote</a>(无服务器电邮),及 <a href="http://forum.i2p/viewtopic.php?t=4374">I2PTahoe-LAFS</a>(分布式存储) 扩展了 I2P 并提供额外的功能与防护。</p>
<p>I2P 仍然处于开发状态目前 I2P 网络的规模还不大,缺乏广泛的学术审计,目前的状态下,请不要指望它特供“有保证”的匿名性。出于低延迟混淆网络(例如Tor网络)自身的限制在拥有无限资源的攻击者面前I2P 并不是无懈可击的。</p>
<p>I2P 的运行通过其他节点路由数据,其工作方式见下图。所有数据均经过端到端加密。关于 I2P 工作原理的更多信息请看 <a href="how_intro">介绍</a>.
</p>
<div class="box" style="text-align:center;">
<img src="/_static/images/endToEndEncryption_zh.png" alt="端到端加密" />
</div>
{% endblock %}