Merge branch 'master' into master
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-2">
|
||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-4">
|
||||
<div class="card card-{{include.color}}">
|
||||
{% if include.color == "warning" %}
|
||||
<div class="card-header text-dark bg-{{include.color}}">
|
||||
@ -31,13 +31,15 @@
|
||||
<img src="{{include.image}}" width="120" height="120" alt="{{include.title}}" class="panel-item">
|
||||
{% elsif include.icon %}
|
||||
<i class="{{ include.icon }} panel-icon{% if include.iconcolor %} text-{{include.iconcolor}}{% endif %}"></i>
|
||||
{% elsif include.font %}
|
||||
<span class="{{ include.font }} panel-item panel-font" alt="{{ include.title }}"></span>
|
||||
{% endif %}
|
||||
{{include.description}}
|
||||
</p>
|
||||
<div>
|
||||
<p>
|
||||
{% if include.url %}
|
||||
<a class="btn btn-{{include.color}} mb-1" href="{{include.url}}">Website:
|
||||
<a class="btn btn-{{include.color}} mb-1" href="{{include.url}}">
|
||||
{% if include.website %}
|
||||
{{include.website}}
|
||||
{% else %}
|
||||
|
@ -30,6 +30,9 @@
|
||||
<p class="card-text">
|
||||
<img
|
||||
src="{{include.image}}"
|
||||
{% if include.image-dark %}
|
||||
data-theme-src="{{include.image-dark}}"
|
||||
{% endif %}
|
||||
height="120"
|
||||
width="120"
|
||||
class="panel-pic"
|
||||
@ -92,7 +95,7 @@
|
||||
<div class="mt-2">
|
||||
{% if include.windows %}
|
||||
{% if include.windows != "" %}
|
||||
<a href="{{ include.windows }}">
|
||||
<a href="{{ include.windows }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-windows fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -102,27 +105,27 @@
|
||||
|
||||
{% if include.mac %}
|
||||
{% if include.mac != "" %}
|
||||
<a href="{{ include.mac }}">
|
||||
<i class="fab fa-apple fa-2x fa-fw d-inline pr-1"></i>
|
||||
<a href="{{ include.mac }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-macos fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="fab fa-apple fa-2x fa-fw d-inline pr-1"></i>
|
||||
<i class="ptio-macos fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.linux %}
|
||||
{% if include.linux != "" %}
|
||||
<a href="{{ include.linux }}">
|
||||
<i class="fab fa-linux fa-2x fa-fw d-inline pr-1"></i>
|
||||
<a href="{{ include.linux }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-linux fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="fab fa-linux fa-2x fa-fw d-inline pr-1"></i>
|
||||
<i class="ptio-linux fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.bsd %}
|
||||
{% if include.bsd != "" %}
|
||||
<a href="{{ include.bsd }}">
|
||||
{% if include.freebsd %}
|
||||
{% if include.freebsd != "" %}
|
||||
<a href="{{ include.freebsd }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-freebsd fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -130,9 +133,29 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.openbsd %}
|
||||
{% if include.openbsd != "" %}
|
||||
<a href="{{ include.openbsd }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-openbsd fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="ptio-openbsd fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.netbsd %}
|
||||
{% if include.netbsd != "" %}
|
||||
<a href="{{ include.netbsd }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-netbsd fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="ptio-netbsd fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.firefox %}
|
||||
{% if include.firefox != "" %}
|
||||
<a href="{{ include.firefox }}">
|
||||
<a href="{{ include.firefox }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-firefox fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -142,7 +165,7 @@
|
||||
|
||||
{% if include.chrome %}
|
||||
{% if include.chrome != "" %}
|
||||
<a href="{{ include.chrome }}">
|
||||
<a href="{{ include.chrome }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-chrome fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -152,7 +175,7 @@
|
||||
|
||||
{% if include.safari %}
|
||||
{% if include.safari != "" %}
|
||||
<a href="{{ include.safari }}">
|
||||
<a href="{{ include.safari }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-safari fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -162,7 +185,7 @@
|
||||
|
||||
{% if include.opera %}
|
||||
{% if include.opera != "" %}
|
||||
<a href="{{ include.opera }}">
|
||||
<a href="{{ include.opera }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-opera fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -172,7 +195,7 @@
|
||||
|
||||
{% if include.edge %}
|
||||
{% if include.edge != "" %}
|
||||
<a href="{{ include.edge }}">
|
||||
<a href="{{ include.edge }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-edge fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -180,9 +203,29 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.fdroid %}
|
||||
{% if include.fdroid != "" %}
|
||||
<a href="{{ include.fdroid }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-f-droid fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="ptio-f-droid fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.googleplay %}
|
||||
{% if include.googleplay != "" %}
|
||||
<a href="{{ include.googleplay }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-google-play fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="fab fa-google-play fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.android %}
|
||||
{% if include.android != "" %}
|
||||
<a href="{{ include.android }}">
|
||||
<a href="{{ include.android }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-android fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
@ -192,31 +235,31 @@
|
||||
|
||||
{% if include.ios %}
|
||||
{% if include.ios != "" %}
|
||||
<a href="{{ include.ios }}">
|
||||
<i class="fab fa-app-store-ios fa-2x fa-fw d-inline pr-1"></i>
|
||||
<a href="{{ include.ios }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-ios fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="fab fa-app-store-ios fa-2x fa-fw d-inline pr-1"></i>
|
||||
<i class="ptio-ios fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.fire %}
|
||||
{% if include.fire != "" %}
|
||||
<a href="{{ include.fire }}">
|
||||
<i class="fas fa-fire fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% if include.sailfish %}
|
||||
{% if include.sailfish != "" %}
|
||||
<a href="{{ include.sailfish }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="ptio-sailfish-os fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="fas fa-fire fa-2x fa-fw d-inline pr-1"></i>
|
||||
<i class="ptio-sailfish-os fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if include.web %}
|
||||
{% if include.web != "" %}
|
||||
<a href="{{ include.web }}">
|
||||
<i class="fas fa-desktop fa-2x fa-fw d-inline pr-1"></i>
|
||||
<a href="{{ include.web }}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fas fa-globe-americas fa-2x fa-fw d-inline pr-1"></i>
|
||||
</a>
|
||||
{% else %}
|
||||
<i class="fas fa-desktop fa-2x fa-fw d-inline pr-1"></i>
|
||||
<i class="fas fa-globe-americas fa-2x fa-fw d-inline pr-1"></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@ -225,25 +268,25 @@
|
||||
{{include.icon3}}
|
||||
|
||||
{% if include.github %}
|
||||
<a href="{{include.github}}">
|
||||
<a href="{{include.github}}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-github fa-2x fa-fw d-inline"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if include.gitlab %}
|
||||
<a href="{{include.gitlab}}">
|
||||
<a href="{{include.gitlab}}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-gitlab fa-2x fa-fw d-inline"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if include.git %}
|
||||
<a href="{{include.git}}">
|
||||
<a href="{{include.git}}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fab fa-git-square fa-2x fa-fw d-inline"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{% if include.source %}
|
||||
<a href="{{include.source}}">
|
||||
<a href="{{include.source}}" class="text-decoration-none hover-text-decoration-none">
|
||||
<i class="fas fa-code-branch fa-2x fa-fw d-inline"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
@ -31,8 +31,8 @@
|
||||
<i class="fab fa-linkedin-in pl-3"></i>
|
||||
</a>
|
||||
|
||||
<a href="http://www.stumbleupon.com/submit?url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance" class="share-btn stumbleupon" title="StumbleUpon">
|
||||
<i class="fab fa-stumbleupon pl-3"></i>
|
||||
<a href="https://mix.com/mixit?su=submit&url=https://www.privacytools.io&title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance" class="share-btn mix" title="Mix">
|
||||
<i class="ptio-mix pl-3"></i>
|
||||
</a>
|
||||
|
||||
<a href="https://sharetodiaspora.github.io/?title=privacytools.io%20-%20encryption%20against%20global%20mass%20surveillance&url=https://www.privacytools.io" class="share-btn diaspora" title="Diaspora*">
|
||||
@ -44,29 +44,25 @@
|
||||
<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">
|
||||
<input type="text" value="privacytools.io - encryption against global mass surveillance" class="form-control input-lg onclick-select">
|
||||
<span class="help-block">For easy copy and paste. Share this text snippet.</span>
|
||||
</p>
|
||||
|
||||
<hr class="footer-divider" />
|
||||
|
||||
<div class="row mt-3">
|
||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center d-flex justify-content-center">
|
||||
<a href="https://www.privacytools.io/LICENSE.txt" data-toggle="tooltip" data-placement="top" data-original-title="This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"."><img alt="CC0" src="/assets/img/layout/zero.png" width="32" height="32">CC0</a>
|
||||
<div class="col-sm-4 mb-3 d-flex justify-content-center d-flex justify-content-center">
|
||||
<a href="/LICENSE.txt" data-toggle="tooltip" data-placement="top" data-original-title="This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"."><img alt="CC0" src="/assets/img/layout/zero.png" width="32" height="32">CC0</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
||||
<a href="https://www.kopimi.com/" data-toggle="tooltip" data-placement="top" data-original-title="kopimi (copyme), symbol showing that you want to be copied. use kopimi in your own fancy. kopimi may be put on homepages or blogs, in books, in software, as sound logos in music or whatever."><img alt="kopimi" src="/assets/img/layout/kopimi.png" width="32" height="33">kopimi</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
||||
<div class="col-sm-4 mb-3 d-flex justify-content-center">
|
||||
<i class="far fa-envelope fa-2x"></i>
|
||||
<a href="/contact/">Contact</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 col-sm-6 mb-3 d-flex justify-content-center">
|
||||
<i class="fas fa-heart fa-2x text-danger"></i>
|
||||
<a data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain." href="/donate/">Donate</a>
|
||||
<div class="col-sm-4 mb-3 d-flex justify-content-center">
|
||||
<i class="fas fa-donate fa-2x"></i>
|
||||
<a data-toggle="tooltip" data-placement="top" data-original-title="Please support this project by donating. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain." href="https://opencollective.com/privacytoolsio#section-contribute">Support Us!</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -78,7 +74,7 @@
|
||||
<p class="mt-2">
|
||||
<strong>No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.</strong>
|
||||
<em>privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt.</em>
|
||||
<a href="/privacy-policy/">View our privacy policy</a>.
|
||||
<a href="/privacy/">View our privacy statement</a>.
|
||||
</p>
|
||||
<p class="text-left">
|
||||
Tor v3: <strong>privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion</strong>
|
||||
|
@ -43,6 +43,6 @@
|
||||
<link rel="shortcut icon" href="/assets/img/favicons/favicon.ico">
|
||||
|
||||
<!-- CSS stylesheets -->
|
||||
<link href="/assets/css/style.css?v=5" rel="stylesheet">
|
||||
<link id="dark-css" href="/assets/css/dark.css?v=2" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
||||
<link href="/assets/css/style.css?v=8" rel="stylesheet">
|
||||
<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
||||
</head>
|
||||
|
@ -68,10 +68,11 @@
|
||||
<a class="dropdown-item" href="/software/email/"><span class="fas fa-envelope fa-fw"></span> Email Clients</a>
|
||||
<a class="dropdown-item" href="/software/encryption-tools/"><span class="fas fa-lock fa-fw"></span> File Encryption</a>
|
||||
<a class="dropdown-item" href="/software/file-sharing/"><span class="fas fa-file-export fa-fw"></span> File Sharing</a>
|
||||
<a class="dropdown-item" href="/software/file-sync/"><span class="fas fa-copy fa-fw"></span> File Sync</a>
|
||||
<a class="dropdown-item" href="/software/productivity/#metadata-removal-tools"><span class="far fa-eye-slash fa-fw"></span> Metadata Removal Tools</a>
|
||||
<a class="dropdown-item" href="/software/passwords/"><span class="fas fa-user-lock fa-fw"></span> Password Manager</a>
|
||||
<a class="dropdown-item" href="/software/productivity/"><span class="fas fa-briefcase fa-fw"></span> Productivity Tools</a>
|
||||
<a class="dropdown-item" href="/software/real-time-communication/"><span class="fas fa-comments fa-fw"></span> Real-Time Communication</a>
|
||||
<a class="dropdown-item" href="/software/file-sync/"><span class="fas fa-copy fa-fw"></span> Secure File Sync</a>
|
||||
<a class="dropdown-item" href="/software/networks/"><span class="fas fa-user-secret fa-fw"></span> Self-contained Networks</a>
|
||||
<a class="dropdown-item" href="/software/cloud/"><span class="fas fa-hdd fa-fw"></span> Self-Hosted Cloud Server</a>
|
||||
</span>
|
||||
@ -141,12 +142,12 @@
|
||||
</details>
|
||||
|
||||
<a href="https://blog.privacytools.io/" class="nav-anchor">Blog </a>
|
||||
<a href="/donate/" class="nav-anchor">
|
||||
Donate <span class="fas fa-heart text-danger fa-fw"></span>
|
||||
<a href="/sponsors/" class="nav-anchor">
|
||||
Sponsors
|
||||
</a>
|
||||
<a id="nav-switch-theme" class="nav-anchor" href="javascript:void(0)" onClick="changeColorScheme()">
|
||||
<span id="nav-switch-theme" class="nav-anchor">
|
||||
Theme <span class="nav-theme-icon fas fa-fw"></span>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-2">
|
||||
<div class="col-xl-4 col-lg-6 col-md-12 mb-4">
|
||||
<div class="card card-{{include.color}}">
|
||||
{% if include.color == "warning" %}
|
||||
<div class="card-header text-dark bg-{{include.color}}">
|
||||
@ -11,4 +11,4 @@
|
||||
{{include.body}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<script src="/assets/js/popper.min.js?v=4"></script>
|
||||
<script src="/assets/js/bootstrap.min.js?v=4"></script>
|
||||
<script src="/assets/js/sortable.min.js?v=4"></script>
|
||||
<script src="/assets/js/main.js?v=3"></script>
|
||||
<script src="/assets/js/main.js?v=5"></script>
|
||||
|
||||
<!--
|
||||
Matomo is the leading open-source analytics platform:
|
||||
@ -11,4 +11,4 @@
|
||||
- User privacy protection
|
||||
-->
|
||||
|
||||
<noscript><img src="https://stats.privacytools.io/matomo.php?idsite=1&rec=1" style="border:0" alt=""/></noscript>
|
||||
<noscript><img src="https://stats.privacytools.io/matomo.php?idsite=1&rec=1" class="border-0" alt=""/></noscript>
|
||||
|
@ -6,16 +6,6 @@
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img src="/assets/img/addons/Blokada.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Blokada">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h3>Block ads with <a href="https://blokada.org/">Blokada</a></h3>
|
||||
<p><strong>Blokada</strong> works across all of your apps, not only the browser. It doesn't require root, supports both wifi and mobile networks, and is perfectly safe and simple to use. Just turn it on, and it will do the job silently!
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img src="/assets/img/addons/netguard.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="NetGuard">
|
||||
@ -36,4 +26,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>See also</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/providers/dns#clients">Our DNS page</a> which also has information on encrypting DNS on Android.
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -4,33 +4,17 @@
|
||||
<strong>Improve your privacy with these browser add-ons.</strong>
|
||||
</div>
|
||||
|
||||
|
||||
{% include cardv2.html
|
||||
title="Privacy Badger: Stop Tracking"
|
||||
image="/assets/img/addons/privacy-badger.png"
|
||||
description="<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."
|
||||
website="https://www.eff.org/privacybadger"
|
||||
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
|
||||
github="https://github.com/EFForg/privacybadger"
|
||||
firefox=""
|
||||
chrome=""
|
||||
opera=""
|
||||
android=""
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="uBlock Origin: Block Ads and Trackers"
|
||||
image="/assets/img/addons/ublock-origin.png"
|
||||
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
||||
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
||||
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
||||
github="https://github.com/gorhill/uBlock/"
|
||||
firefox=""
|
||||
chrome=""
|
||||
safari=""
|
||||
opera=""
|
||||
edge=""
|
||||
android=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/"
|
||||
chrome="https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
||||
opera="https://addons.opera.com/en/extensions/details/ublock/"
|
||||
edge="https://www.microsoft.com/en-us/p/ublock-origin/9nblggh444l4"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -40,8 +24,8 @@ description="<strong>Cookie AutoDelete</strong> automatically removes cookies wh
|
||||
website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/"
|
||||
forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267"
|
||||
github="https://github.com/Cookie-AutoDelete/Cookie-AutoDelete"
|
||||
firefox=""
|
||||
chrome=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete"
|
||||
chrome="https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -51,35 +35,33 @@ description="<strong>HTTPS Everywhere</strong> encrypts your communications with
|
||||
website="https://www.eff.org/https-everywhere"
|
||||
forum="https://forum.privacytools.io/t/discussion-https-everywhere/268"
|
||||
github="https://github.com/EFForg/https-everywhere"
|
||||
firefox=""
|
||||
chrome=""
|
||||
android=""
|
||||
opera=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/https-everywhere"
|
||||
chrome="https://chrome.google.com/webstore/detail/https-everywhere/gcbommkclmclpchllfjekcdonpmejbdp"
|
||||
opera="https://addons.opera.com/en/extensions/details/https-everywhere"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Decentraleyes: Block Content Delivery Networks"
|
||||
image="/assets/img/addons/decentraleyes.png"
|
||||
description="<strong>Decentraleyes</strong> emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
|
||||
description="<strong>Decentraleyes</strong> emulates Content Delivery Networks locally by intercepting requests, finding the required resource, and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
|
||||
website="https://decentraleyes.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-decentraleyes/269"
|
||||
gitlab="https://git.synz.io/Synzvato/decentraleyes"
|
||||
firefox=""
|
||||
chrome=""
|
||||
opera=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/decentraleyes"
|
||||
chrome="https://chrome.google.com/webstore/detail/decentraleyes/ldpochfccmkkmhdbclfhpagapcfdljkj"
|
||||
opera="https://addons.opera.com/en/extensions/details/decentraleyes"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Terms of Service; Didn’t Read: Be Informed"
|
||||
image="/assets/img/addons/tosdr.png"
|
||||
description="<strong>Terms of Service; Didn’t Read</strong> “I have read and agree to the Terms” is the biggest lie on the web. This addon aims to fix that by grading websites based on their Terms of Service agreements and gives short summaries."
|
||||
description="<strong>Terms of Service; Didn’t Read</strong> is an addon that aims to fix how “I have read and agree to the Terms” is the biggest lie on the web by grading websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analysis and ratings are done transparently by a community of reviewers."
|
||||
website="https://tosdr.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-decentraleyes/270"
|
||||
forum="https://forum.privacytools.io/t/discussion-terms-of-service-didn-t-read/270"
|
||||
github="https://github.com/tosdr/"
|
||||
firefox=""
|
||||
chrome=""
|
||||
opera=""
|
||||
safari=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/terms-of-service-didnt-read/"
|
||||
chrome="https://chrome.google.com/webstore/detail/terms-of-service-didn%E2%80%99t-r/hjdoplcnndgiblooccencgcggcoihigg"
|
||||
opera="https://addons.opera.com/en/extensions/details/terms-of-service-didnt-read"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -89,10 +71,21 @@ description="<strong>Snowflake</strong> is a new <a href=https://2019.www.torpro
|
||||
website="https://snowflake.torproject.org"
|
||||
forum="https://forum.privacytools.io/t/discussion-snowflake/1146"
|
||||
git="https://gitweb.torproject.org/pluggable-transports/snowflake.git"
|
||||
firefox=""
|
||||
chrome=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/torproject-snowflake"
|
||||
chrome="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Privacy Badger: Stop Tracking"
|
||||
image="/assets/img/addons/privacy-badger.png"
|
||||
description="<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."
|
||||
website="https://www.eff.org/privacybadger"
|
||||
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
|
||||
github="https://github.com/EFForg/privacybadger"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17"
|
||||
chrome="https://chrome.google.com/webstore/detail/privacy-badger/pkehgijcmpdhfbdbbnkijodmdjhbjlgp"
|
||||
opera="https://addons.opera.com/en/extensions/details/privacy-badger/"
|
||||
%}
|
||||
|
||||
<h2>For Power Users Only</h2>
|
||||
|
||||
@ -107,9 +100,9 @@ description="<strong>uMatrix</strong> gives you control over the requests that w
|
||||
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
||||
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
||||
github="https://github.com/gorhill/uMatrix"
|
||||
firefox=""
|
||||
chrome=""
|
||||
opera=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/umatrix"
|
||||
chrome="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf"
|
||||
opera="https://addons.opera.com/en/extensions/details/umatrix"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -119,6 +112,6 @@ description="<strong>NoScript</strong> is a highly customizable plugin to select
|
||||
website="https://addons.mozilla.org/firefox/addon/noscript/"
|
||||
forum="https://forum.privacytools.io/t/discussion-noscript-security-suite/272"
|
||||
github="https://github.com/hackademix/noscript"
|
||||
firefox=""
|
||||
chrome=""
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/noscript"
|
||||
chrome="https://chrome.google.com/webstore/detail/noscript/doojmbjmlfjjnbmnoijecmcbfeoakpjm"
|
||||
%}
|
||||
|
@ -4,8 +4,6 @@
|
||||
<strong>Your Browser sends information that makes you unique amongst millions of users and therefore easy to identify.</strong>
|
||||
</div>
|
||||
|
||||
<img src="/assets/img/layout/browser-fingerprint.png" width="439" height="350" class="img-fluid float-right" alt="Fingerprint image" style="margin-left:20px;">
|
||||
|
||||
<p>When you visit a web page, your browser voluntarily sends information about its configuration, such as available fonts, browser type, and add-ons. If this combination of information is unique, it may be possible to identify and track you without using cookies. EFF created a Tool called <a href="https://panopticlick.eff.org/">Panopticlick</a> to test your browser to see how unique it is.</p>
|
||||
|
||||
<p>
|
||||
@ -14,7 +12,7 @@
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>You need to find what <strong>most browsers</strong> are reporting, and then use those variables to bring your browser in the same population. This means having the same fonts, plugins, and extensions installed as the large installed base. You should have a <a href="https://addons.mozilla.org/firefox/addon/uaswitcher/">spoofed user agent string</a> to match what the large userbase has. You need to have the same settings enabled and disabled, such as DNT and WebGL. You need your browser to look as common as everyone else. Disabling JavaScript, using Linux, or even the TBB, will make your browser stick out from the masses.</p>
|
||||
<p>You need to find what <strong>most browsers</strong> are reporting, and then use those variables to bring your browser in the same population. This means having the same fonts, plugins, and extensions installed as the large installed base. You should have a <a href="https://addons.mozilla.org/firefox/addon/uaswitcher/">spoofed user-agent string</a> to match what the large userbase has. You need to have the same settings enabled and disabled, such as DNT and WebGL. You need your browser to look as common as everyone else. Disabling JavaScript, using Linux, or even using the Tor Browser Bundle, will make your browser stick out from the masses.</p>
|
||||
|
||||
<p>Modern web browsers have not been architected to assure personal web privacy. Rather than worrying about being fingerprinted, it seems more practical to use <a href="#addons"><i class="fas fa-link"></i> free software plugins</a> like Privacy Badger and uBlock Origin. They not only respect your freedom, but your privacy also. You can get much further with these than trying to manipulate your browser's fingerprint.</p>
|
||||
|
||||
@ -29,5 +27,5 @@
|
||||
<ul>
|
||||
<li><a href="https://panopticlick.eff.org/static/browser-uniqueness.pdf">How Unique Is Your Web Browser? Peter Eckersley, EFF.</a></li>
|
||||
<li><a href="#addons"><i class="fas fa-link"></i> Our Firefox privacy add-ons section.</a></li>
|
||||
<li><a href="https://www.browserleaks.com/">BrowserLeaks.com</a> - Web browser security testing tools, that tell you what exactly personal identity data may be leaked without any permissions when you surf the Internet.</li>
|
||||
<li><a href="https://www.browserleaks.com/">BrowserLeaks.com</a> - Web browser security testing tools that tell you what exactly personal identity data may be leaked without any permissions when you surf the Internet.</li>
|
||||
</ul>
|
||||
|
@ -1,19 +1,53 @@
|
||||
<h1 id="browser" class="anchor"><a href="#browser"><i class="fas fa-link anchor-icon"></i></a> Browser Recommendations</h1>
|
||||
<h1 id="browser" class="anchor">
|
||||
<a href="#browser"><span class="fas fa-link anchor-icon"></span></a>
|
||||
Browser Recommendations For Desktop
|
||||
</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Mozilla Firefox"
|
||||
title="Firefox"
|
||||
image="/assets/img/tools/Firefox.png"
|
||||
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.'
|
||||
website="https://www.firefox.com/"
|
||||
website="https://firefox.com"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
github="https://github.com/mozilla"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
android=""
|
||||
ios=""
|
||||
bsd=""
|
||||
source="https://hg.mozilla.org/mozilla-central/"
|
||||
windows="https://www.mozilla.org/firefox/windows/"
|
||||
mac="https://www.mozilla.org/firefox/mac/"
|
||||
linux="https://www.mozilla.org/firefox/linux/"
|
||||
freebsd="https://www.freshports.org/www/firefox"
|
||||
openbsd="http://openports.se/www/mozilla-firefox"
|
||||
netbsd="http://pkgsrc.se/www/firefox"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Tor Browser - Provides Anonymity"
|
||||
image="/assets/img/tools/Tor-Browser.png"
|
||||
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption, and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>'
|
||||
website="https://www.torproject.org/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser/278"
|
||||
git="https://trac.torproject.org/projects/tor"
|
||||
windows="https://www.torproject.org/download/"
|
||||
mac="https://www.torproject.org/download/"
|
||||
linux="https://www.torproject.org/download/"
|
||||
%}
|
||||
|
||||
<h1 id="browser-android" class="anchor">
|
||||
<a href="#browser-android"><span class="fas fa-link anchor-icon"></span></a>
|
||||
Browser Recommendations For Android
|
||||
</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox"
|
||||
image="/assets/img/tools/Firefox.png"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.'
|
||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://github.com/mozilla-mobile"
|
||||
fdroid="https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefox"
|
||||
android="https://www.mozilla.org/firefox/all/#product-android-release"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -21,12 +55,81 @@ title="Tor Browser - Provides Anonymity"
|
||||
image="/assets/img/tools/Tor-Browser.png"
|
||||
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>'
|
||||
website="https://www.torproject.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser/278"
|
||||
git="https://trac.torproject.org/projects/tor"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
android=""
|
||||
ios=""
|
||||
bsd=""
|
||||
tor="http://expyuzz4wqqyqhjn.onion/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser-for-android-browsers/1522"
|
||||
git="https://gitweb.torproject.org/tor-browser.git/"
|
||||
android="https://www.torproject.org/download/#android"
|
||||
fdroid="https://guardianproject.info/fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrowser"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Bromite"
|
||||
image="/assets/img/tools/bromite.png"
|
||||
description='Bromite is a Chromium-based browser with security enhancement patches from GrapheneOS and built-in adblocking and DNS over HTTPS support. More info can be found <a href="https://www.bromite.org/#main-features">here</a>.'
|
||||
website="https://www.bromite.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bromite-browsers/1521"
|
||||
github="https://github.com/bromite/bromite"
|
||||
fdroid="https://www.bromite.org/fdroid"
|
||||
android="https://www.bromite.org/#download-bromite"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning for Android</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.stoutner.com/privacy-browser/">Privacy Browser</a>
|
||||
- An open-source web browser focused on user privacy. Features include integrated ad blocking with <a href="https://easylist.to/">EasyList</a>, <a href="https://www.stoutner.com/privacy-browser-2-5/">SSL certificate pinning</a>, and <a href='https://guardianproject.info/apps/orbot/'>Tor Orbot proxy support.</a>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.google.android.webview&hl=en_US">
|
||||
<span class="badge badge-warning" data-toggle="tooltip" title="Privacy Browser relies on the Android System WebView which needs to be kept up to date to fix security issues. One can update WebView by either installing it from Google Play or Aurora Store which you can get from F-Droid.">
|
||||
<span class="fas fa-exclamation-triangle"></span>
|
||||
Keep Android WebView up-to-date
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="browser-ios" class="anchor"><a href="#browser-ios"><i class="fas fa-link anchor-icon"></i></a> Browser Recommendations For iOS</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox"
|
||||
image="/assets/img/tools/Firefox.png"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Note: Because of limitations set by Apple in iOS, our recommended tweaks cannot be applied. However, Firefox for iOS has an <a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-ios">Enhanced Tracking Protection</a> feature that uses a list provided by <a href="https://disconnect.me/trackerprotection">Disconnect</a> to identify and block ad, social, and analytics trackers, as well as cryptominers and fingerprinters.'
|
||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://github.com/mozilla-mobile/firefox-ios"
|
||||
ios="https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926"
|
||||
%}
|
||||
|
||||
|
||||
{% include cardv2.html
|
||||
title="Onion Browser"
|
||||
image="/assets/img/tools/onionbrowser.png"
|
||||
description='Onion Browser is an open-source browser that lets you browse the web anonymously over the Tor network on iOS devices and is endorsed by the Tor Project. Warning: there are certain anonymity-related <a href="https://onionbrowser.com/#security-advisories">issues</a> with Onion Browser due to iOS limitations.'
|
||||
website="https://onionbrowser.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523"
|
||||
github="https://github.com/OnionBrowser/OnionBrowser"
|
||||
ios="https://apps.apple.com/us/app/onion-browser/id519296448"
|
||||
%}
|
||||
|
||||
|
||||
{% include cardv2.html
|
||||
title="DuckDuckGo Privacy Browser"
|
||||
image="/assets/img/provider/DuckDuckGo.png"
|
||||
description='DuckDuckGo Privacy Browser is an open-source web browser that has built-in ad and tracker blocking and utilizes <a href="https://tosdr.org/">ToS;DR</a> to rate the privacy policies of the sites you visit.'
|
||||
website="https://duckduckgo.com/app"
|
||||
tor="https://3g2upl4pq6kufc4m.onion/app"
|
||||
forum="https://forum.privacytools.io/t/discussion-duckduckgo-privacy-browser-browsers/1524"
|
||||
github="https://github.com/duckduckgo/iOS"
|
||||
ios="https://apps.apple.com/us/app/duckduckgo-privacy-browser/id663592361"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning for iOS</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://snowhaze.com/en/index.html">SnowHaze</a>
|
||||
- An open-source web browser with built-in ad, tracker, cookie, and fingerprint blocking, all customizable on a per-site basis.
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -28,15 +28,6 @@
|
||||
<dt>privacy.trackingprotection.enabled = true</dt>
|
||||
<dd>This is Mozilla's new built-in tracking protection. It uses Disconnect.me filter list, which is redundant if you are already using uBlock Origin 3rd party filters, therefore you should set it to false if you are using the add-on functionalities.</dd>
|
||||
|
||||
<dt>browser.cache.offline.enable = false</dt>
|
||||
<dd>Disables offline cache.</dd>
|
||||
|
||||
<dt>browser.safebrowsing.malware.enabled = false</dt>
|
||||
<dd>Disable Google Safe Browsing malware checks. Security risk, but privacy improvement.</dd>
|
||||
|
||||
<dt>browser.safebrowsing.phishing.enabled = false</dt>
|
||||
<dd>Disable Google Safe Browsing and phishing protection. Security risk, but privacy improvement.</dd>
|
||||
|
||||
<dt>browser.send_pings = false</dt>
|
||||
<dd>The attribute would be useful for letting websites track visitors' clicks.</dd>
|
||||
|
||||
@ -46,8 +37,6 @@
|
||||
<dt>browser.urlbar.speculativeConnect.enabled = false</dt>
|
||||
<dd>Disable preloading of autocomplete URLs. Firefox preloads URLs that autocomplete when a user types into the address bar, which is a concern if URLs are suggested that the user does not want to connect to. <a href="https://www.ghacks.net/2017/07/24/disable-preloading-firefox-autocomplete-urls/">Source</a></dd>
|
||||
|
||||
<dt>dom.battery.enabled = false</dt>
|
||||
<dd>The battery status of your device could be tracked.</dd>
|
||||
|
||||
<dt>dom.event.clipboardevents.enabled = false</dt>
|
||||
<dd>Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.</dd>
|
||||
@ -74,26 +63,7 @@
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>network.cookie.lifetimePolicy = 2</dt>
|
||||
<dd>
|
||||
cookies are deleted at the end of the session
|
||||
<ul>
|
||||
<li>0 = Accept cookies normally</li>
|
||||
<li>1 = Prompt for each cookie</li>
|
||||
<li>2 = Accept for current session only</li>
|
||||
<li>3 = Accept for N days</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>network.http.referer.trimmingPolicy = 2</dt>
|
||||
<dd>
|
||||
Send only the scheme, host, and port in the <code>Referer</code> header
|
||||
<ul>
|
||||
<li>0 = Send the full URL in the <code>Referer</code> header</li>
|
||||
<li>1 = Send the URL without its query string in the <code>Referer</code> header</li>
|
||||
<li>2 = Send only the scheme, host, and port in the <code>Referer</code> header</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>network.http.referer.XOriginPolicy = 2</dt>
|
||||
<dd>
|
||||
@ -131,18 +101,10 @@
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>extensions.pocket.enabled = false</dt>
|
||||
<dd>Disables Pocket completely.</dd>
|
||||
|
||||
<dt>network.IDN_show_punycode = true</dt>
|
||||
<dd>Not rendering IDNs as their Punycode equivalent leaves you open to phishing attacks that can be very difficult to notice. <a href="https://krebsonsecurity.com/2018/03/look-alike-domains-and-visual-confusion/#more-42636">Source</a></dd>
|
||||
|
||||
<dt>extensions.blocklist.url = https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%20/%20/</dt>
|
||||
<dd>
|
||||
<p>Limit the amount of identifiable information sent when requesting the Mozilla harmful extension blocklist.
|
||||
<p>Optionally, the blocklist can be disabled entirely by setting <code>extensions.blocklist.enabled</code> to false for increased privacy, but decreased security. <a href="https://old.reddit.com/r/privacytoolsIO/comments/9uqeew/firefox_tip_sanitize_firefox_blocklist_url_so_it/">Source</a></p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h3 id="user.js">Firefox user.js Templates</h3>
|
||||
<ul>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<li>Done. Do the WebRTC leak test again.</li>
|
||||
</ol>
|
||||
|
||||
<p>If you want to make sure every single WebRTC related setting is really disabled change these settings:</p>
|
||||
<p>If you want to make sure every single WebRTC-related setting is really disabled change these settings:</p>
|
||||
|
||||
<ol class="long-string-list">
|
||||
<li>media.peerconnection.turn.disable = true</li>
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
<h3>How to fix the WebRTC Leak in Google Chrome?</h3>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
@ -15,6 +15,9 @@
|
||||
windows="https://nextcloud.com/install/"
|
||||
linux="https://nextcloud.com/install/"
|
||||
mac="https://nextcloud.com/install/"
|
||||
freebsd="https://www.freshports.org/deskutils/nextcloudclient/"
|
||||
openbsd="http://openports.se/www/nextcloud"
|
||||
netbsd="http://pkgsrc.se/www/php-nextcloud"
|
||||
android="https://nextcloud.com/install/"
|
||||
ios="https://nextcloud.com/install/"
|
||||
%}
|
||||
@ -23,7 +26,7 @@
|
||||
include cardv2.html
|
||||
title="Email Providers"
|
||||
image="/assets/img/misc/email.png"
|
||||
description='Many email providers also offer calendar and or contacts sync services. Refer to the <a href="/providers/email">Email Providers section</a> to choose an email provider and check if they also offer calendar and or contacts sync.'
|
||||
description='Many email providers also offer calendar and or contacts sync services. Refer to the <a href="/providers/email">Email Providers section</a> to choose an email provider and check if they also offer calendar and/or contacts sync.'
|
||||
website="/providers/email"
|
||||
%}
|
||||
|
||||
@ -31,23 +34,26 @@
|
||||
include cardv2.html
|
||||
title="EteSync"
|
||||
image="/assets/img/provider/etesync.png"
|
||||
description="<strong>EteSync</strong> is a secure, end-to-end encrypted and journaled personal information (e.g. contacts and calendar) cloud synchronization and backup for Android and any OS that supports CalDAV/CardDAV. It costs $14 per year to use, or you can host the server yourself for free."
|
||||
description="<strong>EteSync</strong> is a secure, end-to-end encrypted, and journaled personal information (e.g. contacts and calendar) cloud synchronization and backup for Android and any OS that supports CalDAV/CardDAV. It costs $24 per year to use, or you can host the server yourself for free."
|
||||
website="https://www.etesync.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-etesync-calender-contacts-sync-tools/1536"
|
||||
github="https://github.com/etesync"
|
||||
web="https://www.etesync.com/"
|
||||
linux="https://www.etesync.com/"
|
||||
android="https://www.etesync.com/"
|
||||
web="https://client.etesync.com/"
|
||||
windows="https://github.com/etesync/etesync-dav/blob/master/README.md#installation"
|
||||
mac="https://github.com/etesync/etesync-dav/blob/master/README.md#installation"
|
||||
linux="https://github.com/etesync/etesync-dav/blob/master/README.md#installation"
|
||||
fdroid="https://f-droid.org/packages/com.etesync.syncadapter/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.etesync.syncadapter"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://fruux.com/">fruux</a> - a unified contacts/calendaring system that works across platforms and devices.
|
||||
<a href="https://fruux.com/">fruux</a> - A unified contacts/calendaring system that works across platforms and devices.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="../cloud">cloud backups</a> - consider regularly exporting your calendar and or contacts and backing them up on a separate storage drive or uploading them to cloud storage (ideally after <a href="../encryption-tools/">encrypting</a> them).
|
||||
<a href="../cloud">cloud backups</a> - Consider regularly exporting your calendar and or contacts and backing them up on a separate storage drive or uploading them to cloud storage (ideally after <a href="../encryption-tools/">encrypting</a> them).
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -7,30 +7,19 @@
|
||||
{% include cardv2.html
|
||||
title="Nextcloud - Choose your hoster"
|
||||
image="/assets/img/provider/Nextcloud.png"
|
||||
description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
|
||||
description="Nextcloud is similar in functionality to the widely-used Dropbox, with the difference being that Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
|
||||
website="https://nextcloud.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
|
||||
github="https://github.com/nextcloud"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
bsd=""
|
||||
ios=""
|
||||
android=""
|
||||
fire=""
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Least Authority S4 - For Experts"
|
||||
image="/assets/img/provider/S4.png"
|
||||
description="S4 (Simple Secure Storage Service) is Least Authority's verifiably secure off-site backup system for individuals and businesses. 100% client-side encryption and open source transparency. 250GB for $9.95/month or 5TB for $25.95/month. Servers are hosted with Amazon S3 in the US."
|
||||
website="https://leastauthority.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-least-authority-s4/288"
|
||||
github="https://github.com/LeastAuthority"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
bsd=""
|
||||
windows="https://nextcloud.com/install/#install-clients"
|
||||
mac="https://nextcloud.com/install/#install-clients"
|
||||
linux="https://nextcloud.com/install/#install-clients"
|
||||
freebsd="https://www.freshports.org/www/nextcloud/"
|
||||
openbsd="http://openports.se/www/nextcloud"
|
||||
netbsd="http://pkgsrc.se/www/php-nextcloud"
|
||||
ios="https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8"
|
||||
fdroid="https://f-droid.org/packages/com.nextcloud.client/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.nextcloud.client"
|
||||
%}
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
include cardv2.html
|
||||
title="Njalla - Domain Registration"
|
||||
image="/assets/img/provider/Njalla.png"
|
||||
description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
|
||||
description="Njalla is a privacy-aware domain registration service based in Nevis that only needs your email or XMPP address in order to register a domain name for you. It is created by people from The Pirate Bay and IPredator VPN. Accepted payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal."
|
||||
website="https://njal.la/"
|
||||
tor="http://njalladnspotetti.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-njalla/339"
|
||||
@ -18,8 +18,12 @@
|
||||
website="https://github.com/jedisct1/dnscrypt-proxy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
|
||||
github="https://github.com/jedisct1/dnscrypt-proxy/"
|
||||
windows="https://github.com/jedisct1/dnscrypt-proxy/releases"
|
||||
linux=""
|
||||
mac=""
|
||||
mac="https://github.com/jedisct1/dnscrypt-proxy/releases"
|
||||
freebsd="https://www.freshports.org/dns/dnscrypt-proxy2/"
|
||||
openbsd="http://openports.se/net/dnscrypt-proxy"
|
||||
netbsd="http://pkgsrc.se/net/dnscrypt-proxy2"
|
||||
android=""
|
||||
ios=""
|
||||
%}
|
||||
@ -94,16 +98,16 @@
|
||||
</td>
|
||||
<td>
|
||||
<span class="no-text-wrap">
|
||||
<span class="flag-icon flag-icon-ch"></span>
|
||||
Switzerland,
|
||||
</span>
|
||||
<span class="no-text-wrap">
|
||||
<span class="flag-icon flag-icon-jp"></span>
|
||||
Japan,
|
||||
<span class="flag-icon flag-icon-fi"></span>
|
||||
Finland,
|
||||
</span>
|
||||
<span class="no-text-wrap">
|
||||
<span class="flag-icon flag-icon-de"></span>
|
||||
Germany
|
||||
Germany,
|
||||
</span>
|
||||
<span class="no-text-wrap">
|
||||
<span class="flag-icon flag-icon-jp"></span>
|
||||
Japan
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
@ -130,7 +134,7 @@
|
||||
</span>
|
||||
<span class="no-text-wrap">
|
||||
malicious domains
|
||||
<span class="badge badge-warning" data-toggle="tooltip" data-original-title="And some wildcard, IDN, and non-ASCII domains."><a href="https://github.com/ookangzheng/blahdns#default-blocked-wildcard-domain"><i class="fas fa-exclamation-triangle"></i></a></span>
|
||||
<span class="badge badge-warning" data-toggle="tooltip" data-original-title="And some wildcard and IDN domains."><a href="https://github.com/ookangzheng/blahdns#default-blocked-wildcard-domain"><i class="fas fa-exclamation-triangle"></i></a></span>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
@ -146,7 +150,7 @@
|
||||
<a href="https://www.datacenterlight.ch/">Data Center Light</a>,
|
||||
</span>
|
||||
<span class="no-text-wrap">
|
||||
<a href="https://www.hetzner.com/">Hetzner Online GmbH</a>,
|
||||
<a href="https://www.hetzner.com/">Hetzner Online GmbH</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
@ -339,7 +343,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<td>No</td>
|
||||
<td>DoT</td>
|
||||
<td>DoH, DoT</td>
|
||||
<td>Yes</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
@ -394,7 +398,7 @@
|
||||
|
||||
<tr>
|
||||
<td data-value="Quad9">
|
||||
<a href="https://quad9.net/">Quad9</a> <span class="badge badge-warning" data-toggle="tooltip" title="Founders include the Global Cyber Alliance, comprised of the City of London Police and Manhattan District Attorney's Office"><i class="fas fa-exclamation-triangle"></i></span>
|
||||
<a href="https://quad9.net/">Quad9</a> <span class="badge badge-warning" data-toggle="tooltip" title="Founders include the Global Cyber Alliance, composed of the City of London Police and Manhattan District Attorney's Office"><i class="fas fa-exclamation-triangle"></i></span>
|
||||
</td>
|
||||
<td>Anycast (based in
|
||||
<span class="no-text-wrap">
|
||||
@ -454,7 +458,44 @@
|
||||
<td>?</td>
|
||||
<td>
|
||||
<span class="no-text-wrap">
|
||||
<a href="https://www.digitalocean.com/">DigitalOcean, Inc.</a>,
|
||||
<a href="https://www.digitalocean.com/">DigitalOcean, Inc.</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td data-value="Snopyta">
|
||||
<a href="https://snopyta.org/service/dns/index.html">Snopyta</a>
|
||||
</td>
|
||||
<td>
|
||||
<span class="no-text-wrap">
|
||||
<span class="flag-icon flag-icon-fi"></span>
|
||||
Finland
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://snopyta.org/privacy_policy/" href="https://snopyta.org/privacy_policy/">
|
||||
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a data-toggle="tooltip" data-placement="bottom" data-original-title='Part of LibreHosters, "a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platforms."' href="https://libreho.st/">
|
||||
Informal collective
|
||||
</a>
|
||||
</td>
|
||||
<td>No</td>
|
||||
<td>DoH, DoT</td>
|
||||
<td>Yes</td>
|
||||
<td>Yes</td>
|
||||
<td>
|
||||
<span class="no-text-wrap">
|
||||
No
|
||||
</span>
|
||||
</td>
|
||||
<td>?</td>
|
||||
<td>
|
||||
<span class="no-text-wrap">
|
||||
<a href="https://www.hetzner.com/">Hetzner Online GmbH</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
@ -529,7 +570,7 @@
|
||||
<li>QNAME Minimization - Run <code>dig +short txt qnamemintest.internet.nl</code> from the command-line (taken from <a href="https://nlnetlabs.nl/downloads/presentations/unbound_qnamemin_oarc24.pdf">this NLnet Labs presentation</a>). If you are on Windows 10, run <code>Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl</code> from the PowerShell. You should see this display: <code>"HOORAY - QNAME minimisation is enabled on your resolver :)!"</code></li>
|
||||
</ul>
|
||||
|
||||
<h3>Worth Mentioning and Additional Information</h3>
|
||||
<h3 id="clients">Worth Mentioning and Additional Information</h3>
|
||||
|
||||
<ul>
|
||||
<li><strong>Encrypted DNS clients for desktop:</strong>
|
||||
|
@ -4,25 +4,26 @@
|
||||
title="Bitmessage"
|
||||
image="/assets/img/tools/Bitmessage.png"
|
||||
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."
|
||||
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."
|
||||
website="https://bitmessage.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bitmessage/661"
|
||||
github="https://github.com/Bitmessage/PyBitmessage"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
windows="https://github.com/Bitmessage/PyBitmessage/releases"
|
||||
mac="https://github.com/Bitmessage/PyBitmessage/releases"
|
||||
linux="https://repology.org/project/pybitmessage/versions"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="RetroShare"
|
||||
image="/assets/img/tools/RetroShare.png"
|
||||
description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely Open-Source and free. There are no costs, no ads and no Terms of Service."
|
||||
description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely open-source and free. There are no costs, no ads, and no Terms of Service."
|
||||
website="https://retroshare.cc/"
|
||||
forum="https://forum.privacytools.io/t/discussion-retroshare/662"
|
||||
github="https://github.com/RetroShare/RetroShare"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
windows="https://retroshare.cc/downloads.html#windows"
|
||||
mac="https://retroshare.cc/downloads.html#mac"
|
||||
linux="https://retroshare.cc/downloads.html#gnulinux"
|
||||
freebsd="https://retroshare.cc/downloads.html#freebsd"
|
||||
%}
|
||||
|
||||
|
||||
|
@ -7,10 +7,12 @@ description="Thunderbird is a free, open source, cross-platform email, newsgroup
|
||||
website="https://www.thunderbird.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-thunderbird/659"
|
||||
source="https://hg.mozilla.org/comm-central/"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
bsd=""
|
||||
windows="https://www.thunderbird.net/en-US/"
|
||||
mac="https://www.thunderbird.net/en-US/"
|
||||
linux="https://www.thunderbird.net/en-US/"
|
||||
freebsd="https://www.freshports.org/mail/thunderbird/"
|
||||
openbsd="http://openports.se/mail/mozilla-thunderbird"
|
||||
netbsd="http://pkgsrc.se/mail/thunderbird"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -20,10 +22,12 @@ description="Claws Mail is a free and open source, GTK-based email and news clie
|
||||
website="https://www.claws-mail.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-claws-mail/660"
|
||||
git="https://git.claws-mail.org/"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
bsd=""
|
||||
windows="https://www.claws-mail.org/win32/"
|
||||
mac="https://www.claws-mail.org/faq/index.php/Installation_and_Configuration#What_do_I_need_to_compile_Claws_Mail.3F"
|
||||
linux="https://www.claws-mail.org/downloads.php?section=downloads"
|
||||
freebsd="https://www.freshports.org/mail/claws-mail/"
|
||||
openbsd="http://openports.se/mail/claws-mail"
|
||||
netbsd="http://pkgsrc.se/mail/claws-mail"
|
||||
%}
|
||||
|
||||
|
||||
|
@ -255,7 +255,7 @@
|
||||
<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>
|
||||
<a href="https://mailinabox.email/"><img src="/assets/img/provider/Mail-in-a-Box.png" width="200" height="70" class="img-fluid float-left" alt="Mail-in-a-Box" style="margin-right:10px;"></a>
|
||||
<a href="https://mailinabox.email/"><img src="/assets/img/provider/Mail-in-a-Box.png" width="200" height="70" class="img-fluid float-left mr-3" alt="Mail-in-a-Box"></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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<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>
|
||||
<strong>If you are currently not using encryption software for your hard disk, emails, or file archives, you should pick one here.</strong>
|
||||
</div>
|
||||
|
||||
{%
|
||||
@ -21,32 +21,39 @@
|
||||
include cardv2.html
|
||||
title="GNU Privacy Guard - Email Encryption"
|
||||
image="/assets/img/tools/GnuPG.png"
|
||||
description="<strong>GnuPG</strong> is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government."
|
||||
description="<strong>GnuPG</strong> is a GPL-licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government."
|
||||
website="https://gnupg.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-gnupg-file-encryption/1533"
|
||||
git="https://gnupg.org/download/git.html"
|
||||
windows="https://gnupg.org/download/index.html"
|
||||
linux="https://gnupg.org/download/index.html"
|
||||
mac="https://gnupg.org/download/index.html"
|
||||
android="https://gnupg.org/download/index.html"
|
||||
git="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git"
|
||||
windows="https://gpg4win.org/download.html"
|
||||
linux="https://gnupg.org/download/index.html#binary"
|
||||
freebsd="https://www.freshports.org/security/gnupg/"
|
||||
openbsd="http://openports.se/security/gnupg"
|
||||
netbsd="http://pkgsrc.se/security/gnupg"
|
||||
mac="https://gpgtools.org/"
|
||||
fdroid="https://f-droid.org/app/org.sufficientlysecure.keychain"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="PeaZip - File Archive Encryption"
|
||||
image="/assets/img/tools/PeaZip.png"
|
||||
description="<strong>PeaZip</strong> 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 180+ archive formats."
|
||||
description="<strong>PeaZip</strong> 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 also supports 180+ archive formats."
|
||||
website="http://www.peazip.org"
|
||||
forum="https://forum.privacytools.io/t/discussion-peazip-file-encryption/1534"
|
||||
source="https://sourceforge.net/projects/peazip/files/"
|
||||
windows="https://www.peazip.org/"
|
||||
linux="https://www.peazip.org/"
|
||||
source="https://osdn.net/projects/peazip"
|
||||
windows="https://www.peazip.org/peazip-64bit.html"
|
||||
linux="https://www.peazip.org/peazip-linux.html"
|
||||
freebsd="https://www.freshports.org/archivers/peazip/"
|
||||
openbsd="https://www.peazip.org/peazip-bsd.html"
|
||||
netbsd="https://www.peazip.org/peazip-bsd.html"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.</li>
|
||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open-source software: No backdoors, no registration.</li>
|
||||
<li><a href="https://diskcryptor.net/">DiskCryptor</a> - A full disk and partition encryption system for Windows including the ability to encrypt the partition and disk on which the OS is installed.</li>
|
||||
<li><a href="https://gitlab.com/cryptsetup/cryptsetup/">Linux Unified Key Setup (LUKS)</a> - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.</li>
|
||||
<li><a href="https://hat.sh/">Hat.sh</a> - A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.</a></li>
|
||||
|
@ -4,11 +4,11 @@
|
||||
title="Firefox Send"
|
||||
image="/assets/img/tools/Firefox-Send.png"
|
||||
website="https://send.firefox.com/"
|
||||
description="Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether to add an optional password for an extra layer of security."
|
||||
description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether to add an optional password for an extra layer of security."
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox-send/755"
|
||||
github="https://github.com/mozilla/send"
|
||||
web=""
|
||||
android=""
|
||||
web="https://send.firefox.com/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -16,28 +16,34 @@ title="OnionShare"
|
||||
image="/assets/img/tools/OnionShare.png"
|
||||
website="https://onionshare.org/"
|
||||
tor="http://elx57ue5uyfplgva.onion/"
|
||||
description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files."
|
||||
description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL for you to share so that the recipients can access and download the files."
|
||||
forum="https://forum.privacytools.io/t/discussion-onionshare/754"
|
||||
github="https://github.com/micahflee/onionshare"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
windows="https://onionshare.org/#downloads"
|
||||
mac="https://onionshare.org/#downloads"
|
||||
linux="https://onionshare.org/#downloads"
|
||||
freebsd="https://www.freshports.org/www/onionshare/"
|
||||
openbsd="http://openports.se/net/onionshare"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Magic Wormhole"
|
||||
image="/assets/img/tools/Magic-Wormhole.png"
|
||||
website="https://github.com/warner/magic-wormhole"
|
||||
description="Get things from one computer to another, safely. This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another."
|
||||
website="https://magic-wormhole.readthedocs.io"
|
||||
description="Magic Wormhole is a package that provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. Their motto: \"Get things from one computer to another, safely.\""
|
||||
forum="https://forum.privacytools.io/t/discussion-magic-wormhole/756"
|
||||
github="https://github.com/warner/magic-wormhole"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
windows="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
mac="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
linux="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
freebsd="https://www.freshports.org/net/py-magic-wormhole/"
|
||||
openbsd="https://pypi.org/project/magic-wormhole/"
|
||||
netbsd="https://pypi.org/project/magic-wormhole/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/schollz/croc">croc</a> - Easily and securely send things from one computer to another.</li>
|
||||
<li><a href="https://freedombox.org/">FreedomBox</a> - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.</li>
|
||||
</ul>
|
||||
|
@ -1,24 +1,36 @@
|
||||
<h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> Secure File Sync Software</h1>
|
||||
<h1 id="sync" class="anchor">
|
||||
<a href="#sync">
|
||||
<i class="fas fa-link anchor-icon"></i>
|
||||
</a>
|
||||
File Sync
|
||||
</h1>
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="SparkleShare"
|
||||
image="/assets/img/tools/SparkleShare.png"
|
||||
url="https://sparkleshare.org/"
|
||||
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 cardv2.html
|
||||
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."
|
||||
%}
|
||||
description="<strong>Syncthing</strong> 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."
|
||||
website="https://syncthing.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-syncthing/1627/2"
|
||||
github="https://github.com/syncthing?type=source"
|
||||
windows="https://github.com/syncthing/syncthing-gtk/releases/latest"
|
||||
linux="https://github.com/syncthing/syncthing-gtk/releases/latest"
|
||||
mac="https://github.com/syncthing/syncthing-macos/releases/latest"
|
||||
fdroid="https://f-droid.org/packages/com.github.catfriend1.syncthingandroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid"
|
||||
%}
|
||||
|
||||
</div>
|
||||
{%
|
||||
include cardv2.html
|
||||
title="SparkleShare"
|
||||
image="/assets/img/tools/SparkleShare.png"
|
||||
description="<strong>SparkleShare</strong> 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."
|
||||
website="https://sparkleshare.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-sparkleshare/1626"
|
||||
github="https://github.com/hbons/SparkleShare"
|
||||
linux="https://www.sparkleshare.org/"
|
||||
mac="https://github.com/hbons/SparkleShare/releases/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<h1 id="ukusa" class="anchor"><a href="#ukusa"><i class="fas fa-link anchor-icon"></i></a> Global Mass Surveillance - The Fourteen Eyes</h1>
|
||||
|
||||
<img src="/assets/img/layout/UKUSA.png" width="260" height="115" class="img-fluid float-right" alt="UKUSA Agreement" style="margin-left:10px;">
|
||||
<img src="/assets/img/layout/UKUSA.png" width="260" height="115" class="img-fluid float-right ml-2" alt="UKUSA Agreement">
|
||||
|
||||
<p>The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the <a href="https://www.giswatch.org/en/communications-surveillance/unmasking-five-eyes-global-surveillance-practices">Five Eyes</a>, focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to <a href="https://www.pbs.org/newshour/world/an-exclusive-club-the-five-countries-that-dont-spy-on-each-other">not spy on each other</a> as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other's citizens and <a href="https://www.theguardian.com/uk/2013/jun/21/gchq-cables-secret-world-communications-nsa">share intelligence</a> to <a href="https://www.theguardian.com/politics/2013/jun/10/nsa-offers-intelligence-british-counterparts-blunkett">avoid breaking domestic laws</a> that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes), however Five Eyes and third-party countries can and do spy on each other.</p>
|
||||
<p>The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the <a href="https://www.giswatch.org/en/communications-surveillance/unmasking-five-eyes-global-surveillance-practices">Five Eyes</a>, focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to <a href="https://www.pbs.org/newshour/world/an-exclusive-club-the-five-countries-that-dont-spy-on-each-other">not spy on each other</a> as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other's citizens and <a href="https://www.theguardian.com/uk/2013/jun/21/gchq-cables-secret-world-communications-nsa">share intelligence</a> to <a href="https://www.theguardian.com/politics/2013/jun/10/nsa-offers-intelligence-british-counterparts-blunkett">avoid breaking domestic laws</a> that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes); however, Five Eyes and third-party countries can and do spy on each other.</p>
|
||||
|
||||
<div class="row mb-3">
|
||||
{% include panel.html color="danger"
|
||||
|
@ -1,3 +1,7 @@
|
||||
<div class="alert alert-success" role="alert">
|
||||
<strong>New!</strong> Contributions to privacytools.io via <a href="https://opencollective.com/privacytoolsio" class="alert-link">OpenCollective</a> are now tax deductible! <a href="https://blog.privacytools.io/privacytools-io-joins-the-open-collective-foundation" class="alert-link">Learn more...</a>
|
||||
</div>
|
||||
|
||||
<div class="jumbotron p-5">
|
||||
<h1 class="display-4"><a href="https://www.privacytools.io/" title="privacytools.io"><img src="/assets/img/layout/logo.png" width="600" height="88" class="img-fluid" alt="privacytools.io"></a></h1>
|
||||
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% include cardv2.html
|
||||
title="Data Center: Bahnhof"
|
||||
image="/assets/img/provider/bahnhof.png"
|
||||
description="Bahnhof is one of Sweden’s largest network operators, founded in 1994. They specialize in innovative data center construction: Extreme security coupled with low cost green energy has made us world famous."
|
||||
description="Bahnhof is one of Sweden’s largest network operators, founded in 1994. They specialize in innovative data center construction: Extreme security coupled with low-cost green energy has made them world famous."
|
||||
website="https://www.bahnhof.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
|
||||
%}
|
||||
@ -11,7 +11,7 @@ forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
|
||||
{% include cardv2.html
|
||||
title="VPS & Domain: Njalla"
|
||||
image="/assets/img/provider/Njalla.png"
|
||||
description="Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service and VPS provider."
|
||||
description="Njalla is a privacy-aware domain registration service and VPS provider based in Nevis (with VPS data centers in Sweden). It is created by people from The Pirate Bay and IPredator VPN. Accepted payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal."
|
||||
website="https://njal.la/"
|
||||
tor="http://njalladnspotetti.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-njalla/339"
|
||||
@ -26,7 +26,7 @@ forum="https://forum.privacytools.io/t/discussion-datacell-is/342"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="VPS & Hosting: Orange Website"
|
||||
title="VPS, Hosting, & Domain: Orange Website"
|
||||
image="/assets/img/provider/orange_hosting.png"
|
||||
description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech."
|
||||
website="https://www.orangewebsite.com/"
|
||||
|
@ -14,25 +14,30 @@ labels="success:VoIP"
|
||||
website="https://signal.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-signal/664"
|
||||
github="https://github.com/signalapp"
|
||||
android=""
|
||||
ios=""
|
||||
windows="https://signal.org/download/"
|
||||
mac="https://signal.org/download/"
|
||||
linux="https://signal.org/download/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms"
|
||||
android="https://signal.org/android/apk/#apk-danger"
|
||||
ios="https://apps.apple.com/us/app/signal-private-messenger/id874139669"
|
||||
%}
|
||||
|
||||
|
||||
{% include cardv2.html
|
||||
title="Wire"
|
||||
image="/assets/img/tools/wire.png"
|
||||
description="A free software End-to-End Encrypted chatting application that supports instant messaging, voice, and video calls. Full source code is available."
|
||||
description="Wire is a free and end-to-end encrypted chatting application that supports instant messaging, voice, and video calls. Full source code is available."
|
||||
labels="warning:<a href=//www.vice.com/en_us/article/gvzw5x/secure-messaging-app-wire-stores-everyone-youve-ever-contacted-in-plain-text>Warning</a>:Wire stores some plaintext metadata about its users on their servers. This data includes profile names, profile pictures, usernames, and users' lists of connections and conversations.|success:VoIP"
|
||||
website="https://wire.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-wire/750"
|
||||
github="https://github.com/wireapp/"
|
||||
android=""
|
||||
ios=""
|
||||
mac=""
|
||||
windows=""
|
||||
linux=""
|
||||
web=""
|
||||
windows="https://wire.com/en/download"
|
||||
mac="https://wire.com/en/download"
|
||||
linux="https://wire.com/en/download"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.wire"
|
||||
android="https://wire.com/en/download"
|
||||
ios="https://itunes.apple.com/app/wire/id930944768?mt=8"
|
||||
web="https://app.wire.com"
|
||||
%}
|
||||
|
||||
<h3>Complete Comparison</h3>
|
||||
@ -46,20 +51,21 @@ web=""
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://briarproject.org/">Briar</a> - An ultra-secure peer-to-peer instant messenger that connects to contacts via Direct Wi-Fi, Bluetooth, or Tor over the internet, keeping its users protected from surveillance and censorship.
|
||||
<li><a href="https://retroshare.cc/">RetroShare</a> - An E2E encrypted instant messaging and voice/video call client. RetroShare supports both TOR and I2P. </li>
|
||||
<li><a href="https://briarproject.org/">Briar</a> - An ultra-secure peer-to-peer instant messenger that connects to contacts via Direct Wi-Fi, Bluetooth, or Tor over the internet, keeping its users protected from surveillance and censorship.</li>
|
||||
<li><a href="https://about.riot.im/">Riot</a> - An open-source, federated messenger that utilizes the Matrix protocol. This application is primarily recommended as a large group/team chat solution. While Riot has the ability to perform 1-on-1 communications we believe there are better solutions for direct communications.</li>
|
||||
<li><a href="https://retroshare.cc/">RetroShare</a> - An end-to-end encrypted instant messaging and voice/video call client. RetroShare supports both TOR and I2P. </li>
|
||||
<li><a href="https://xmpp.org/">XMPP</a> - Federated instant messaging protocol with <a href="https://conversations.im/omemo/">OMEMO</a>, OTR, or OpenPGP end-to-end encryption:</li>
|
||||
<ul>
|
||||
<li><a href="https://conversations.im/">Conversations</a> (Android) - An open source Jabber/XMPP client for Android 4.4+ smartphones. <span class="badge badge-success">OMEMO</span></li>
|
||||
<li><a href="https://gajim.org/">Gajim</a> (FreeBSD, Linux, Windows) - An open source fully featured XMPP client. <span class="badge badge-success">OMEMO</span></li>
|
||||
<li><a href="https://conversations.im/">Conversations</a> (Android) - An open-source Jabber/XMPP client for Android 4.4+ smartphones. <span class="badge badge-success">OMEMO</span></li>
|
||||
<li><a href="https://gajim.org/">Gajim</a> (FreeBSD, Linux, Windows) - An open-source fully featured XMPP client. <span class="badge badge-success">OMEMO</span></li>
|
||||
<li><a href="https://monal.im/">Monal</a> (iOS, MacOS) - An XMPP client in active development. <span class="badge badge-success">OMEMO</span> <span class="badge badge-success">VoIP</span></li>
|
||||
<li><a href="https://omemo.top/">Other OMEMO ready clients</a>.</li>
|
||||
<li><a href="https://omemo.top/">Other OMEMO-ready clients</a>.</li>
|
||||
</ul>
|
||||
<li><a href="https://www.kontalk.org/">Kontalk</a> - A community-driven instant messaging network. Supports end-to-end encryption. Both client-to-server and server-to-server channels are fully encrypted.</li>
|
||||
<li><a href="https://keybase.io/">Keybase</a> - <span class="badge badge-warning" data-toggle="tooltip" title="This software relies on a closed-source central server.">Warning</span> End-to-end encrypted messaging with social verification.</li>
|
||||
<li><a href="https://status.im/">Status</a> - <span class="badge badge-warning">Experimental</span> A free and open-source, peer-to-peer, encrypted instant messanger with support for DAPPs.</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. <span class="badge badge-success">VoIP</span></li>
|
||||
<li><a href="https://jami.net/">Jami (formerly Ring/SFLphone)</a> - Gives you full control over your communications and an unmatched level of privacy. Jami has <em>text messaging, video and audio calls, file transfer, video conferencing</em>. <span class="badge badge-success">VoIP</span></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. <span class="badge badge-success">VoIP</span></li>
|
||||
<li><a href="https://jami.net/">Jami (formerly Ring/SFLphone)</a> - Gives you full control over your communications and an unmatched level of privacy. Jami has text messaging, video and audio calls, file transfer, and video conferencing. <span class="badge badge-success">VoIP</span></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -75,4 +81,3 @@ web=""
|
||||
<li><a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">Keybase's Protocol Security Review (2019)</a> by <a href="https://www.nccgroup.trust/">NCC Group</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
@ -67,9 +67,9 @@
|
||||
|
||||
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
|
||||
|
||||
<img src="/assets/img/layout/USA.png" width="200" height="200" class="img-fluid float-right" alt="USA" style="margin-left:10px;">
|
||||
<img src="/assets/img/layout/USA.png" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
|
||||
|
||||
<p>Services based in the United States are not recommended because of the country's surveillance programs, use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) and accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p>
|
||||
<p>Services based in the United States are not recommended because of the country's surveillance programs and use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) with accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p>
|
||||
|
||||
<p>An example of this is <a href="https://en.wikipedia.org/wiki/Lavabit#Suspension_and_gag_order">Lavabit</a> – a secure email service created by Ladar Levison. The FBI <a href="https://www.vice.com/en_us/article/nzz888/lavabit-founder-ladar-levison-discusses-his-federal-battle-for-privacy">requested</a> Snowden's records after finding out that he used the service. Since Lavabit did not keep logs and email content was stored encrypted, the FBI served a subpoena (with a gag order) for the service's SSL keys. Having the SSL keys would allow them to access
|
||||
communications (both metadata and unencrypted content) in real time for all of Lavabit's customers, not just Snowden's.</p>
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% include cardv2.html
|
||||
title="Tails"
|
||||
image="/assets/img/tools/Tails.png"
|
||||
description='Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging.'
|
||||
description='Tails is a live operating system that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and circumventing censorship by forcing Internet connections through the Tor network; leaving no trace on the computer; and using state-of-the-art cryptographic tools to encrypt files, emails, and instant messages.'
|
||||
badges="info:GNU/Linux"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
website="https://tails.boum.org/"
|
||||
@ -17,7 +17,7 @@ description='Knoppix is an operating system based on Debian designed to be run d
|
||||
badges="info:GNU/Linux"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
website="https://www.knopper.net/knoppix/index-en.html"
|
||||
source="https://www.knopper.net/knoppix-info/index-en.html"
|
||||
source="https://www.knopper.net/knoppix-info/index-en.html#license"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
|
@ -7,7 +7,8 @@
|
||||
{% include cardv2.html
|
||||
title="GrapheneOS"
|
||||
image="/assets/img/tools/GrapheneOS.png"
|
||||
description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security and privacy focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.'
|
||||
image-dark="/assets/img/tools/GrapheneOS-dark.png"
|
||||
description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security- and privacy-focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.'
|
||||
badges="info:AOSP"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
website="https://grapheneos.org/"
|
||||
@ -38,6 +39,6 @@ github="https://github.com/ubports"
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.replicant.us/">Replicant</a> <span class="badge badge-info">AOSP</span> - An open-source operating system based on Android, aiming to replace all proprietary components with free software.</li>
|
||||
<li><a href="https://www.omnirom.org/">OmniROM</a> <span class="badge badge-info">AOSP</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A free software operating system for smartphones and tablet computers, based on the Android mobile platform.</li>
|
||||
<li><a href="https://www.omnirom.org/">OmniROM</a> <span class="badge badge-info">AOSP</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A free-software operating system for smartphones and tablet computers, based on the Android mobile platform.</li>
|
||||
<li><a href="https://microg.org/">MicroG</a> <span class="badge badge-info">Add-on Package</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement. The microG project also maintains a fork of LineageOS with microG and F-Droid preinstalled at <a href="https://lineage.microg.org/">Lineage for microG</a>.</li>
|
||||
</ul>
|
||||
|
@ -1,22 +1,24 @@
|
||||
<h1 id="notebook" class="anchor"><a href="#notebook"><i class="fas fa-link anchor-icon"></i></a> Digital Notebook</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>If you are currently using an application like Evernote, Google Keep or Microsoft OneNote you should pick an alternative here.</strong>
|
||||
<strong>If you are currently using an application like Evernote, Google Keep, or Microsoft OneNote, you should pick an alternative here.</strong>
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Joplin"
|
||||
image="/assets/img/tools/Joplin.png"
|
||||
description="Joplin is a free, open source, fully featured note taking and to-do application, which can handle a large number of markdown notes organized 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."
|
||||
description="Joplin is a free, open-source, and fully-featured note-taking and to-do application which can handle a large number of markdown notes organized into notebooks and tags. It offers end-to-end encryption and can sync through Nextcloud, Dropbox, and more. It also offers easy import from Evernote and plain-text notes."
|
||||
website="https://joplinapp.org/"
|
||||
github="https://github.com/laurent22/joplin"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
ios=""
|
||||
android=""
|
||||
firefox=""
|
||||
chrome=""
|
||||
windows="https://joplinapp.org/#desktop-applications"
|
||||
mac="https://joplinapp.org/#desktop-applications"
|
||||
linux="https://joplinapp.org/#desktop-applications"
|
||||
freebsd="https://www.npmjs.com/package/joplin"
|
||||
googleplay="https://joplinapp.org/images/BadgeAndroid.png"
|
||||
android="https://joplinapp.org/#mobile-applications"
|
||||
ios="https://itunes.apple.com/us/app/joplin/id1315599797"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/"
|
||||
chrome="https://chrome.google.com/webstore/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfek"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -25,12 +27,13 @@ image="/assets/img/tools/StandardNotes.png"
|
||||
description="Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. Features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors."
|
||||
website="https://standardnotes.org/"
|
||||
github="https://github.com/standardnotes"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
ios=""
|
||||
android=""
|
||||
web=""
|
||||
windows="https://standardnotes.org/#get-started"
|
||||
mac="https://standardnotes.org/#get-started"
|
||||
linux="https://standardnotes.org/#get-started"
|
||||
ios="https://itunes.apple.com/us/app/standard-notes/id1285392450"
|
||||
fdroid="https://f-droid.org/packages/com.standardnotes/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.standardnotes"
|
||||
web="https://app.standardnotes.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -39,10 +42,13 @@ image="/assets/img/tools/Turtl.png"
|
||||
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."
|
||||
website="https://turtlapp.com/"
|
||||
github="https://github.com/turtl"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
android=""
|
||||
windows="https://turtlapp.com/download/"
|
||||
mac="https://turtlapp.com/download/"
|
||||
linux="https://turtlapp.com/download/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.lyonbros.turtl"
|
||||
android="https://turtlapp.com/download/"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/turtl-bookmarking/"
|
||||
chrome="https://chrome.google.com/webstore/detail/turtl/dgcojenhfdjhieoglmiaheihjadlpcml"
|
||||
%}
|
||||
|
||||
<h3>Warning</h3>
|
||||
@ -55,6 +61,6 @@ android=""
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/notable/notable">Notable</a> - The markdown-based note-taking app that doesn't suck.</li>
|
||||
<li><a href="https://paperwork.cloud/">Paperwork</a> - Open source and self-hosted solution. For PHP / MySQL servers.</li>
|
||||
<li><a href="https://paperwork.cloud/">Paperwork</a> - An open-source and self-hosted solution. For PHP / MySQL servers.</li>
|
||||
<li><a href="https://orgmode.org">Org-mode</a> - A major mode for GNU Emacs. Org-mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. </li>
|
||||
</ul>
|
||||
|
@ -31,43 +31,10 @@ image="/assets/img/tools/Debian.png"
|
||||
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
|
||||
badges="info:GNU/Linux"
|
||||
website="https://www.debian.org/"
|
||||
git="https://salsa.debian.org/qa/debsources"
|
||||
tor="http://sejnfjrq6szgca7v.onion"
|
||||
gitlab="https://salsa.debian.org/qa/debsources"
|
||||
%}
|
||||
|
||||
<h3>Warning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="#win10"><i class="fas fa-link"></i> Don't use Windows 10 - It's a privacy nightmare</a></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="cpuvulns">Remember to check CPU vulnerability mitigations</h4>
|
||||
|
||||
<p><em><a href="https://support.microsoft.com/en-us/help/4073757/protect-windows-devices-from-speculative-execution-side-channel-attack">This also affects Windows 10</a>, but it doesn't expose this information or mitigation instructions as easily. MacOS users check <a href="https://support.apple.com/en-us/HT210108">How to enable full mitigation for Microarchitectural Data Sampling (MDS) vulnerabilities on Apple Support</a>.</em></p>
|
||||
|
||||
<p>When running a enough recent kernel, you can check the CPU vulnerabilities it detects by <code>tail -n +1 /sys/devices/system/cpu/vulnerabilities/*</code>. By using <code>tail -n +1</code> instead of <code>cat</code>, the file names are also visible.</p>
|
||||
|
||||
<p>
|
||||
In case you have an Intel CPU, you may notice "SMT vulnerable" display after running the <code>tail</code> command. To mitigate this, disable <a href="https://en.wikipedia.org/wiki/Hyper-threading">hyper-threading</a> from the UEFI/BIOS. You can also take the following mitigation steps below if your system/distribution uses GRUB and supports <code>/etc/default/grub.d/</code>:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li><code>sudo mkdir /etc/default/grub.d/</code> to create a directory for additional grub configuration</li>
|
||||
<li><code>echo GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mds=full,nosmt" | sudo tee /etc/default/grub.d/mds.conf</code> to create a new grub config file source with the echoed content</li>
|
||||
<li><code>sudo grub-mkconfig -o /boot/grub/grub.cfg</code> to generate a new grub config file including this new kernel boot flag</li>
|
||||
<li><code>sudo reboot</code> to reboot</li>
|
||||
<li>after the reboot, check <code>tail -n +1 /sys/devices/system/cpu/vulnerabilities/*</code> again to see that MDS now says "SMT disabled."</li>
|
||||
</ol>
|
||||
|
||||
<h5>Further reading</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://cpu.fail/">CPU.fail</a></li>
|
||||
<li><a href="https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html">MDS - Microarchitectural Data Sampling on The Linux kernel user's and administrator's guide</a></li>
|
||||
<li><a href="https://mdsattacks.com/">RIDL and Fallout: MDS attacks on mdsattacks.com</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Simultaneous_multithreading">Simultaneous multithreading on Wikipedia</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
@ -78,3 +45,38 @@ tor="http://sejnfjrq6szgca7v.onion"
|
||||
<li><a href="https://www.whonix.org/">Whonix</a> <span class="badge badge-info">GNU/Linux</span> - A Debian-based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation"
|
||||
and a Tor "Gateway". All communication are forced through the Tor network to accomplish this.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Warning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="#win10"><i class="fas fa-link"></i> Don't use Windows 10 - It's a privacy nightmare</a></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="cpuvulns">Remember to check CPU vulnerability mitigations</h4>
|
||||
|
||||
<p><em><a href="https://support.microsoft.com/en-us/help/4073757/protect-windows-devices-from-speculative-execution-side-channel-attack">This also affects Windows 10</a>, but it doesn't expose this information or mitigation instructions as easily. MacOS users check <a href="https://support.apple.com/en-us/HT210108">How to enable full mitigation for Microarchitectural Data Sampling (MDS) vulnerabilities on Apple Support</a>.</em></p>
|
||||
|
||||
<p>When running a enough recent Linux kernel, you can check the CPU vulnerabilities it detects by <code>tail -n +1 /sys/devices/system/cpu/vulnerabilities/*</code>. By using <code>tail -n +1</code> instead of <code>cat</code>, the file names are also visible.</p>
|
||||
|
||||
<p>
|
||||
In case you have an Intel CPU, you may notice "SMT vulnerable" display after running the <code>tail</code> command. To mitigate this, disable <a href="https://en.wikipedia.org/wiki/Hyper-threading">hyper-threading</a> from the UEFI/BIOS. You can also take the following mitigation steps below if your system/distribution uses GRUB and supports <code>/etc/default/grub.d/</code>:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li><code>sudo mkdir /etc/default/grub.d/</code> to create a directory for additional grub configuration</li>
|
||||
<li><code>echo GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT l1tf=full,force mds=full,nosmt mitigations=auto,nosmt nosmt=force" | sudo tee /etc/default/grub.d/mitigations.cfg</code> to create a new grub config file source with the echoed content</li>
|
||||
<li><code>sudo grub-mkconfig -o /boot/grub/grub.cfg</code> to generate a new grub config file including these new kernel boot flags</li>
|
||||
<li><code>sudo reboot</code> to reboot</li>
|
||||
<li>after the reboot, check <code>tail -n +1 /sys/devices/system/cpu/vulnerabilities/*</code> again to see that everything referring to SMT now says "SMT disabled."</li>
|
||||
</ol>
|
||||
|
||||
<h5>Further reading</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://cpu.fail/">CPU.fail</a></li>
|
||||
<li><a href="https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/">Hardware vulnerabilities index on The Linux kernel user's and administrator's guide</a></li>
|
||||
<li><a href="https://www.cyberciti.biz/faq/install-update-intel-microcode-firmware-linux/">How to install/update CPU microcode firmware on Linux</a> - Regardless of your CPU manufacturer, you should always install the latest microcode packages available to be protected from CPU vulnerabilities, especially if the command above reports <strong>no microcode</strong> in its output.</li>
|
||||
<li><a href="https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html">MDS - Microarchitectural Data Sampling on The Linux kernel user's and administrator's guide</a></li>
|
||||
<li><a href="https://mdsattacks.com/">RIDL and Fallout: MDS attacks on mdsattacks.com</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Simultaneous_multithreading">Simultaneous multithreading on Wikipedia</a></li>
|
||||
</ul>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Develop on GitHub"
|
||||
image="/assets/img/icons/github.png"
|
||||
font="fab fa-github"
|
||||
url="https://github.com/privacytoolsIO/privacytools.io"
|
||||
website="GitHub"
|
||||
description="The complete website source code is available on GitHub. Join our developer team!"
|
||||
|
@ -8,19 +8,24 @@
|
||||
include cardv2.html
|
||||
title="Bitwarden - Cloud/Self-host"
|
||||
image="/assets/img/tools/bitwarden.png"
|
||||
description="<strong>Bitwarden</strong> 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."
|
||||
description="<strong>Bitwarden</strong> 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."
|
||||
website="https://bitwarden.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bitwarden/1343"
|
||||
github="https://github.com/bitwarden"
|
||||
web="https://vault.bitwarden.com/#/"
|
||||
linux="https://vault.bitwarden.com/download/?app=desktop&platform=linux"
|
||||
mac="https://vault.bitwarden.com/download/?app=desktop&platform=macos"
|
||||
windows="https://bitwarden.com/#download"
|
||||
linux="https://bitwarden.com/#download"
|
||||
freebsd="https://www.npmjs.com/package/@bitwarden/cli"
|
||||
openbsd="https://www.npmjs.com/package/@bitwarden/cli"
|
||||
netbsd="https://www.npmjs.com/package/@bitwarden/cli"
|
||||
mac="https://bitwarden.com/#download"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/bitwarden-password-manager/"
|
||||
chrome="https://chrome.google.com/webstore/detail/bitwarden-free-password-m/nngceckbapebfimnlniiiahkandclblb"
|
||||
safari="https://safari-extensions.apple.com/details/?id=com.bitwarden.safari-LTZ2PFU5D6"
|
||||
opera="https://addons.opera.com/extensions/details/bitwarden-free-password-manager/"
|
||||
edge="https://www.microsoft.com/store/apps/9P6KXL0SVNNL"
|
||||
android="https://play.google.com/store/apps/details?id=com.x8bit.bitwarden"
|
||||
fdroid="https://mobileapp.bitwarden.com/fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.x8bit.bitwarden"
|
||||
ios="https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8"
|
||||
%}
|
||||
|
||||
@ -32,29 +37,41 @@
|
||||
website="https://keepassxc.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-keepassxc/1344/2"
|
||||
github="https://github.com/keepassxreboot/keepassxc"
|
||||
web="https://keepassxc.org/"
|
||||
windows="https://keepassxc.org/download/#windows"
|
||||
linux="https://keepassxc.org/download/#linux"
|
||||
mac="https://keepassxc.org/download/#mac"
|
||||
freebsd="https://www.freshports.org/security/keepassxc/"
|
||||
openbsd="http://openports.se/security/keepassxc"
|
||||
netbsd="http://pkgsrc.se/security/keepassxc"
|
||||
fdroid="https://f-droid.org/packages/com.kunzisoft.keepass.libre/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser"
|
||||
chrome="https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="LessPass - Browser"
|
||||
image="/assets/img/tools/LessPass.png"
|
||||
description="<strong>LessPass</strong> 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."
|
||||
description="<strong>LessPass</strong> 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."
|
||||
website="https://lesspass.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-keepassxc/1344/2"
|
||||
github="https://github.com/lesspass/lesspass"
|
||||
windows="https://pypi.org/project/lesspass/"
|
||||
mac="https://pypi.org/project/lesspass/"
|
||||
linux="https://pypi.org/project/lesspass/"
|
||||
freebsd="https://pypi.org/project/lesspass/"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/lesspass/"
|
||||
chrome="https://chrome.google.com/webstore/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih"
|
||||
android="https://play.google.com/store/apps/details?id=com.lesspass.android&hl=en"
|
||||
fdroid="https://f-droid.org/packages/com.lesspass.android"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.lesspass.android"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<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.
|
||||
<a href="https://masterpassword.app">Master Password</a> - A password manager 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>
|
||||
|
||||
<li>
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% include cardv2.html
|
||||
title="PrivateBin"
|
||||
image="/assets/img/tools/PrivateBin.png"
|
||||
description="PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES. It is the improved version of ZeroBin."
|
||||
description="PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES. It is the improved version of ZeroBin."
|
||||
website="https://privatebin.info/"
|
||||
forum="https://forum.privacytools.io/t/discussion-privatebin/296"
|
||||
github="https://github.com/PrivateBin/PrivateBin"
|
||||
@ -13,7 +13,7 @@ github="https://github.com/PrivateBin/PrivateBin"
|
||||
{% include cardv2.html
|
||||
title="CryptPad"
|
||||
image="/assets/img/provider/CryptPad.png"
|
||||
description="CryptPad is an open source, zero knowledge, realtime collaborative editor. Data is encrypted/decrypted in the browser using 256bit AES."
|
||||
description="CryptPad is an open-source, zero knowledge, and real-time collaborative editor. Data is encrypted/decrypted in the browser, using Salsa20 with Poly1305 to encrypt pads."
|
||||
website="https://cryptpad.fr/pad/"
|
||||
forum="https://forum.privacytools.io/t/discussion-cryptpad/1270"
|
||||
github="https://github.com/xwiki-labs/cryptpad"
|
||||
|
@ -4,7 +4,7 @@
|
||||
include cardv2.html
|
||||
title="CryptPad"
|
||||
image="/assets/img/provider/CryptPad.png"
|
||||
description="<strong>CryptPad</strong> is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor Browser."
|
||||
description="<strong>CryptPad</strong> is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open-source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor Browser."
|
||||
website="https://cryptpad.fr/"
|
||||
forum="https://forum.privacytools.io/t/discussion-cryptpad-productivity-tools/1537"
|
||||
github="https://github.com/xwiki-labs/cryptpad"
|
||||
@ -15,31 +15,51 @@
|
||||
include cardv2.html
|
||||
title="Etherpad"
|
||||
image="/assets/img/tools/Etherpad.png"
|
||||
description="<strong>Etherpad</strong> is a highly customizable open source online editor providing collaborative editing in real-time. <a href=https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad>Here are a list of sites that run Etherpad</a>."
|
||||
image-dark="/assets/img/tools/Etherpad-dark.png"
|
||||
description="<strong>Etherpad</strong> is a highly customizable open-source online editor providing collaborative editing in real time. <a href=https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad>Here are a list of sites that run Etherpad</a>."
|
||||
website="https://etherpad.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-etherpad-productivity-tools/1538"
|
||||
github="https://github.com/ether/etherpad-lite"
|
||||
windows="https://etherpad.org/#download"
|
||||
linux="https://etherpad.org/#download"
|
||||
mac="https://etherpad.org/#download"
|
||||
web="https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad"
|
||||
windows="https://github.com/ether/etherpad-lite#windows"
|
||||
linux="https://github.com/ether/etherpad-lite#installation"
|
||||
mac="https://github.com/ether/etherpad-lite#gnulinux-and-other-unix-like-systems"
|
||||
freebsd="https://github.com/ether/etherpad-lite#gnulinux-and-other-unix-like-systems"
|
||||
openbsd="https://github.com/ether/etherpad-lite#gnulinux-and-other-unix-like-systems"
|
||||
netbsd="https://github.com/ether/etherpad-lite#gnulinux-and-other-unix-like-systems"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Write.as"
|
||||
image="/assets/img/tools/WriteAs.png"
|
||||
image-dark="/assets/img/tools/WriteAs-dark.png"
|
||||
description="<strong>Write.as</strong> is a cross-platform, privacy-oriented blogging platform. It's anonymous by default, letting you publish without signing up. If you create an account, it doesn't require any personal information. No ads, distraction-free, and built on a sustainable business model."
|
||||
website="https://write.as/"
|
||||
forum="https://forum.privacytools.io/t/discussion-write-as-productivity-tools/1539"
|
||||
tor="http://writeas7pm7rcdqg.onion"
|
||||
git="https://code.as/writeas"
|
||||
web="https://write.as/apps"
|
||||
web="https://write.as/pad"
|
||||
windows="https://github.com/writeas/writeas-cli"
|
||||
mac="https://github.com/writeas/writeas-cli"
|
||||
linux="https://write.as/apps"
|
||||
chrome="https://write.as/apps"
|
||||
android="https://write.as/apps"
|
||||
ios="https://write.as/apps"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.abunchtell.writeas"
|
||||
ios="https://itunes.apple.com/app/apple-store/id1000755153"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://crypt.ee/">Cryptee</a> - Free privacy-friendly service for storing Documents, files and Photos</li>
|
||||
<li><a href="https://ethercalc.net/">EtherCalc</a> - EtherCalc is a web spreadsheet. Data is saved on the web, and people can edit the same document at the same time. Changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions.</li>
|
||||
<li><a href="https://disroot.org/">Disroot</a> - Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin.</li>
|
||||
<li><a href="https://dudle.inf.tu-dresden.de/anonymous/">dudle</a> - An online scheduling application, free and open-source. Schedule meetings or make small online polls. No email collection or the need of registration.</li>
|
||||
<li><a href="https://framadate.org/">Framadate</a> - A free and open-source online service for planning an appointment or making a decision quickly and easily. No registration is required.</li>
|
||||
<li><a href="https://www.libreoffice.org/">LibreOffice</a> - Free and open-source office suite.</li>
|
||||
<li><a href="https://vscodium.com/">VSCodium</a> - Fork of Microsoft's Visual Studio Code editor without branding or telemetry.</li>
|
||||
</ul>
|
||||
|
||||
<h1 id="metadata-removal-tools" class="anchor">
|
||||
<a href="#metadata-removal-tools"
|
||||
><i class="fas fa-link anchor-icon"></i>
|
||||
@ -55,20 +75,11 @@
|
||||
website="https://0xacab.org/jvoisin/mat2"
|
||||
forum="https://forum.privacytools.io/t/discussion-mat/1559"
|
||||
gitlab="https://0xacab.org/jvoisin/mat2"
|
||||
linux=""
|
||||
mac=""
|
||||
windows=""
|
||||
windows="https://pypi.org/project/mat2/"
|
||||
mac="https://pypi.org/project/mat2/"
|
||||
linux="https://pypi.org/project/mat2/"
|
||||
freebsd="https://pypi.org/project/mat2/"
|
||||
openbsd="https://pypi.org/project/mat2/"
|
||||
netbsd="https://pypi.org/project/mat2/"
|
||||
%}
|
||||
</div>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://crypt.ee/">Cryptee</a> - Free privacy-friendly service for storing Documents, files and Photos</li>
|
||||
<li><a href="https://ethercalc.net/">EtherCalc</a> - EtherCalc is a web spreadsheet. Data is saved on the web, and people can edit the same document at the same time. Changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions.</li>
|
||||
<li><a href="https://disroot.org/">Disroot</a> - Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin.</li>
|
||||
<li><a href="https://dudle.inf.tu-dresden.de/anonymous/">dudle</a> - An online scheduling application, free and open source. Schedule meetings or make small online polls. No email collection or the need of registration.</li>
|
||||
<li><a href="https://framadate.org/">Framadate</a> - A free and open source online service for planning an appointment or making a decision quickly and easily. No registration is required.</li>
|
||||
<li><a href="https://www.libreoffice.org/">LibreOffice</a> - Free and open source office suite.</li>
|
||||
<li><a href="https://vscodium.com/">VSCodium</a> - Fork of Microsoft's Visual Studio Code editor without branding or telemetry.</li>
|
||||
</ul>
|
||||
|
@ -8,7 +8,6 @@ badges="info:Linux"
|
||||
labels="warning:contrib:This software may depend on or recommend non-free software."
|
||||
website="https://openwrt.org/"
|
||||
git="https://git.openwrt.org/"
|
||||
github="https://github.com/openwrt"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -34,5 +33,5 @@ git="https://gogs.librecmc.org/libreCMC/libreCMC"
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.openbsd.org/">OpenBSD</a> <span class="badge badge-info">BSD</span> - 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="https://dd-wrt.com/">DD-WRT</a> <span class="badge badge-info">Linux</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points.</li>
|
||||
<li><a href="https://dd-wrt.com/">DD-WRT</a> <span class="badge badge-info">Linux</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A Linux-based open-source firmware compatible with several models of routers and access points.</li>
|
||||
</ul>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<h1 id="search" class="anchor"><a href="#search"><i class="fas fa-link anchor-icon"></i></a> Privacy Respecting Search Engines</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong> If you are currently using search engines like Google, Bing or Yahoo, you should pick an alternative here. </strong>
|
||||
<strong> If you are currently using search engines like Google, Bing, or Yahoo, you should pick an alternative here. </strong>
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="searx - Decentral"
|
||||
image="/assets/img/provider/searx.png"
|
||||
description='An <a href="https://github.com/asciimoo/searx">open source</a> metasearch engine, aggregating the results of other search engines while not storing information about its users. No logs, no ads and no tracking. <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">List of Instances</a> or try <a href="https://search.privacytools.io/">search.privacytools.io</a>'
|
||||
description='searx is an <a href="https://github.com/asciimoo/searx">open-source</a> metasearch engine, aggregating the results of other search engines while not storing information about its users. No logs, no ads and no tracking. <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">List of Instances</a> or try <a href="https://search.privacytools.io/">search.privacytools.io</a>'
|
||||
website="https://searx.me/"
|
||||
tor="http://ulrn6sryqaifefld.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-searx/283"
|
||||
@ -17,7 +17,7 @@ github="https://github.com/asciimoo/searx"
|
||||
{% include cardv2.html
|
||||
title="StartPage - Netherlands"
|
||||
image="/assets/img/provider/StartPage.png"
|
||||
description="Google search results, with complete privacy protection. Behind StartPage is a European company that has been obsessive about privacy since 2006."
|
||||
description="StartPage is a search engine that provides Google search results with complete privacy protection. Behind StartPage is a European company that has been obsessive about privacy since 2006."
|
||||
website="https://www.startpage.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-startpage/284"
|
||||
%}
|
||||
@ -25,7 +25,7 @@ forum="https://forum.privacytools.io/t/discussion-startpage/284"
|
||||
{% include cardv2.html
|
||||
title="DuckDuckGo - USA"
|
||||
image="/assets/img/provider/DuckDuckGo.png"
|
||||
description='The search engine that doesn\'t track you. Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. <span class="flag-icon flag-icon-us"></span> <a href="../../providers/#ukusa">The company is based in the USA.</a>'
|
||||
description='DuckDuckGo is a "search engine that doesn\'t track you." Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. <span class="flag-icon flag-icon-us"></span> <a href="../../providers/#ukusa">The company is based in the USA.</a>'
|
||||
website="https://duckduckgo.com/"
|
||||
tor="http://3g2upl4pq6kufc4m.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-duckduckgo/285"
|
||||
@ -35,7 +35,7 @@ github="https://github.com/duckduckgo"
|
||||
{% include cardv2.html
|
||||
title="Qwant - France"
|
||||
image="/assets/img/provider/Qwant.png"
|
||||
description='Qwants philosophy is based on two principles: no user tracking and no filter bubble. Qwant was launched in France in February 2013. <a href="https://www.qwant.com/privacy">Privacy Policy.</a>'
|
||||
description='Qwant is a search engine with its philosophy based on two principles: no user tracking and no filter bubble. Qwant was launched in France in February 2013.'
|
||||
website="https://www.qwant.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-qwant/286"
|
||||
github="https://github.com/Qwant/"
|
||||
@ -54,8 +54,8 @@ github="https://github.com/Qwant/"
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://yacy.net/">YaCy</a> - A free software P2P search engine powered by its users.</a></li>
|
||||
<li><a href="https://jivesearch.com/">Jive Search</a> - A free software search engine with a similar look and feel to Google.</a></li>
|
||||
<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>
|
||||
<li><a href="https://yacy.net/">YaCy</a> - A free-software P2P search engine powered by its users.</a></li>
|
||||
<li><a href="https://jivesearch.com/">Jive Search</a> - A free-software search engine with a similar look and feel to Google.</a></li>
|
||||
<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>
|
||||
<li><a href="https://www.mojeek.com/">Mojeek</a> - Independent and unbiased search results with no user tracking.</li>
|
||||
</ul>
|
||||
|
@ -6,33 +6,33 @@
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Tor"
|
||||
image="/assets/img/tools/Tor-Project.png"
|
||||
url="https://www.torproject.org/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion"
|
||||
footer='OS: Windows, macOS, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, Android (<a href="https://www.torproject.org/download/#android">Tor Browser</a>, <a href="https://guardianproject.info/apps/orbot/">Proxy other apps with Orbot</a>), <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a>'
|
||||
description="The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Tor is an effective censorship circumvention tool."
|
||||
%}
|
||||
{% include cardv2.html
|
||||
title="Tor"
|
||||
image="/assets/img/tools/Tor-Project.png"
|
||||
description="The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Tor is an effective censorship circumvention tool."
|
||||
website="https://www.torproject.org/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor/1589"
|
||||
git="https://gitweb.torproject.org/tor.git"
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="I2P Anonymous Network"
|
||||
image="/assets/img/tools/I2P.png"
|
||||
url="https://geti2p.net/"
|
||||
footer="OS: Windows, macOS, Linux, Android, BSD / Solaris."
|
||||
description="The Invisible Internet Project (I2P) is a computer network layer that allows applications to send messages to each other pseudonymously and securely. Uses include anonymous
|
||||
Web surfing, chatting, blogging and file transfers. The software that implements this layer is called an I2P router and a computer running I2P is called an I2P node. The software is free and open source and is published under multiple licenses."
|
||||
%}
|
||||
{% include cardv2.html
|
||||
title="I2P Anonymous Network"
|
||||
image="/assets/img/tools/I2P.png"
|
||||
description="The Invisible Internet Project (I2P) is a computer network layer that allows applications to send messages to each other pseudonymously and securely. Uses include anonymous Web surfing, chatting, blogging, and file transfers. The software that implements this layer is called an I2P router and a computer running I2P is called an I2P node. The software is free and open-source and is published under multiple licenses."
|
||||
website="https://geti2p.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-i2p/1590"
|
||||
github="https://github.com/i2p/"
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="The Freenet Project"
|
||||
image="/assets/img/tools/Freenet.png"
|
||||
url="https://freenetproject.org/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and
|
||||
has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech
|
||||
on the Internet with strong anonymity protection."
|
||||
%}
|
||||
{% include cardv2.html
|
||||
title="The Freenet Project"
|
||||
image="/assets/img/tools/Freenet.png"
|
||||
description="Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech on the Internet with strong anonymity protection."
|
||||
website="https://freenetproject.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-freenet/1591"
|
||||
github="https://github.com/freenet/"
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
@ -45,9 +45,14 @@
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://zeronet.io/">ZeroNet</a> - Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network.</li>
|
||||
<li><a href="https://retroshare.cc/">RetroShare</a> - Open Source cross-platform, Friend-2-Friend and secure decentralized communication platform.</li>
|
||||
<li><a href="https://zeronet.io/">ZeroNet</a> - Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network.</li>
|
||||
<li><a href="https://retroshare.cc/">RetroShare</a> - An open source, cross-platform, friend-to-friend, secure, and decentralized 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>
|
||||
<li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a> - An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. <span class="badge badge-warning" data-toggle="tooltip" title="The project is currently in early stages but it is being actively developed.">experimental <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers.">privacy warning <i class="far fa-question-circle"></i></span></li>
|
||||
<li><a href="https://ipfs.io/">IPFS</a> <em>and</em> <a href="https://github.com/ipfs-shipyard/ipfs-companion">IPFS Companion</a>- A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. IPFS Companion is a browser extension for redirecting queries to a gateway of your choice (generally local). <a href="https://github.com/privacytoolsIO/privacytools.io/pull/361#issuecomment-344414022">
|
||||
<span class="badge badge-danger" data-toggle="tooltip" title="">
|
||||
<span class="fas fa-exclamation-triangle"></span>
|
||||
Important privacy warning
|
||||
</span>
|
||||
</a></li>
|
||||
<li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a> - An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms, and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. <span class="badge badge-warning" data-toggle="tooltip" title="The project is currently in early stages but it is being actively developed.">experimental <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers.">privacy warning <i class="far fa-question-circle"></i></span></li>
|
||||
</ul>
|
||||
|
@ -4,37 +4,39 @@
|
||||
<strong>If you are currently using a Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should think about hosting it on your own.</strong>
|
||||
</div>
|
||||
|
||||
<div class="row mb-2">
|
||||
{% include cardv2.html
|
||||
title="Nextcloud"
|
||||
image="/assets/img/provider/Nextcloud.png"
|
||||
description="Nextcloud has similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server with no limits on storage space or the number of connected clients."
|
||||
website="https://nextcloud.com/"
|
||||
forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
|
||||
windows="https://nextcloud.com/install/#install-clients"
|
||||
mac="https://nextcloud.com/install/#install-clients"
|
||||
linux="https://nextcloud.com/install/#install-clients"
|
||||
freebsd="https://www.freshports.org/www/nextcloud/"
|
||||
openbsd="http://openports.se/www/nextcloud"
|
||||
netbsd="http://pkgsrc.se/www/php-nextcloud"
|
||||
fdroid="https://f-droid.org/packages/com.nextcloud.client/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.nextcloud.client"
|
||||
ios="https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8"
|
||||
github="https://github.com/nextcloud"
|
||||
%}
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Pydio"
|
||||
image="/assets/img/tools/Pydio.png"
|
||||
url="https://pydio.com/"
|
||||
footer="OS: Windows, macOS, Linux, iOS, Android."
|
||||
description="Pydio is open source software that turns instantly any server (on-premise, NAS, cloud IaaS or PaaS) into a file sharing platform for your company. It is an alternative
|
||||
to SaaS Boxes and Drives, with more control, safety and privacy, and favorable TCOs."
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Tahoe-LAFS"
|
||||
image="/assets/img/tools/Tahoe-LAFS.png"
|
||||
url="https://www.tahoe-lafs.org/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are
|
||||
taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security."
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Nextcloud"
|
||||
image="/assets/img/provider/Nextcloud.png"
|
||||
url="https://nextcloud.com/"
|
||||
footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux."
|
||||
description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
|
||||
%}
|
||||
|
||||
</div>
|
||||
{% include cardv2.html
|
||||
title="Tahoe-LAFS"
|
||||
image="/assets/img/tools/Tahoe-LAFS.png"
|
||||
image-dark="/assets/img/tools/Tahoe-LAFS-dark.png"
|
||||
website="https://www.tahoe-lafs.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tahoe-lafs/1662"
|
||||
description="Tahoe-LAFS is a free and open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security."
|
||||
windows="https://github.com/tahoe-lafs/tahoe-lafs#via-pip"
|
||||
mac="https://github.com/tahoe-lafs/tahoe-lafs#via-pip"
|
||||
linux="https://github.com/tahoe-lafs/tahoe-lafs#using-os-packages"
|
||||
netbsd="http://pkgsrc.se/filesystems/tahoe-lafs"
|
||||
git="https://www.tahoe-lafs.org/trac/tahoe-lafs/browser"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/xwiki-labs/cryptpad/">CryptPad</a> - End-to-end encrypted real time collaboration sharing folders, media, and documents (open-source).</li>
|
||||
<li><a href="https://github.com/xwiki-labs/cryptpad/">CryptPad</a> - An open-source and end-to-end encrypted real-time collaborative editor that lets you share folders, media, and documents.</li>
|
||||
</ul>
|
||||
|
@ -7,13 +7,20 @@
|
||||
{% include cardv2.html
|
||||
title="Mastodon - Twitter Alternative"
|
||||
image="/assets/img/tools/Mastodon.png"
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup. Feel welcome to join our hosted instance: <a href="https://social.privacytools.io/">social.privacytools.io</a>'
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like email. It also has the most users, and the most diverse (in terms of interests) users; looks good; and is easy to setup. Feel welcome to join our hosted instance: <a href="https://social.privacytools.io/">social.privacytools.io</a>'
|
||||
website="https://joinmastodon.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-mastodon/289"
|
||||
github="https://github.com/tootsuite/mastodon"
|
||||
android=""
|
||||
ios=""
|
||||
web=""
|
||||
windows="https://joinmastodon.org/apps"
|
||||
mac="https://joinmastodon.org/apps"
|
||||
linux="https://joinmastodon.org/apps"
|
||||
freebsd="https://joinmastodon.org/apps"
|
||||
openbsd="https://joinmastodon.org/apps"
|
||||
netbsd="https://joinmastodon.org/apps"
|
||||
android="https://joinmastodon.org/apps"
|
||||
sailfish="https://joinmastodon.org/apps"
|
||||
ios="https://joinmastodon.org/apps"
|
||||
web="https://joinmastodon.org/#getting-started"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -23,8 +30,8 @@ description="diaspora* is based on three key philosophies: Decentralization, fre
|
||||
website="https://diasporafoundation.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-diaspora/290"
|
||||
github="https://github.com/diaspora/diaspora"
|
||||
android=""
|
||||
web=""
|
||||
android="https://wiki.diasporafoundation.org/Tools_to_use_with_Diaspora#Android"
|
||||
web="https://diasporafoundation.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -34,40 +41,37 @@ description="Friendica has an emphasis on extensive privacy settings and easy se
|
||||
website="https://friendi.ca/"
|
||||
forum="https://forum.privacytools.io/t/discussion-friendica/291"
|
||||
github="https://github.com/friendica/friendica"
|
||||
windows=""
|
||||
linux=""
|
||||
android=""
|
||||
web=""
|
||||
windows="https://friendi.ca/resources/mobile-clients/"
|
||||
linux="https://friendi.ca/resources/mobile-clients/"
|
||||
android="https://friendi.ca/resources/mobile-clients/"
|
||||
sailfish="https://friendi.ca/resources/mobile-clients/"
|
||||
web="https://friendi.ca/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="PixelFed - Instagram Alternative"
|
||||
image="/assets/img/provider/pixelfed.png"
|
||||
description='A free and ethical photo sharing platform, powered by ActivityPub federation. Pixelfed is an open-source, federated platform. You can run your own instance or <a href="https://fediverse.party/en/pixelfed/">join one.</a>'
|
||||
website="https://pixelfed.social/"
|
||||
description='PixelFed is a free and ethical photo sharing platform, powered by ActivityPub federation. Pixelfed is an open-source, federated platform. You can run your own instance or <a href="https://fediverse.party/en/pixelfed/">join one.</a>'
|
||||
website="https://pixelfed.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-pixelfed/293"
|
||||
github="https://github.com/pixelfed"
|
||||
web=""
|
||||
web="https://pixelfed.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="GNU social - Twitter Alternative"
|
||||
image="/assets/img/provider/gnu-social.png"
|
||||
description="A social communication software for both public and private communications. It is widely supported and has a large userbase. It is already used by the Free Software Foundation."
|
||||
description="GNU social is social-communication software for both public and private communications. It is widely supported and has a large userbase. It is already used by the Free Software Foundation."
|
||||
website="https://gnu.io/social/"
|
||||
forum="https://forum.privacytools.io/t/discussion-gnu-social/292"
|
||||
github="https://github.com/foocorp/gnu-social"
|
||||
android=""
|
||||
ios=""
|
||||
linux=""
|
||||
windows=""
|
||||
web=""
|
||||
gitlab="https://git.gnu.io/gnu/gnu-social/"
|
||||
web="https://gnu.io/social/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.minds.com/">Minds</a> - An <a href="https://gitlab.com/minds">open source</a> and distributed social networking service, integrating the blockchain to reward the community.</li>
|
||||
<li><a href="https://movim.eu/">Movim</a> - Federated social platform that relies on the XMPP standard and therefore allows you to exchange with many other clients on all devices.</li>
|
||||
<li><a href="https://www.minds.com/">Minds</a> - An <a href="https://gitlab.com/minds">open-source</a> and distributed social networking service, integrating the blockchain to reward the community.</li>
|
||||
<li><a href="https://movim.eu/">Movim</a> - A federated social platform that relies on the XMPP standard and therefore allows you to exchange with many other clients on all devices.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
|
@ -7,16 +7,13 @@
|
||||
{% include cardv2.html
|
||||
title="Aether"
|
||||
image="/assets/img/tools/aether.png"
|
||||
description='<a href="https://github.com/nehbit/aether/blob/master/LICENSE.md">Free/libre and open source</a> decentralized social news aggregator with a built in voting system.'
|
||||
website="https://github.com/nehbit/aether"
|
||||
description='<a href="https://github.com/nehbit/aether/blob/master/LICENSE.md">Aether is a free and open-source</a> decentralized social news aggregator with a built-in voting system.'
|
||||
website="https://getaether.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-aether/1256"
|
||||
github="https://github.com/nehbit/aether"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
android=""
|
||||
ios=""
|
||||
bsd=""
|
||||
windows="https://getaether.net/download/"
|
||||
mac="https://getaether.net/download/"
|
||||
linux="https://getaether.net/download/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -25,13 +22,8 @@ image="/assets/img/tools/tildes.png"
|
||||
description='Tildes is a web-based self-hostable online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">GPL 3.0</a>.'
|
||||
website="https://tildes.net"
|
||||
forum="https://forum.privacytools.io/t/discussion-tildes/1257"
|
||||
git="https://gitlab.com/tildes/"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
android=""
|
||||
ios=""
|
||||
bsd=""
|
||||
gitlab="https://gitlab.com/tildes/tildes"
|
||||
web="https://tildes.net"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
@ -40,18 +32,14 @@ image="/assets/img/tools/raddle.png"
|
||||
description="Raddle is a public Postmill instance focused on privacy and anti-censorship."
|
||||
website="https://raddle.me"
|
||||
forum="https://forum.privacytools.io/t/discussion-raddle/1258"
|
||||
git="https://gitlab.com/postmill/"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
android=""
|
||||
ios=""
|
||||
gitlab="https://gitlab.com/postmill/"
|
||||
web="https://raddle.me"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://beta.akasha.world/">Akasha</a> - A decentralized online bulletin board using <a href="https://www.wikipedia.org/wiki/InterPlanetary_File_System">IPFS</a> and <a href="https://www.wikipedia.org/wiki/Ethereum">Ethereum</a>.</li>
|
||||
<li><a href="https://dev.lemmy.ml/">Lemmy</a> - An <a href="https://github.com/dessalines/lemmy/blob/master/LICENSE">AGPL</a> licensed self-hostable link aggregator intended to work in the <a href="https://www.wikipedia.org/wiki/Fediverse">Fediverse</a>.</li>
|
||||
<li><a href="https://notabug.io/">notabug.io</a> - notabug.io is a <a href="https://github.com/notabugio/notabug/blob/master/LICENSE.md">free and open source</a> p2p link aggregator with a strong resemblance to old.reddit.com (not to be confused with <a href="https://notabug.org/">NotABug.org</a>).</li>
|
||||
<li><a href="https://dev.lemmy.ml/">Lemmy</a> - An <a href="https://github.com/dessalines/lemmy/blob/master/LICENSE">AGPL</a>-licensed self-hostable link aggregator intended to work in the <a href="https://www.wikipedia.org/wiki/Fediverse">Fediverse</a>.</li>
|
||||
<li><a href="https://notabug.io/">notabug.io</a> - A <a href="https://github.com/notabugio/notabug/blob/master/LICENSE.md">free and open-source</a> P2P link aggregator with a strong resemblance to old.reddit.com (not to be confused with <a href="https://notabug.org/">NotABug.org</a>).</li>
|
||||
</ul>
|
||||
|
@ -1,23 +1,42 @@
|
||||
<h1 id="teamchat" class="anchor"><a href="#teamchat"><i class="fas fa-link anchor-icon"></i></a> Team Chat Platforms</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>If your project or organization currently uses a platform like <a href="https://web.archive.org/web/20171029114027/https://feedback.discordapp.com/forums/326712-discord-dream-land/suggestions/17094256-implement-whispersystems-encryption-for-voice-and">Discord</a> or <a href="https://drewdevault.com/2015/11/01/Please-stop-using-slack.html">Slack</a> you should pick an alternative here.</strong>
|
||||
<strong>If your project or organization currently uses a platform like <a href="https://tosdr.org/#discord">Discord</a> or <a href="https://drewdevault.com/2015/11/01/Please-stop-using-slack.html">Slack</a> you should pick an alternative here.</strong>
|
||||
</div>
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Riot.im (Matrix)"
|
||||
image="/assets/img/tools/Riot.png"
|
||||
description="Riot.im is a federated free-software messaging application based on the <a href\"https://matrix.org/\">Matrix</a> protocol, a recent open protocol for real-time communication offering optional E2E encryption. It also has bridging functionality, allowing you to connect to other chat protocols such as IRC or Telegram."
|
||||
labels="warning:<a href=//github.com/vector-im/riot-web/issues/6779>Experimental E2EE</a>:The end-to-end encryption is currently in beta, and the mobile client states 'End-to-end encryption is in beta and may not be reliable. You should not yet trust it to secure data.'"
|
||||
website="https://about.riot.im/"
|
||||
forum="https://forum.privacytools.io/t/discussion-riot-im/665/"
|
||||
github="https://github.com/vector-im/riot-web/"
|
||||
windows="https://riot.im/download/desktop/"
|
||||
mac="https://riot.im/download/desktop/"
|
||||
linux="https://riot.im/download/desktop/"
|
||||
fdroid="https://f-droid.org/repository/browse/?fdid=im.vector.alpha"
|
||||
googleplay="https://play.google.com/store/apps/details?id=im.vector.app"
|
||||
ios="https://itunes.apple.com/us/app/vector.im/id1083446067"
|
||||
web="https://riot.im/app/"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Rocket.chat"
|
||||
image="/assets/img/tools/rocket.chat.png"
|
||||
description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE."
|
||||
labels="warning:<a href=//rocket.chat/docs/user-guides/end-to-end-encryption/>Experimental</a>:Regarding E2EE their documentation states 'This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. The federation was also added afterwards potentially causing room for mistakes."
|
||||
labels="warning:<a href=//rocket.chat/docs/user-guides/end-to-end-encryption/>Experimental E2EE</a>:Regarding E2EE their documentation states 'This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. Federation was also added afterwards, potentially causing room for mistakes."
|
||||
website="https://rocket.chat/"
|
||||
forum="https://forum.privacytools.io/t/discussion-rocket-chat/1223"
|
||||
github="https://github.com/rocketchat/"
|
||||
android=""
|
||||
ios=""
|
||||
mac=""
|
||||
windows=""
|
||||
linux=""
|
||||
windows="https://rocket.chat/install"
|
||||
mac="https://itunes.apple.com/us/app/rocket-chat/id1086818840"
|
||||
linux="https://rocket.chat/install"
|
||||
fdroid="https://f-droid.org/packages/chat.rocket.android"
|
||||
googleplay="https://play.google.com/store/apps/details?id=chat.rocket.android"
|
||||
ios="https://itunes.apple.com/app/rocket-chat/id1148741252"
|
||||
%}
|
||||
|
||||
{%
|
||||
@ -30,12 +49,14 @@
|
||||
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
|
||||
tor="http://keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion/"
|
||||
github="https://github.com/Keybase"
|
||||
android=""
|
||||
ios=""
|
||||
mac=""
|
||||
windows=""
|
||||
linux=""
|
||||
web=""
|
||||
windows="https://keybase.io/docs/the_app/install_windows"
|
||||
mac="https://keybase.io/docs/the_app/install_macos"
|
||||
linux="https://keybase.io/docs/the_app/install_linux"
|
||||
freebsd="https://www.freshports.org/security/keybase/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=io.keybase.ossifrage&hl=en_US"
|
||||
ios="https://keybase.io/_/download/keybase-for-ios"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/keybase-for-firefox/"
|
||||
chrome="https://chrome.google.com/webstore/detail/keybase-for-reddit/ognfafcpbkogffpmmdglhbjboeojlefj"
|
||||
%}
|
||||
|
||||
|
||||
|
@ -8,33 +8,35 @@
|
||||
title="Linphone"
|
||||
image="/assets/img/tools/Linphone.png"
|
||||
website="https://www.linphone.org/"
|
||||
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."
|
||||
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."
|
||||
forum="https://forum.privacytools.io/t/discussion-linphone/751"
|
||||
github="https://github.com/BelledonneCommunications"
|
||||
ios=""
|
||||
android=""
|
||||
windows=""
|
||||
linux=""
|
||||
mac=""
|
||||
web=""
|
||||
windows="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
linux="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
mac="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
fdroid="https://f-droid.org/packages/org.linphone"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.linphone"
|
||||
ios="https://itunes.apple.com/us/app/linphone/id360065638?mt=8"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Mumble"
|
||||
image="/assets/img/tools/Mumble.png"
|
||||
website="https://mumble.info/"
|
||||
description="Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. Note that while Mumble doesn't log messages or record by default, <a href=\"https://github.com/mumble-voip/mumble/issues/1813\">it's missing end-to-end encryption</a>, so self-hosting is recommended."
|
||||
description="Mumble is an open-source, low-latency, and high quality voice chat application primarily intended for use while gaming. Note that while Mumble doesn't log messages or record by default, <a href=\"https://github.com/mumble-voip/mumble/issues/1813\">it's missing end-to-end encryption</a>, so self-hosting is recommended."
|
||||
forum="https://forum.privacytools.io/t/discussion-mumble/1289"
|
||||
github="https://github.com/mumble-voip/"
|
||||
windows=""
|
||||
linux=""
|
||||
mac=""
|
||||
windows="https://www.mumble.info/downloads"
|
||||
linux="https://www.mumble.info/downloads"
|
||||
mac="https://www.mumble.info/downloads"
|
||||
android="https://www.mumble.info/downloads/#third-party-clients"
|
||||
ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://jitsi.org/">Jitsi Meet</a> - Jitsi Meet is a free and open source multiplatform voice (VoIP), videoconferencing and instant messaging application. <span class="badge badge-warning" data-toggle="tooltip" title="Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it.">Requires WebRTC</span></li>
|
||||
<li><a href="https://jitsi.org/">Jitsi Meet</a> - Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application. <span class="badge badge-warning" data-toggle="tooltip" title="Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it.">Requires WebRTC</span></li>
|
||||
</ul>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
|
@ -12,11 +12,11 @@
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2>Mullvad <span class="badge badge-info">EUR €60/Year</span></h2>
|
||||
<p><strong>Mullvad</strong> is a fast and inexpensive VPN with a serious focus on transparency and security, they have been in operation since <strong>2009</strong>. It is the only VPN provider that currently meets our criteria for recommendation. Mullvad is based in <span class="flag-icon flag-icon-se"></span> Sweden and does not have a free trial. Visit <a href="https://mullvad.net/">mullvad.net</a> to create an account.</p>
|
||||
<h5><span class="badge badge-success">409+ Servers</span></h5>
|
||||
<p>Mullvad has 409 servers in 38 countries at the time of writing this page. Typically the more servers a provider offers, the better: With hundreds of servers in operation, you are far more likely to find a fast connection and a server geographically closest to you.</p>
|
||||
<p><strong>Mullvad</strong> is a fast and inexpensive VPN with a serious focus on transparency and security. They have been in operation since <strong>2009</strong>. It is the only VPN provider that currently meets our criteria for recommendation. Mullvad is based in <span class="flag-icon flag-icon-se"></span> Sweden and does not have a free trial. Visit <a href="https://mullvad.net/">mullvad.net</a> to create an account.</p>
|
||||
<h5><span class="badge badge-success">406+ Servers</span></h5>
|
||||
<p>Mullvad has 409 servers in 39 countries at the time of writing this page. Typically the more servers a provider offers, the better: With hundreds of servers in operation, you are far more likely to find a fast connection and a server geographically closest to you.</p>
|
||||
<h5><span class="badge badge-success">WireGuard Support</span></h5>
|
||||
<p>In addition to standard OpenVPN connections, Mullvad supports Wireguard. Wireguard is an experimental protocol with theoretically better security and higher reliability, although it is not currently recommended for production use.</p>
|
||||
<p>In addition to standard OpenVPN connections, Mullvad supports WireGuard. WireGuard is an experimental protocol with theoretically better security and higher reliability, although it is not currently recommended for production use.</p>
|
||||
<h5><span class="badge badge-success">Independently Audited</span></h5>
|
||||
<p>Mullvad's VPN clients have been audited by Cure53 and Assured AB in a pentest report <a href="https://cure53.de/pentest-report_mullvad_v2.pdf">published at cure53.de</a>. The security researchers concluded:</p>
|
||||
<blockquote class="blockquote">
|
||||
@ -55,10 +55,10 @@
|
||||
<footer class="blockquote-footer">Marc Loebekken, ProtonVPN AG Legal counsel</footer>
|
||||
</blockquote>
|
||||
<p>We will reevaluate this listing at the end of 2019 or when the aforementioned report has been published, whichever is sooner.
|
||||
<h5><span class="badge badge-success">442+ Servers</span></h5>
|
||||
<p>ProtonVPN has 442 servers in 33 countries at the time of writing this page. Typically the more servers a provider offers, the better: With hundreds of servers in operation, you are far more likely to find a fast connection and a server geographically closest to you.</p>
|
||||
<h5><span class="badge badge-success">526+ Servers</span></h5>
|
||||
<p>ProtonVPN has 526 servers in 42 countries at the time of writing this page. Typically the more servers a provider offers, the better: With hundreds of servers in operation, you are far more likely to find a fast connection and a server geographically closest to you.</p>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>ProtonVPN does technically accept Bitcoin payments, however you either need to have an existing account, or contact their support team in advance to register with Bitcoin.</p>
|
||||
<p>ProtonVPN does technically accept Bitcoin payments; however, you either need to have an existing account, or contact their support team in advance to register with Bitcoin.</p>
|
||||
<h5><span class="badge badge-success">Mobile Clients</span></h5>
|
||||
<p>In addition to providing standard OpenVPN configuration files, ProtonVPN has mobile clients for iOS or Android allowing for easy connections to their servers.</p>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
@ -72,12 +72,12 @@
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2>IVPN <span class="badge badge-info">USD $100/Year</span></h2>
|
||||
<p><strong>IVPN</strong> is another strong premium VPN provider, and they have been in operation since <strong>2009</strong>. IVPN is based in <span class="flag-icon flag-icon-gi"></span> Gibraltar and offers a 3 day free trial. Unfortunately due to its lack of an independent security audit it does not meet the complete criteria for recommendation, see our notes below.</p>
|
||||
<p><strong>IVPN</strong> is another strong premium VPN provider, and they have been in operation since <strong>2009</strong>. IVPN is based in <span class="flag-icon flag-icon-gi"></span> Gibraltar and offers a 3 day free trial. Unfortunately, due to its lack of an independent security audit, it does not meet the complete criteria for recommendation, see our notes below.</p>
|
||||
<h5><span class="badge badge-danger">No Security Audit</span></h5>
|
||||
<p>IVPN has undergone a <a href="https://cure53.de/audit-report_ivpn.pdf">no-logging audit from Cure53</a> which concluded in agreement with IVPN's no-logging claim. However, IVPN has not undergone a more comprehensive security audit by an independent third party, and therefore cannot be strongly recommended at this time. We have still chosen to list it on this page with the assumption that an audit will be published soon: The IVPN team <a href="https://twitter.com/yaelwrites/status/1161796418220089344">reportedly plans to begin the process in September</a>.</p>
|
||||
<p>We will reevaluate this listing at the end of 2019 or when the aforementioned report has been published, whichever is sooner.
|
||||
<h5><span class="badge badge-success">70+ Servers</span></h5>
|
||||
<p>IVPN has 70 servers in 29 countries at the time of writing this page. Typically the more servers a provider offers, the better. IVPN has a decent (but not exceptional) server count that will most likely provide adequate coverage to most users.</p>
|
||||
<h5><span class="badge badge-success">77+ Servers</span></h5>
|
||||
<p>IVPN has 77 servers in 31 countries at the time of writing this page. Typically the more servers a provider offers, the better. IVPN has a decent (but not exceptional) server count that will most likely provide adequate coverage to most users.</p>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>In addition to accepting credit/debit cards and PayPal, IVPN accepts <strong>Bitcoin</strong> and <strong>cash/local currency</strong> (on annual plans) as anonymous forms of payment.</p>
|
||||
<h5><span class="badge badge-success">Mobile Clients</span></h5>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<h1 id="wc" class="anchor"><a href="#wc"><i class="fas fa-link anchor-icon"></i></a> What is a warrant canary?</h1>
|
||||
|
||||
<img src="/assets/img/layout/warrant-canary.jpg" width="450" height="236" class="img-fluid float-right" alt="Warrant Canary Example" style="margin-left:20px;">
|
||||
<img src="/assets/img/layout/warrant-canary.jpg" width="450" height="236" class="img-fluid float-right ml-3" alt="Warrant Canary Example">
|
||||
|
||||
<p>A warrant canary is a posted document stating that an organization has not received any secret subpoenas during a specific period of time. If this document fails to be updated during the specified time then the user is to assume that the service has received such a subpoena and should stop using the service.</p>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
|
||||
</div>
|
||||
|
||||
<img src="/assets/img/layout/Windows-10-Privacy.png" width="367" height="369" class="img-fluid float-right" alt="Windows 10 Privacy" style="margin-left:10px;">
|
||||
<img src="/assets/img/layout/Windows-10-Privacy.png" width="367" height="369" class="img-fluid float-right ml-3" alt="Windows 10 Privacy">
|
||||
|
||||
<ol>
|
||||
<li><strong>Data syncing is by default enabled.</strong>
|
||||
@ -80,7 +80,7 @@
|
||||
<h3>Related Information</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://privacy.microsoft.com/en-us/privacystatement">Microsoft Privacy Statement</a> - Microsoft collects, uses and discloses personal information as described here. This allows One Drive data, Cortana searches and MS browser history to be sold to third parties.</li>
|
||||
<li><a href="https://privacy.microsoft.com/en-us/privacystatement">Microsoft Privacy Statement</a> - Microsoft collects, uses and discloses personal information as described here. This allows OneDrive data, Cortana searches, and MS browser history to be sold to third parties.</li>
|
||||
<li><a href="https://support.microsoft.com/en-us/help/4468233/cortana-and-privacy-microsoft-privacy">Cortana and privacy</a> - To personalize your experience and provide the best possible suggestions, Cortana accesses your email and other communications and collects data about your contacts (People), like their title, suffix, first name, last name, middle name, nicknames, and company name. If you call, email, or text someone or they call, email, or text you, Cortana collects that person’s email address or phone number.</li>
|
||||
</ul>
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
<div class="col-md-6">
|
||||
<h3>Some good news</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/crazy-max/WindowsSpyBlocker/releases">WindowsSpyBlocker</a> - Open source tool that blocks data collection.</li>
|
||||
<li><a href="https://github.com/crazy-max/WindowsSpyBlocker/releases">WindowsSpyBlocker</a> - Open-source tool that blocks data collection.</li>
|
||||
<li><a href="https://www.ghacks.net/2015/08/14/comparison-of-windows-10-privacy-tools/">Comparison of Windows 10 Privacy tools</a> - ghacks.net</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user