]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/en/guide_tor_light.html
6e3d48e3a696d04fa137b227fe80a1e7b1043f39
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_tor_light.html
1 <!--
2   Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22
23         <link rel="stylesheet" href="../css/light_theme.css">
24     </head>
25
26     <body>
27         <h3><img class="title" src="../shared_images/vpn_key_blue_light.png"> Tor and Its Limits</h3>
28
29         <p>There are two general categories of bad actors that want to infringe on the privacy of the web:
30             malicious governments with access to ISPs (Internet Service Providers) and mega corporations that run social and advertising networks.
31             TOR (The Onion Router) is useful in protecting privacy from malicious governments (which spy on traffic in transit) but not from mega corporations (which embed malicious code on web servers).</p>
32
33
34         <h3><img class="title" src="../shared_images/language_blue_light.png"> Malicious Governments</h3>
35
36         <p>Malicious governments often spy on their citizens to punish dissent or human rights activity.
37             They commonly either operate the local ISPs or they can force them to disclose information showing every IP address that is visited by each user.
38             Tor is designed to defeat this infringement of privacy by encrypting the traffic from a user’s device and routing it through three separate servers on the internet
39             before sending it on to the final destination.
40             This means that no individual ISP, server, or website, can know both the <a href="https://ipleak.net">IP address the user’s device</a> and the IP address of the final web server.
41             Malicious governments and the ISPs they control cannot tell which web servers a user is accessing, although they can tell that the user is using Tor.
42             In some parts of the world, using Tor could be construed as an evidence of illegal behavior (“if you didn’t have anything to hide you wouldn’t be encrypting your traffic”)
43             and users could be punished because governments assume they are doing something that is prohibited. Thus, Tor can be helpful, but isn’t a panacea.</p>
44
45
46         <h3><img class="title" src="../shared_images/language_blue_light.png"> Mega Corporations</h3>
47
48         <p>When a user connects to a web server, the web server can see the user’s IP address.
49             Although it isn’t a perfect science, IP addresses can be turned into physical addresses with a <a href="https://www.whatismyip.com/">fair amount of accuracy</a>.
50             Small web servers typically rely on IP addresses to identify the location of the users visiting their site. Tor is a good solution to mask the user’s location from these servers.
51             But large mega corporations that own social media and advertising networks use a whole profile of information that is designed to track users across devices and IP addresses.
52             These profiles employ a variety of techniques to identify users, including JavaScript, cookies, tracking IDs, and <a href="https://panopticlick.eff.org/">browser fingerprinting</a>.
53             Because the vast majority of the websites on the internet either load an ad from one of the major networks or embed social media icons with their associated JavaScript,
54             these corporations have built profiles for almost every user online and can track their internet activity across unrelated sites.</p>
55
56         <p>They track every site that is visited, everything that is purchased, every credit card that is used to make a purchase, every address that items are shipped to,
57             and the GPS metadata of every picture that is uploaded to the internet.
58             They build a profile of a user’s age, gender, marital status, address, political affiliations, religious affiliations, family circumstances, number of pets,
59             and everything else they can get their hands on.
60             They even buy up databases of credit card transactions at local stores, so they can track the off-line purchasing patterns of the users in their profiles.
61             Because they already have much more accurate address information about a user than an IP address discloses, Tor provides no real privacy protection against mega corporations.</p>
62
63         <p>The single best privacy protection against mega corporations is to browse the web with JavaScript disabled, followed by blocking ad networks, disabling cookies and DOM storage,
64             and using a browser that is difficult to fingerprint.</p>
65
66
67         <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Using Tor</h3>
68
69         <p>Despite its limitations, Tor can be useful in some circumstances.
70             The Tor project has an app for Android called Orbot, which is available on <a href="https://f-droid.org/repository/browse/?fdfilter=orbot&fdid=org.torproject.android">F-Droid</a>
71             and everywhere else that Privacy Browser is distributed. Privacy Browser has a setting to use Orbot as a proxy.
72             When this is turned on, Privacy Browser’s app bar will have a light blue background instead of the default light grey.
73             When Privacy Browser’s Orbot proxy setting is enabled, internet access will not work unless Orbot is running and connected to Tor.
74             Because traffic is being routed through several Tor nodes, using Tor is often much slower than connecting directly to the internet.</p>
75
76         <img class="center" src="images/tor.png">
77
78         <h3><img class="title" src="../shared_images/file_download_blue_light.png"> Downloading Files Via Tor</h3>
79
80         <p>When Orbot is operating in proxy mode, browsing the internet using Privacy Browser will be routed through the Tor network, but file downloads will not.
81             This is because Privacy Browser uses Android’s builtin download manager to download files, which doesn't have a proxy option.
82             Users who want to download files via Orbot need to enable its VPN mode.</p>
83
84         <img class="center" src="../shared_images/vpn_mode.png">
85     </body>
86 </html>