Merge branch 'master' into master
@ -1,6 +1,8 @@
|
||||
---
|
||||
name: "🆕 Software Suggestion"
|
||||
about: Suggest new software that enhances privacy.
|
||||
title: "🆕 Software Suggestion | "
|
||||
labels: 🆕 software suggestion
|
||||
---
|
||||
|
||||
## Basic Information
|
||||
|
2
.github/ISSUE_TEMPLATE/2_Software_Removal.md
vendored
@ -1,6 +1,8 @@
|
||||
---
|
||||
name: "❌ Software Removal"
|
||||
about: Suggest the removal of outdated, insecure, or otherwise bad software.
|
||||
title: "❌ Software Removal | "
|
||||
labels: ❌ software removal
|
||||
---
|
||||
|
||||
## Description
|
||||
|
2
.github/ISSUE_TEMPLATE/3_Discussion.md
vendored
@ -1,6 +1,8 @@
|
||||
---
|
||||
name: "💬 Discussion"
|
||||
about: Discuss the website or any mentioned software in general.
|
||||
title: "💬 Discussion | "
|
||||
labels: 💬 discussion, feedback wanted
|
||||
---
|
||||
|
||||
<!-- Remember to stay civil! -->
|
||||
|
2
.github/ISSUE_TEMPLATE/4_Feature.md
vendored
@ -1,6 +1,8 @@
|
||||
---
|
||||
name: "✨ Feature Suggestion"
|
||||
about: Suggest a new feature for the website.
|
||||
title: "✨ Feature Suggestion | "
|
||||
labels: ✨ enhancement
|
||||
---
|
||||
|
||||
## Description:
|
||||
|
6
.github/ISSUE_TEMPLATE/5_Website_Issues.md
vendored
@ -1,6 +1,8 @@
|
||||
---
|
||||
name: "🌐 Website Issues"
|
||||
about: Report issues with the website.
|
||||
name: "🌐 Website Issue"
|
||||
about: Report an issue with the website.
|
||||
title: "🌐 Website Issue | "
|
||||
labels: 🌐 website issue, high priority
|
||||
---
|
||||
|
||||
## Description
|
||||
|
@ -15,7 +15,14 @@
|
||||
{% assign label_data = label | split:":" %}
|
||||
{% assign color = label_data[0] %}
|
||||
{% assign text = label_data[1] %}
|
||||
<span class="badge badge-{{color}}">{{text}}</span>
|
||||
{% assign tooltip = label_data[2] | default: "" %}
|
||||
{% assign help_icon = '<i class="far fa-question-circle"></i>' %}
|
||||
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon
|
||||
}}
|
||||
{% else %}
|
||||
>{{text}}
|
||||
{% endif %}
|
||||
</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
@ -183,8 +183,7 @@
|
||||
</nav>
|
||||
<!-- navigation ends here -->
|
||||
|
||||
<div class="py-4">
|
||||
<h1 id="top"></h1>
|
||||
<div id="top" class="py-4">
|
||||
<div class="mb-5"></div>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 5.2 KiB |
BIN
assets/img/tools/Joplin.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.6 KiB |
36
donate.html
@ -2,55 +2,31 @@
|
||||
layout: default
|
||||
active_page: donate
|
||||
---
|
||||
|
||||
<div class="col-12">
|
||||
<div class="row">
|
||||
<div class="mx-auto text-center">
|
||||
|
||||
<br>
|
||||
|
||||
<p>
|
||||
<div class="mt-4 mb-4">
|
||||
<a href="https://www.privacytools.io/"><img src="assets/img/layout/logo_smaller.png" class="img-fluid" alt="privacytools.io"></a>
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
<h1>Please Donate</h1>
|
||||
|
||||
<p>
|
||||
Our website is free of advertisement and not affiliated with any listed providers.<br/>
|
||||
Your donation will cover our cost for server, domains, coffee, beer and pizza.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<p>Our website is free of advertisement and not affiliated with any listed providers.<br>Your donation will cover our cost for server, domains, coffee, beer and pizza.</p>
|
||||
<h2>Bitcoin:</h2>
|
||||
|
||||
<p>
|
||||
<a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank"><img src="assets/img/layout/qr.png"></a>
|
||||
<a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank">
|
||||
<img src="assets/img/layout/qr.png">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div class="form-group">
|
||||
<input id="address" type="text" value="1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt" onclick="this.focus();this.select()" class="form-control text-center">
|
||||
<label for="address">For easy copy and paste. <a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)">Or use this link.</a></label>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<p>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="assets/img/layout/PayPal.png"></a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Thanks for your support. You are awesome!</h3>
|
||||
|
||||
|
||||
<p>
|
||||
<img src="assets/img/misc/smile.png" class="img-fluid" alt="Smile">
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
253
index.html
@ -3,7 +3,6 @@ layout: default
|
||||
---
|
||||
<div class="container" role="main">
|
||||
|
||||
|
||||
<div class="jumbotron p-5">
|
||||
<!-- header just below the navigation bar -->
|
||||
<h1 class="display-4"><a href="https://www.privacytools.io/" title="privacytools.io"><img src="assets/img/layout/logo.png" class="img-fluid" alt="privacytools.io"></a></h1>
|
||||
@ -25,6 +24,8 @@ layout: default
|
||||
<span class="flag-icon flag-icon-it" style="margin-left:5px;"></span> <a href="https://privacytools-it.github.io/">Italiano</a>
|
||||
|
||||
<span class="flag-icon flag-icon-ru" style="margin-left:5px;"></span> <a href="https://privacytools.ru">Русский</a>
|
||||
|
||||
<span class="flag-icon flag-icon-fr" style="margin-left:5px;"></span> <a href="https://privacytools.dreads-unlock.fr">Français</a>
|
||||
</p>
|
||||
<!-- end language and darknet selection -->
|
||||
|
||||
@ -65,48 +66,47 @@ layout: default
|
||||
{% include panel.html color="danger"
|
||||
title="Five Eyes"
|
||||
body='
|
||||
<li>1. Australia <div class="float-right"><span class="flag-icon flag-icon-au"></span></div></li>
|
||||
<ol class="card-ol">
|
||||
<li>Australia <div class="float-right"><span class="flag-icon flag-icon-au"></span></div></li>
|
||||
<li>Canada <div class="float-right"><span class="flag-icon flag-icon-ca"></span></div></li>
|
||||
<li>New Zealand <div class="float-right"><span class="flag-icon flag-icon-nz"></span></div></li>
|
||||
<li>United Kingdom <div class="float-right"><span class="flag-icon flag-icon-gb"></span></div></li>
|
||||
<li>United States of America <div class="float-right"><span class="flag-icon flag-icon-us"></span></div></li>
|
||||
</ol>
|
||||
'
|
||||
%}
|
||||
|
||||
{% include panel.html color="warning"
|
||||
title="Nine Eyes"
|
||||
body='
|
||||
6. Denmark <div class="float-right"><span class="flag-icon flag-icon-dk"></span></div>
|
||||
<br /> 7. France <div class="float-right"><span class="flag-icon flag-icon-fr"></span></div>
|
||||
<br /> 8. Netherlands <div class="float-right"><span class="flag-icon flag-icon-nl"></span></div>
|
||||
<br /> 9. Norway <div class="float-right"><span class="flag-icon flag-icon-no"></span></div>
|
||||
<br /><br />
|
||||
<ol class="card-ol">
|
||||
<li>Denmark <div class="float-right"><span class="flag-icon flag-icon-dk"></span></div></li>
|
||||
<li>France <div class="float-right"><span class="flag-icon flag-icon-fr"></span></div></li>
|
||||
<li>Netherlands <div class="float-right"><span class="flag-icon flag-icon-nl"></span></div></li>
|
||||
<li>Norway <div class="float-right"><span class="flag-icon flag-icon-no"></span></div></li>
|
||||
</ol>
|
||||
'
|
||||
%}
|
||||
|
||||
{% include panel.html color="secondary"
|
||||
title="Fourteen Eyes"
|
||||
body='
|
||||
10. Belgium <div class="float-right"><span class="flag-icon flag-icon-be"></span></div>
|
||||
<br /> 11. Germany <div class="float-right"><span class="flag-icon flag-icon-de"></span></div>
|
||||
<br /> 12. Italy <div class="float-right"><span class="flag-icon flag-icon-it"></span></div>
|
||||
<br /> 13. Spain <div class="float-right"><span class="flag-icon flag-icon-es"></span></div>
|
||||
<br /> 14. Sweden <div class="float-right"><span class="flag-icon flag-icon-se"></span></div>
|
||||
<ol class="card-ol">
|
||||
<li>Belgium <div class="float-right"><span class="flag-icon flag-icon-be"></span></div></li>
|
||||
<li>Germany <div class="float-right"><span class="flag-icon flag-icon-de"></span></div></li>
|
||||
<li>Italy <div class="float-right"><span class="flag-icon flag-icon-it"></span></div></li>
|
||||
<li>Spain <div class="float-right"><span class="flag-icon flag-icon-es"></span></div></li>
|
||||
<li>Sweden <div class="float-right"><span class="flag-icon flag-icon-se"></span></div></li>
|
||||
</ol>
|
||||
'
|
||||
%}
|
||||
</div>
|
||||
<!-- end Chart of Five Eyes, Nine Eyes, and Fourteen Eyes -->
|
||||
|
||||
<!-- Key disclosure law -->
|
||||
<h1 id="kdl" class="anchor"><a href="#kdl"><i class="fas fa-link anchor-icon"></i></a> Key Disclosure Law</h1>
|
||||
|
||||
|
||||
<h3>Who is required to hand over the encryption keys to authorities?</h3>
|
||||
<h1 id="kdl" class="anchor"><a href="#kdl"><i class="fas fa-link anchor-icon"></i></a> Key Disclosure Law</h1> <h3>Who is required to hand over the encryption keys to authorities?</h3>
|
||||
<p>Mandatory <a href="https://en.wikipedia.org/wiki/Key_disclosure_law">key disclosure laws</a> require individuals to turn over encryption keys to law enforcement conducting a criminal investigation. How these laws are implemented (who may be legally compelled to assist) vary from nation to nation, but a warrant
|
||||
is generally required. Defenses against key disclosure laws include steganography and encrypting data in a way that provides plausible deniability.</p>
|
||||
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Steganography">Steganography</a> involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an
|
||||
is generally required. Defenses against key disclosure laws include steganography and encrypting data in a way that provides plausible deniability.</p> <p><a href="https://en.wikipedia.org/wiki/Steganography">Steganography</a> involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an
|
||||
adversary from being able to prove that the information they are after exists (for example, one password may decrypt benign data and another password, used on the same file, could decrypt sensitive data).</p>
|
||||
|
||||
<!-- Chart of key disclosure law in some countries -->
|
||||
@ -137,7 +137,6 @@ layout: default
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Belgium">Belgium *</a> <div class="float-right"><span class="flag-icon flag-icon-be"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Finland">Finland *</a> <div class="float-right"><span class="flag-icon flag-icon-fi"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#New_Zealand">New Zealand</a> (unclear) <div class="float-right"><span class="flag-icon flag-icon-nz"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Sweden">Sweden</a> (proposed) <div class="float-right"><span class="flag-icon flag-icon-se"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#The_Netherlands">The Netherlands *</a> <div class="float-right"><span class="flag-icon flag-icon-nl"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#United_States">United States</a> (see related information) <div class="float-right"><span class="flag-icon flag-icon-us"></span></div></li>
|
||||
</ol>
|
||||
@ -151,6 +150,7 @@ layout: default
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Czech_Republic">Czech Republic</a> <div class="float-right"><span class="flag-icon flag-icon-cz"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Germany">Germany</a> <div class="float-right"><span class="flag-icon flag-icon-de"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Poland">Poland</a> <div class="float-right"><span class="flag-icon flag-icon-pl"></span></div></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law#Sweden">Sweden</a> (proposed) <div class="float-right"><span class="flag-icon flag-icon-se"></span></div></li>
|
||||
</ol>
|
||||
'
|
||||
%}
|
||||
@ -158,6 +158,14 @@ layout: default
|
||||
</div>
|
||||
|
||||
<p> * (people who know how to access a system may be ordered to share their knowledge, <strong>however, this doesn't apply to the suspect itself or family members.</strong>)</p>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
<ul>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law">Wikipedia page on key disclosure law</a></li>
|
||||
<li><a href="https://law.stackexchange.com/questions/1523/can-a-us-citizen-be-required-to-provide-the-authentication-key-for-encrypted-dat">law.stackexchange.com question about key disclosure law in US</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=Jt7D4AIfqlQ">DEFCON 20: Crypto and the Cops: the Law of Key Disclosure and Forced Decryption</a></li>
|
||||
</ul>
|
||||
|
||||
<!-- end Chart of key disclosure law in some countries -->
|
||||
|
||||
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
|
||||
@ -172,10 +180,7 @@ layout: default
|
||||
communications (both metadata and unencrypted content) in real time for all of Lavabit’s customers, not just Snowden's.</p>
|
||||
|
||||
<p>Ultimately, Levison turned over the SSL keys and <a href="http://www.theguardian.com/commentisfree/2014/may/20/why-did-lavabit-shut-down-snowden-email">shut down</a> the service at the same time. The US government then <a href="http://www.cnbc.com/id/100962389">threatened Levison with arrest</a>,
|
||||
saying that shutting down the service was a violation of the court order.</p>
|
||||
|
||||
|
||||
<h3>Related Information</h3>
|
||||
saying that shutting down the service was a violation of the court order.</p> <h3>Related Information</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.bestvpn.com/the-ultimate-privacy-guide/#avoidus">Avoid all US and UK based services</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Surespot#History">Proof that warrant canaries work based on the surespot example.</a></li>
|
||||
@ -183,16 +188,11 @@ layout: default
|
||||
<li><a href="http://en.wikipedia.org/wiki/Lavabit#Suspension_and_gag_order">http://en.wikipedia.org/wiki/Lavabit#Suspension_and_gag_order</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law">https://en.wikipedia.org/wiki/Key_disclosure_law</a></li>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Portal:Mass_surveillance">http://en.wikipedia.org/wiki/Portal:Mass_surveillance</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="vpn" class="anchor"><a href="#vpn"><i class="fas fa-link anchor-icon"></i></a> VPN providers with extra layers of privacy</h1>
|
||||
</ul> <h1 id="vpn" class="anchor"><a href="#vpn"><i class="fas fa-link anchor-icon"></i></a> VPN providers with extra layers of privacy</h1>
|
||||
<div class="alert alert-success" role="alert">
|
||||
<strong>All providers listed here are outside the US, use encryption, accept Bitcoin, support OpenVPN and have a no logging policy.</strong>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<!-- START VPN TABLE -->
|
||||
|
||||
<div class="table-responsive">
|
||||
@ -428,27 +428,18 @@ layout: default
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- END VPN TABLE -->
|
||||
|
||||
<br>
|
||||
</div> <!-- END VPN TABLE -->
|
||||
|
||||
<!-- yellow warning box about vpns and "no log" policies. -->
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Note: Using a VPN provider will not make you anonymous. But it will give you a better privacy. A VPN is not a tool for illegal activities. Don't rely on a "no log" policy.</strong>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
</div> <div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<!-- bullet list of VPN Provider Criteria -->
|
||||
<h3>Our VPN Provider Criteria</h3>
|
||||
<ul>
|
||||
<li>Operating outside the USA or other Five Eyes countries.
|
||||
<br>More: <a href="https://www.bestvpn.com/the-ultimate-privacy-guide/#avoidus">Avoid all US and UK based services.</a></li>
|
||||
<li>Operating outside the USA or other Five Eyes countries.<p>More: <a href="https://www.bestvpn.com/the-ultimate-privacy-guide/#avoidus">Avoid all US and UK based services.</a></p></li>
|
||||
<li>OpenVPN software support.</li>
|
||||
<li>Accepts Bitcoin, cash, debit cards or cash cards as a payment method.</li>
|
||||
<li>No personal information is required to create an account. Only username, password and <a href="#email"><i class="fas fa-link"></i> Email.</a></li>
|
||||
@ -530,6 +521,7 @@ layout: default
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Brave"
|
||||
labels="warning:experimental:Brave is a good choice if you want to use a Chromium-based browser. But at this point in Brave's development, it's not as good as Firefox with privacy addons."
|
||||
image="assets/img/tools/Brave.png"
|
||||
url="https://www.brave.com/"
|
||||
footer="OS: Windows, macOS, Linux, Android, iOS."
|
||||
@ -642,18 +634,12 @@ layout: default
|
||||
<p>WebRTC cannot be fully disabled in Chrome, however it is possible to change its routing settings (and prevent leaks) using an extension. Two open source solutions include <a href="https://chrome.google.com/webstore/detail/webrtc-leak-prevent/eiadekoaikejlgdbkbdfeijglgfdalml">WebRTC Leak Prevent</a> (options may need to be changed depending on the scenario), and <a href="https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm">uBlock Origin</a> (select "Prevent WebRTC from leaking local IP addresses" in Settings).</p>
|
||||
|
||||
<h3>What about other browsers?</h3>
|
||||
<p>Chrome on iOS, Internet Explorer and Safari does not implement WebRTC yet. <a href="#browser"><i class="fas fa-link"></i> But we recommend using Firefox on all devices.</a></p>
|
||||
|
||||
|
||||
<!-- Firefox add-ons -->
|
||||
<p>Chrome on iOS, Internet Explorer and Safari does not implement WebRTC yet. <a href="#browser"><i class="fas fa-link"></i> But we recommend using Firefox on all devices.</a></p> <!-- Firefox add-ons -->
|
||||
<h1 id="addons" class="anchor"><a href="#addons"><i class="fas fa-link anchor-icon"></i></a> Excellent Firefox Privacy Add-ons</h1>
|
||||
|
||||
<div class="alert alert-success" role="alert">
|
||||
<strong>Improve your privacy with these excellent Firefox add-ons.</strong>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h3>Stop Tracking with "Privacy Badger"</h3>
|
||||
<img src="assets/img/addons/Privacy-Badger.png" class="img-fluid float-left" alt="Privacy Badger" style="margin-right:30px;">
|
||||
<p><strong>Privacy Badger</strong> is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse by inspecting external resources websites request. Please be aware that Google Analytics is considered first-party by Privacy Badger, which means that Google Analytics will not be blocked if you do not use another blocker, such as uBlock Origin.
|
||||
@ -685,10 +671,7 @@ layout: default
|
||||
<img src="assets/img/addons/Cookie-AutoDelete.png" class="img-fluid float-left" alt="Cookie AutoDelete" style="margin-right:30px;">
|
||||
<p>Automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged.
|
||||
<br />
|
||||
<a href="https://addons.mozilla.org/firefox/addon/cookie-autodelete">https://addons.mozilla.org/firefox/addon/cookie-autodelete/</a></p>
|
||||
|
||||
|
||||
<h3>Encryption with "HTTPS Everywhere"</h3>
|
||||
<a href="https://addons.mozilla.org/firefox/addon/cookie-autodelete">https://addons.mozilla.org/firefox/addon/cookie-autodelete/</a></p> <h3>Encryption with "HTTPS Everywhere"</h3>
|
||||
<img src="assets/img/addons/HTTPS-Everywhere.png" class="img-fluid float-left" alt="HTTPS Everywhere" style="margin-right:30px;">
|
||||
<p>A Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation.
|
||||
<br />
|
||||
@ -700,8 +683,6 @@ layout: default
|
||||
<br />
|
||||
<a href="https://addons.mozilla.org/firefox/addon/decentraleyes/">https://addons.mozilla.org/firefox/addon/decentraleyes/</a></p>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>The following add-ons require quite a lot of interaction from the user to get things working. Some sites will not work properly until you have configured the add-ons.</strong>
|
||||
</div>
|
||||
@ -727,10 +708,7 @@ layout: default
|
||||
Highly customizable plugin to selectively allow Javascript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure.
|
||||
<br />
|
||||
<a href="https://addons.mozilla.org/firefox/addon/noscript/">https://addons.mozilla.org/firefox/addon/noscript/</a>
|
||||
</p>
|
||||
|
||||
|
||||
<!-- about:config tweaks for Firefox -->
|
||||
</p> <!-- about:config tweaks for Firefox -->
|
||||
<h1 id="about_config" class="anchor"><a href="#about_config"><i class="fas fa-link anchor-icon"></i></a> Firefox: Privacy Related "about:config" Tweaks</h1>
|
||||
|
||||
<div class="alert alert-success" role="alert">This is a collection of privacy-related <strong>about:config</strong> tweaks. We'll show you how to enhance the privacy of your Firefox browser.</div>
|
||||
@ -928,8 +906,6 @@ layout: default
|
||||
<strong>All providers listed here are operating outside the US and support <a data-toggle="tooltip" data-placement="bottom" data-original-title="When sending or receiving emails, if both the sending and receiving servers support TLS encryption, the email is sent between servers using an encrypted connection.">SMTP TLS.</a> The table is sortable. Never trust any company with your privacy, always encrypt.</strong>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table sortable-theme-bootstrap" data-sortable>
|
||||
<thead>
|
||||
@ -1115,16 +1091,11 @@ layout: default
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<h3>Interesting Email Providers Under Development</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.confidantmail.org/">Confidant Mail</a> - An open-source non-SMTP cryptographic email system optimized for large file attachments. It is a secure and spam-resistant alternative to regular email and online file drop services. It
|
||||
uses <a href="https://theprivacyguide.org/tutorials/gpg.html">GNU Privacy Guard (GPG)</a> for content encryption and authentication, and TLS 1.2 with ephemeral keys for transport encryption.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Become Your Own Email Provider with Mail-in-a-Box</h3>
|
||||
</ul> <h3>Become Your Own Email Provider with Mail-in-a-Box</h3>
|
||||
<a href="https://mailinabox.email/"><img src="assets/img/provider/Mail-in-a-Box.png" class="img-fluid float-left" alt="Mail-in-a-Box" style="margin-right:10px;"></a>
|
||||
<p>Take it a step further and get control of your email with this easy-to-deploy mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It’s sort of like making your own Gmail, but one you control from top
|
||||
to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don’t need to be a technology expert to set it up. <strong>More: <a href="https://mailinabox.email/">https://mailinabox.email/</a></strong></p>
|
||||
@ -1157,19 +1128,13 @@ layout: default
|
||||
website="mozilla.org"
|
||||
footer="OS: Windows, macOS, Linux, BSD."
|
||||
description="Mozilla Thunderbird is a free, open source, cross-platform email, news, and chat client developed by the Mozilla Foundation. Thunderbird is an email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client."
|
||||
%}
|
||||
|
||||
|
||||
{% include card.html color="primary"
|
||||
%} {% include card.html color="primary"
|
||||
title="Claws Mail"
|
||||
image="assets/img/tools/Claws-Mail.png"
|
||||
url="http://www.claws-mail.org/"
|
||||
footer="OS: Windows, macOS, Linux, BSD, Solaris, Unix."
|
||||
description="Claws Mail is a free and open source, GTK+-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows."
|
||||
%}
|
||||
|
||||
|
||||
<!--
|
||||
%} <!--
|
||||
<div class="col-sm-4">
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">
|
||||
@ -1212,10 +1177,7 @@ layout: default
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless,
|
||||
meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data."
|
||||
%}
|
||||
|
||||
|
||||
{% include card.html color="warning"
|
||||
%} {% include card.html color="warning"
|
||||
title="RetroShare"
|
||||
image="assets/img/tools/RetroShare.png"
|
||||
url="http://retroshare.net"
|
||||
@ -1273,10 +1235,7 @@ layout: default
|
||||
<li>
|
||||
<a href="https://metager.de/en/">MetaGer</a> - An open source metasearch engine, which is based in Germany. It focuses on protecting the user's privacy.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="im" class="anchor"><a href="#im"><i class="fas fa-link anchor-icon"></i></a> Encrypted Instant Messenger</h1>
|
||||
</ul> <h1 id="im" class="anchor"><a href="#im"><i class="fas fa-link anchor-icon"></i></a> Encrypted Instant Messenger</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>If you are currently using an Instant Messenger like WhatsApp, Viber, LINE, Telegram or Threema, you should pick an alternative here.</strong>
|
||||
@ -1369,10 +1328,7 @@ layout: default
|
||||
description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication."
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
</div> <h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://jitsi.org/">Jitsi</a> - Jitsi is a free and open source multiplatform voice (VoIP), videoconferencing and instant messaging application.</li>
|
||||
<li> <a href="https://tox.chat/">Tox</a> - <span class="badge badge-warning">Experimental</span> A free and open-source, peer-to-peer, encrypted instant messaging and video calling software. </li>
|
||||
@ -1383,10 +1339,7 @@ layout: default
|
||||
<ul>
|
||||
<li><a href="https://signal.org/android/apk/">Advanced users with special needs can download the Signal APK directly. Most users should not do this under normal circumstances.</a></li>
|
||||
<li><a href="https://motherboard.vice.com/en_us/article/secure-messaging-app-wire-stores-everyone-youve-ever-contacted-in-plain-text">Secure Messaging App Wire Stores Everyone You've Ever Contacted in Plain Text | Motherboard</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1>
|
||||
</ul> <h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1>
|
||||
<div class="row mb-2">
|
||||
{% include card.html color="success"
|
||||
title="OnionShare"
|
||||
@ -1485,20 +1438,14 @@ layout: default
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically
|
||||
kept in sync with both the host and all of your peers when someone adds, removes or edits a file."
|
||||
%}
|
||||
|
||||
|
||||
{% include card.html color="primary"
|
||||
%} {% include card.html color="primary"
|
||||
title="Syncthing"
|
||||
image="assets/img/tools/Syncthing.png"
|
||||
url="https://syncthing.net/"
|
||||
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
|
||||
description="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to
|
||||
choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
|
||||
%}
|
||||
|
||||
|
||||
</div>
|
||||
%} </div>
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li>
|
||||
@ -1518,17 +1465,14 @@ layout: default
|
||||
url="https://bitwarden.com/"
|
||||
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
|
||||
description="Bitwarden is a free and open source password manager. It aims to solve password management problems for individuals, teams, and business organizations. Bitwarden is among the easiest and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices. If you don't want to use the Bitwarden cloud, you can easily host your own Bitwarden server."
|
||||
%}
|
||||
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="KeePass / KeePassX - Local"
|
||||
%} {% include card.html color="primary"
|
||||
title="KeePass / KeePassXC - Local"
|
||||
image="assets/img/tools/KeePass.png"
|
||||
url="http://keepass.info/download.html"
|
||||
website="keepass.info"
|
||||
footer="OS: Windows, macOS, Linux, iOS, Android, BSD."
|
||||
description='KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. All passwords in one database, which is locked with one
|
||||
master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: <a href="http://www.keepassx.org/">KeePassX (not regularly updated)</a> and <a href="https://keepassxc.org/">KeePassXC</a>.'
|
||||
master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: <a href="https://keepassxc.org/">KeePassXC</a> with official native cross-platform support for Windows/macOS/Linux.'
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
@ -1537,16 +1481,9 @@ layout: default
|
||||
url="https://lesspass.com/"
|
||||
footer="OS: Windows, macOS, Linux, Android."
|
||||
description="LessPass is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security."
|
||||
%}
|
||||
|
||||
|
||||
</div>
|
||||
%} </div>
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="password.html">Secure Password Generator</a> - generates a unique set of custom, high quality, cryptographic-strength password strings which are safe for you to use.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://masterpassword.app">Master Password</a> - Master Password is based on an ingenious password generation algorithm that guarantees your passwords can never be lost. Its passwords aren't stored: they are generated on-demand from your name, the site and your master password. No syncing, backups or internet access needed.
|
||||
</li>
|
||||
@ -1609,13 +1546,6 @@ layout: default
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
<ul>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Key_disclosure_law">Wikipedia page on key disclosure law</a></li>
|
||||
<li><a href="https://law.stackexchange.com/questions/1523/can-a-us-citizen-be-required-to-provide-the-authentication-key-for-encrypted-dat">law.stackexchange.com question about key disclosure law in US</a></li>
|
||||
<li><a href="https://www.youtube.com/watch?v=Jt7D4AIfqlQ">DEFCON 20: Crypto and the Cops: the Law of Key Disclosure and Forced Decryption</a></li>
|
||||
</ul>
|
||||
|
||||
<h1 id="encrypt" class="anchor"><a href="#encrypt"><i class="fas fa-link anchor-icon"></i></a> File Encryption Software</h1>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>If you are currently not using encryption software for your hard disk, emails or file archives, you should pick an encryption software here.</strong>
|
||||
@ -1649,7 +1579,7 @@ layout: default
|
||||
footer="OS: Windows, Linux, BSD."
|
||||
description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume
|
||||
split and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. It supports 181 file extensions (as of version 5.5.1).</p>
|
||||
<p><strong>macOS alternative:</strong> <a href=\"http://www.kekaosx.com/\">Keka</a> is a free file archiver."
|
||||
<p><strong>macOS alternative:</strong> <a href=\"http://www.keka.io/\">Keka</a> is a free file archiver."
|
||||
%}
|
||||
</div>
|
||||
|
||||
@ -1704,10 +1634,7 @@ layout: default
|
||||
<li><a href="http://retroshare.net/">RetroShare</a> - Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.</li>
|
||||
<li><a href="https://gnunet.org/">GNUnet</a> - GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy.</li>
|
||||
<li><a href="https://ipfs.io/">IPFS</a> - A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. (<a href="https://github.com/privacytoolsIO/privacytools.io/pull/361#issuecomment-344414022">important privacy warning</a>)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="social" class="anchor"><a href="#social"><i class="fas fa-link anchor-icon"></i></a> Decentralized Social Networks</h1>
|
||||
</ul> <h1 id="social" class="anchor"><a href="#social"><i class="fas fa-link anchor-icon"></i></a> Decentralized Social Networks</h1>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong> If you are currently using Social Networks like Facebook, Twitter or Google+, you should pick an alternative here. </strong>
|
||||
</div>
|
||||
@ -1749,10 +1676,7 @@ layout: default
|
||||
<li><a href="https://addons.mozilla.org/firefox/addon/facebook-container/">Facebook Container by Mozilla</a> - Prevent Facebook from tracking you around the web.</li>
|
||||
<li><a href="https://www.facebook.com/help/delete_account">Delete your Facebook account</a> - Direct link to delete your Facebook account without being able to reactivate it again.</li>
|
||||
<li><a href="http://deletefacebook.com/">How To Permanently Delete A Facebook Account</a> - This guide will take you through a smooth and successful Facebook account deletion.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
||||
</ul> <h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
@ -1798,11 +1722,15 @@ layout: default
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Laverna"
|
||||
title="Joplin"
|
||||
image="assets/img/tools/Laverna.png"
|
||||
image="assets/img/tools/Joplin.png"
|
||||
url="https://laverna.cc/"
|
||||
url="https://joplin.cozic.net/"
|
||||
footer="OS: Windows, macOS, Linux, Web."
|
||||
footer="OS: Windows, macOS, Linux, iOS, Android, Firefox/Chrome (Web Clipper)."
|
||||
description="Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. The application stores all your notes in your browser databases, which is good for security and privacy reasons, because only you have access."
|
||||
description="Joplin is a free, open source, fully featured note taking and to-do application, which can handle a large number of markdown notes organised into notebooks and tags. It offers E2EE encryption and can sync through Nextcloud, Dropbox and more. It also offers easy import from Evernote and plain text notes."
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
@ -1819,10 +1747,12 @@ layout: default
|
||||
url="https://turtlapp.com/"
|
||||
footer="OS: Windows, macOS, Linux, Android."
|
||||
description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with."
|
||||
%}
|
||||
%} </div>
|
||||
|
||||
|
||||
</div>
|
||||
<h3>Warning</h3>
|
||||
<ul>
|
||||
<li>Note: As of Dec 2018, Joplin does not support password/pin protection for the application itself or individual notes/notebooks. Data is still encrypted in transit and at sync location using your master key. See <a href='https://github.com/laurent22/joplin/issues/289'>open issue</a>.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
@ -1862,10 +1792,7 @@ layout: default
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://disroot.org/">disroot.org</a> - Free privacy-friendly service that offers PrivateBin and other applications.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="productivity" class="anchor"><a href="#productivity"><i class="fas fa-link anchor-icon"></i></a> Productivity Tools</h1>
|
||||
</ul> <h1 id="productivity" class="anchor"><a href="#productivity"><i class="fas fa-link anchor-icon"></i></a> Productivity Tools</h1>
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
@ -1902,9 +1829,6 @@ layout: default
|
||||
<li><a href="https://disroot.org/">disroot.org</a> - Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin.</li>
|
||||
<li><a href="https://dudle.inf.tu-dresden.de/privacy/">dudle</a> - An online scheduling application, which is free and OpenSource. Schedule meetings or make small online polls. No email collection or the need of registration.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h1 id="os" class="anchor"><a href="#os"><i class="fas fa-link anchor-icon"></i></a> PC Operating Systems</h1>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>If you are currently using a operating system like Microsoft Windows or Apple macOS, you should pick an alternative here.</strong>
|
||||
@ -1997,13 +1921,6 @@ layout: default
|
||||
description="LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of Android by Google. It is the continuation of the CyanogenMod project."
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Sailfish OS"
|
||||
image="assets/img/tools/Sailfish-OS.png"
|
||||
url="https://sailfishos.org/"
|
||||
description="Sailfish OS is a mobile operating system combining the Linux kernel for a particular hardware platform use, the open-source Mer core middleware, a proprietary UI contributed by Jolla, and other third-party components."
|
||||
%}
|
||||
|
||||
</div>
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
@ -2023,7 +1940,6 @@ layout: default
|
||||
<img src="assets/img/addons/netguard.png" class="img-fluid float-left" alt="NetGuard" style="margin-right:30px;">
|
||||
<p><strong>NetGuard</strong> provides simple and advanced ways to block certain apps' access to the internet without the help of root privileges. Applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection, allowing you to control which apps are able to call home or not.
|
||||
<a href="https://www.netguard.me/">https://www.netguard.me/</a></p>
|
||||
<br>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>The following add-ons require root access, which makes your device more vulnerable. Proceed with caution.</strong>
|
||||
</div>
|
||||
@ -2035,10 +1951,7 @@ layout: default
|
||||
<a href="https://lua.xprivacy.eu/">https://lua.xprivacy.eu/</a></p>
|
||||
<p> Requirements: <a href="https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445">Magisk (xda-developers)</a>
|
||||
<a href="https://forum.xda-developers.com/xposed">Xposed Framework (xda-developers)</a>
|
||||
</p>
|
||||
|
||||
|
||||
<h1 id="firmware" class="anchor"><a href="#firmware"><i class="fas fa-link anchor-icon"></i></a> Open Source Router Firmware</h1>
|
||||
</p> <h1 id="firmware" class="anchor"><a href="#firmware"><i class="fas fa-link anchor-icon"></i></a> Open Source Router Firmware</h1>
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
@ -2068,10 +1981,7 @@ layout: default
|
||||
<ul>
|
||||
<li><a href="http://www.openbsd.org/">OpenBSD</a> - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.</li>
|
||||
<li><a href="http://www.dd-wrt.com/">DD-WRT</a> - A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="win10" class="anchor"><a href="#win10"><i class="fas fa-link anchor-icon"></i></a> Don't use Windows 10 - It's a privacy nightmare</h1>
|
||||
</ul> <h1 id="win10" class="anchor"><a href="#win10"><i class="fas fa-link anchor-icon"></i></a> Don't use Windows 10 - It's a privacy nightmare</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
|
||||
@ -2144,10 +2054,7 @@ layout: default
|
||||
<li>When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<p>
|
||||
</ol> <p>
|
||||
<a class="btn btn-warning" href="http://www.winprivacy.de/english-home/">
|
||||
Download: W10Privacy
|
||||
</a>
|
||||
@ -2155,8 +2062,6 @@ layout: default
|
||||
|
||||
This tool uses some known methods that attempt to disable major tracking features in Windows 10.
|
||||
|
||||
<br>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
@ -2202,10 +2107,7 @@ This tool uses some known methods that attempt to disable major tracking feature
|
||||
<footer class="blockquote-footer">Glenn Greenwald in <cite title="Glenn Greenwald On Why Privacy Is Vital, Even If You 'Have Nothing To Hide"><a href="http://www.huffingtonpost.com/2014/06/20/glenn-greenwald-privacy_n_5509704.html">Huffington Post</a></cite></footer>
|
||||
</blockquote>
|
||||
|
||||
<h1 id="resources" class="anchor"><a href="#resources"><i class="fas fa-link anchor-icon"></i></a> Recommended Privacy Resources</h1>
|
||||
|
||||
|
||||
<h3>Guides</h3>
|
||||
<h1 id="resources" class="anchor"><a href="#resources"><i class="fas fa-link anchor-icon"></i></a> Recommended Privacy Resources</h1> <h3>Guides</h3>
|
||||
<ul>
|
||||
<li><a href="https://ssd.eff.org/"><strong>Surveillance Self-Defense by EFF</strong></a> - Guide to defending yourself from surveillance by using secure technology and developing careful practices.</li>
|
||||
<li><a href="https://cryptoseb.pw/paper"><strong>The Crypto Paper</strong></a> - Privacy, Security and Anonymity for Every Internet User.</li>
|
||||
@ -2232,7 +2134,6 @@ This tool uses some known methods that attempt to disable major tracking feature
|
||||
<li><a href="http://www.ghacks.net/2015/12/28/the-ultimate-online-privacy-test-resource-list/"><strong>The ultimate Online Privacy Test Resource List</strong></a> - A collection of Internet sites that check whether your web browser leaks information.</li>
|
||||
<li><a href="https://prism-break.org/"><strong>PRISM Break</strong></a> - We all have a right to privacy, which you can exercise today by encrypting your communications and ending your reliance on proprietary services.</li>
|
||||
<li><a href="https://securityinabox.org/"><strong>Security in-a-Box</strong></a> - A guide to digital security for activists and human rights defenders throughout the world.</li>
|
||||
<li><a href="http://alternativeto.net/?license=opensource&platform=self-hosted&sort=likes"><strong>AlternativeTo.net</strong></a> - Great collection of open source online and self-hosted software sorted by likes.</li>
|
||||
<li><a href="https://securedrop.org/"><strong>SecureDrop</strong></a> - An open-source whistleblower submission system that media organizations can use to securely accept documents from and communicate with anonymous sources. It was originally created
|
||||
by the late Aaron Swartz and is currently managed by Freedom of the Press Foundation.</li>
|
||||
<li><a href="https://pack.resetthenet.org/"><strong>Reset The Net - Privacy Pack</strong></a> - Help fight to end mass surveillance. Get these tools to protect yourself and your friends.</li>
|
||||
@ -2240,8 +2141,8 @@ This tool uses some known methods that attempt to disable major tracking feature
|
||||
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/block-cloudflare-mitm-attack/"><strong>Block Cloudflare MiTM Attack</strong></a> - Firefox add-on to detect and block corporate MITM attack.
|
||||
<li><a href="https://www.osalt.com/"><strong>Osalt</strong></a> - A directroy to help you find open source alternatives to proprietary tools.</li>
|
||||
<li><a href="https://alternativeto.net/"><strong>AlternativeTo</strong></a> - A directry to help find alternatives to other software, with the option to only show open source software</li>
|
||||
<p> Note: Just being open source does not make software secure! </p>
|
||||
</ul>
|
||||
<p>Note: Just being open source does not make software secure!</p>
|
||||
|
||||
<h1 id="participate" class="anchor"><a href="#participate"><i class="fas fa-link anchor-icon"></i></a> Spread the word and help your friends</h1>
|
||||
|
||||
@ -2282,18 +2183,12 @@ This tool uses some known methods that attempt to disable major tracking feature
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<h3>Copy URL and Description</h3>
|
||||
|
||||
<p>
|
||||
<input type="text" value="www.privacytools.io - encryption against global mass surveillance" onclick="this.focus();this.select()" class="form-control input-lg">
|
||||
<span class="help-block">For easy copy and paste. Share this text snippet.</span>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="page-header">
|
||||
</p> <div class="page-header">
|
||||
<h1>Participate with suggestions and constructive criticism</h1>
|
||||
</div>
|
||||
|
||||
@ -2301,8 +2196,6 @@ This tool uses some known methods that attempt to disable major tracking feature
|
||||
It's important for a website like privacytools.io to be up-to-date. Keep an eye on software updates of the applications listed here. Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet
|
||||
is changing fast. If you find an error, or you think a provider should not be listed here, or a qualified service provider is missing or a browser plugin is not the best choice anymore and anything else... <strong>Talk to us please.</strong> </p>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="row">
|
||||
|
||||
{% include card.html color="success"
|
||||
@ -2331,12 +2224,8 @@ This tool uses some known methods that attempt to disable major tracking feature
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>This is a community project and we're aiming to deliver the best information available for a better privacy. Thank you for participating. This project needs you.</p>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<div class="page-header">
|
||||
<h4>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests</h4>
|
||||
</div>
|
||||
|