CINXE.COM

Tribler

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Tribler</title> <link href="css/style.css" rel="stylesheet" /> <link href="css/animate.min.css" rel="stylesheet"> <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> <link rel="icon" href="img/favicon.ico" type="image/x-icon" /> <link rel="canonical" href="http://www.tribler.org/anonyimity.html"> <!--[if lt IE 9]> <script src="/js/html5shiv.js"></script> <![endif]--> <script src="/js/wow.min.js"></script> <script> new WOW().init(); </script> <!--<script type="text/javascript">--> <!--var uservoiceOptions = {--> <!--/* required */--> <!--key: 'tribler',--> <!--host: 'tribler.uservoice.com',--> <!--forum: '90409',--> <!--showTab: true,--> <!--/* optional */--> <!--alignment: 'right',--> <!--background_color:'#f00',--> <!--text_color: 'white',--> <!--hover_color: '#009ec3',--> <!--lang: 'en'--> <!--};--> <!--function _loadUserVoice() {--> <!--var s = document.createElement('script');--> <!--s.setAttribute('type', 'text/javascript');--> <!--s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");--> <!--document.getElementsByTagName('head')[0].appendChild(s);--> <!--}--> <!--_loadSuper = window.onload;--> <!--window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };--> <!--</script>--> </head> <body> <header> <div class="wow fadeInDown"> <div class="wow fadeInLeft"> <a href="https://www.facebook.com/TriblerTeam"><img class="facebook-icon" src="img/facebook-icon.png" /></a> <a href="https://twitter.com/TriblerTeam"><img class="twitter-icon" src="img/twitter-icon.png" /></a> <a href="https://github.com/Tribler"><img class="github-icon" src="img/github-icon.png" /></a> </div> <a href="/"><img class="header-logo" src="img/tribler-logo.png" alt="Return to the homepage" /></a> <nav> <ul> <li><a href="/">Tribler</a> <ul> <li><a href="about.html">About Tribler</a></li> <li><a href="anonymity.html">Anonymity</a></li> <li><a href="https://release.tribler.org/dashboard/">Statistics</a></li> </ul> </li> <li><a href="download.html">Download</a></li> <li><a href="support-index.html">Support</a> <ul> <li><a href="howto.html">How does it work</a></li> <li><a href="faq.html">FAQ</a></li> </ul> </li> <li><a href="developer-index.html">Developers</a> <ul> <li><a href="https://github.com/Tribler/tribler">Github</a></li> <li><a href="https://github.com/Tribler/tribler/wiki">Wiki</a></li> <li><a href="/TitleIndex">Archive</a></li> </ul> </li> <li><a href="http://forum.tribler.org">Forum</a></li> </ul> </nav> </header> <div id="wrap"><br> <section id="content"> <div class="anonymity"> <h1>Anonymity</h1> <p>Tribler offers anonymous downloading. Bittorrent is fast, but has no privacy. We do NOT use the normal Tor network, but created a dedicated Tor-like onion routing network exclusively for torrent downloading. Tribler follows the Tor wire protocol specification and hidden services spec quite closely, but is enhanced to need no central (directory) server.</p><br> <p><h2>Developers only: <a href="https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications">Tribler Anonymity Specification</a> (for all details)</h2></p><br> <h2>Disclaimer</h2> <div class="disclaimer"><p>Do not put yourself in danger. Our anonymous download feature is not yet broadly tested.</p><br> <p>Anonymous downloading is a new feature, barely a year old. We are sharing the design and code so that the community can test and evaluate it. This helps us make sure that it鈥檚 as secure as it needs to be before people start relying on it.</p><br></div> </div> <div class="anonymity"> <h1>How it works</h1> <div class="text"> <h3><img src="img/balloon1.png" />Bittorrent Swarm</h3> <p>Bittorrent offers no privacy protection. It is easily traced that you are downloading certain (controversial) content. Content is offered openly and everybody can see who is doing what. Dissidents and unpopular opinions can be easily discovered and subsequently stopped.</p> </div> <div class="spacer"></div> <div class="image"> <img src="img/anonymity1.png" width="100%" height="100%" /> </div> </div> <div class="anonymity"> <div class="text"> <h3><img src="img/balloon2.png" />One proxy layer</h3> <p>All downloads now go through other computers. All direct contact with the Bittorrent swarm is gone. The proxy layer is simply a set of computers that relay messages between you and the Bittorrent swarm. However, you need to fully trust all these selected proxies, they can see exactly what you download. The proxies encrypt the data, only you can read it.</p> </div> <div class="spacer"></div> <div class="image"> <img src="img/anonymity2.png" width="100%" height="100%" /> </div> </div> <div class="anonymity"> <div class="text"> <h3><img src="img/balloon3.png" />Three proxy layers</h3> <p>Adding three layers of proxies gives you more privacy. Three layers of protection make it difficult to trace you. Proxies no longer need to be fully trusted. A single bad proxy can not see exactly what is going on. The first proxy layer encrypts the data for you and each next proxy adds another layer of encryption. You are the only one who can decrypt these three layers correctly. Tribler uses three proxy layers to make sure bad proxies that are spying on people can do little damage.</p> </div> <div class="spacer"></div> <div class="image"> <img src="img/anonymity3.png" width="115%" height="110%" /> </div> </div> <div class="anonymity"> <div class="text"> <h3><img src="img/balloon4.png" />The hidden seeder</h3> <p>Seeders are unprotected in the above steps. This version of Tribler includes experimental support for hidden seeding. Uploading is just as anonymous as downloading with hidden seeding. We now automatically add proxy layers for seeders, similar to steps 2 and 3 above. <!--We plan to enhance the 'Tor hidden services' to make it suitable in the P2P world with NAT boxes, temporary IP addresses, frequent peer failures and connectability issues.--!> The beauty of hidden seeding is that it can encrypt the content already in such a manner that only the downloader can read it (end-to-end encryption). This creates a darknet that is quite safe. However, we still need to enhance hidden seeding with features to improve the traversal of NAT boxes, now they lower the speeds significantly.</p> <b><a href="https://github.com/Tribler/tribler/wiki/Hidden-Services-Specifications-for-anonymous-seeding">Read the specifications</a></b>.</p> </div> <div class="spacer"></div> <div class="image"> <img src="img/anonymity4.png" width="115%" height="120%" /> </div> </div> <!-- <div class="anonymity"> <h1>Tribler anonymity test</h1> <div class="text"> <p>The anonymity test, active in the "Downloads Section" is shown. It starts automatically in 5 minutes. Note the anonymous download speed of 1.5 MByte/second using only 4 connections. The anonymity tab in the lower torrent details shows more details such as active and created (2 out of 3 hops) circuits. Only the Internet address of the first hop in circuits is shown, others are known only by their public key. </p><br> <p>We now support a subset of the <a href="https://www.torproject.org/about/overview.html.en">TOR onion routing</a> protocol. Our custom onion network is enhanced to allow everyone to function as a relay. Even people behind a restrictive NAT box can join and help others protect their privacy. Hidden services for seeders is also supported (experimental). <b><a href="https://github.com/Tribler/tribler/wiki/Anonymous-Downloading-and-Streaming-specifications">For full details read the Anonymous Protocol page for developers</a></b>.</p> </div> <div class="spacer"></div> <div class="image"> <img src="img/anonymity5.png" width="115%" height="120%" /> </div> </div> --!> </section> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10