发布于 2015-07-13 00:31:28 | 149 次阅读 | 评论: 0 | 来源: 网友投递
Tor
Tor的全称是“The Onion Router”是第二代洋葱路由(onion routing)的一种实现,用户通过Tor可以在因特网上进行匿名交流,是一个匿名代理服务器。最初该项目由美国海军研究实验室赞助。2004年後期,Tor成为电子前哨基金会的一个项目。2005年后期,EFF不再赞助Tor项目,但他们继续维持Tor的官方网站。
Tor 0.2.6.10 发布,此版本是最新的稳定版本,修复了明显的稳定性和隐藏服务客户端的 bugs;修复了在一些旧版 Linux 系统使用沙箱代码的 bug,bulletproofs the cryptography init process 等等。强烈建议旧版本用户,特别是 0.2.6 系列的用户升级到最新版本。
Major bugfixes (hidden service clients, stability):
Stop refusing to store updated hidden service descriptors on a client.
Major bugfixes (stability):
Stop crashing with an assertion failure when parsing certain kinds of malformed or truncated microdescriptors.
Stop random client-side assertion failures that could occur when connecting to a busy hidden service, or connecting to a hidden service while a NEWNYM is in progress.
Minor features (geoip):
Update geoip to the June 3 2015 Maxmind GeoLite2 Country database.
Update geoip6 to the June 3 2015 Maxmind GeoLite2 Country database.
Minor bugfixes (crypto error-handling):
Check for failures from crypto_early_init, and refuse to continue.
Minor bugfixes (Linux seccomp2 sandbox):
Allow pipe() and pipe2() syscalls in the seccomp2 sandbox: we need these when eventfd2() support is missing.
更多内容请看发行说明。
Tor 是一个帮助你抵御流量分析的软件项目, 流量分析是一种对网络的监视行为。Tor 将你的通信通过一个由遍及全球的志愿者运行的中继(relay)所组成的分布式网络转发, 以此来保护你的安全:它令监视你的 Internet 连接的那些人无法知道你所访问的站点, 它还令你所访问的站点无法知道你的物理位置。Tor 能与现有的许多应用程序配合工作, 包括 Web 浏览器、即时通讯客户端、远程登录和基于 TCP 协议的其他应用程序。
Tor的全称是“The Onion Router”是第二代洋葱路由(onion routing)的一种实现,用户通过Tor可以在因特网上进行匿名交流,是一个匿名代理服务器。最初该项目由美国海军研究实验室赞助。2004年後期,Tor成为电子前哨基金会的一个项目。2005年后期,EFF不再赞助Tor项目,但他们继续维持Tor的官方网站。