Fun Refactoring!

This commit is contained in:
Jonah Aragon 2020-12-03 22:44:27 -06:00
parent 19ce411076
commit 7e20a1cb9c
No known key found for this signature in database
GPG Key ID: 6A957C9A9A9429F7
79 changed files with 794 additions and 520 deletions

View File

@ -57,7 +57,7 @@
{% assign tooltip = attr[1] %}
{% endif %}
{% endfor %}
{% include badge.html
{% include legacy/badge.html
link=link
color=color
text=text

View File

@ -17,7 +17,7 @@
{% endif %}
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ page.permalink | prepend: site.url }}" />
<meta property="og:image" content="{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg" />
<meta property="og:image" content="{{ site.production_url }}/assets/img/legacy_svg/layout/brand/square-transparent.svg" />
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"/>
<meta property="og:locale" content="en_GB" />
<meta property="og:site_name" content="{{ site.name }}" />
@ -35,7 +35,7 @@
"privacytoolsIO"
],
"url": "{{ site.production_url }}",
"logo": "{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg",
"logo": "{{ site.production_url }}/assets/img/legacy_svg/layout/brand/square-transparent.svg",
"sameAs": [
"https://blog.privacytools.io",
"https://twitter.com/privacytoolsIO",
@ -48,14 +48,14 @@
{% endif %}
<!-- icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/png/favicons/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/png/favicons/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/png/favicons/favicon-16x16.png?v=2">
<link rel="manifest" href="/assets/img/png/favicons/site.webmanifest?v=2">
<link rel="mask-icon" href="/assets/img/png/favicons/safari-pinned-tab.svg?v=2" color="#3498db">
<link rel="shortcut icon" href="/assets/img/png/favicons/favicon.ico?v=2">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/legacy_png/favicons/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/legacy_png/favicons/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/legacy_png/favicons/favicon-16x16.png?v=2">
<link rel="manifest" href="/assets/img/legacy_png/favicons/site.webmanifest?v=2">
<link rel="mask-icon" href="/assets/img/legacy_png/favicons/safari-pinned-tab.svg?v=2" color="#3498db">
<link rel="shortcut icon" href="/assets/img/legacy_png/favicons/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#3498db">
<meta name="msapplication-config" content="/assets/img/png/favicons/browserconfig.xml?v=2">
<meta name="msapplication-config" content="/assets/img/legacy_png/favicons/browserconfig.xml?v=2">
<meta name="theme-color" content="#ffffff">

View File

@ -2,7 +2,7 @@
<div id="navbar" class="d-flex flex-wrap justify-content-between align-items-center">
<div class="w-50">
<a id="nav-home-mobile" class="nav-anchor" href="/">
<img src="/assets/img/svg/layout/brand/horizontal.svg" width="150px" />
<img src="/assets/img/legacy_svg/layout/brand/horizontal.svg" width="150px" />
</a>
</div>
<input type="checkbox" id="nav-toggle" checked />

View File

@ -4,7 +4,7 @@
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/png/3rd-party/netguard.png" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="NetGuard">
<img src="/assets/img/legacy_png/3rd-party/netguard.png" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="NetGuard">
</div>
<div class="col">
<h3>Control your traffic with <a href="https://www.netguard.me/">NetGuard</a></h3>
@ -14,7 +14,7 @@
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/svg/3rd-party/orbot.svg" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Orbot">
<img src="/assets/img/legacy_svg/3rd-party/orbot.svg" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Orbot">
</div>
<div class="col">
<h3>Tor for Android with <a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3>

View File

@ -6,28 +6,28 @@
<strong>Even though the source code of the following operating systems is provided, installing Google Apps may compromise your setup.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="CalyxOS"
image="/assets/img/svg/3rd-party/calyxos.svg"
image="/assets/img/legacy_svg/3rd-party/calyxos.svg"
description='CalyxOS is a custom ROM based on the Android Open Source Project with Pixel phones. It aims to be secure and private by default including a number of good choices for default applications. It also supports <a href="https://source.android.com/security/verifiedboot">verified boot</a>.'
badges="info:AOSP"
website="https://calyxos.org"
gitlab="https://gitlab.com/calyxos"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="GrapheneOS"
image="/assets/img/svg/3rd-party/grapheneos.svg"
image-dark="/assets/img/svg/3rd-party/grapheneos-dark.svg"
image="/assets/img/legacy_svg/3rd-party/grapheneos.svg"
image-dark="/assets/img/legacy_svg/3rd-party/grapheneos-dark.svg"
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"
website="https://grapheneos.org/"
github="https://github.com/GrapheneOS/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="LineageOS (Official Builds)"
image="/assets/img/svg/3rd-party/lineageos.svg"
image="/assets/img/legacy_svg/3rd-party/lineageos.svg"
description='LineageOS is a custom ROM based on the Android Open Source Project with <a href="https://wiki.lineageos.org/devices/">official support for a wide variety of devices</a>. The project is the successor to the popular CyanogenMod project, focusing on system control and customization, device longevity, and privacy. For security reasons, we do not recommend third-party builds of LineageOS for unsupported devices.'
badges="info:AOSP"
website="https://www.lineageos.org/"
@ -40,11 +40,11 @@
<ul>
<li>
<a href="https://microg.org/">MicroG</a>
{% include badge.html
{% include legacy/badge.html
color="info"
text="Add-on Package"
%}
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="far fa-question-circle"
%}

View File

@ -4,9 +4,9 @@
Not all of these add-ons are necessary, and many provide redundant functionality. Choose the ones you need, and <a class="alert-link" href="https://blog.privacytools.io/firefox-privacy-an-introduction-to-safe/">learn more with our guide to Firefox Privacy</a>.
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="uBlock Origin: Block Ads and Trackers"
image="/assets/img/svg/3rd-party/ublock_origin.svg"
image="/assets/img/legacy_svg/3rd-party/ublock_origin.svg"
description="<p><strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum blocker</a> that is 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. <a href=https://github.com/gorhill/uBlock/wiki/Advanced-user-features>Advanced mode</a> allows for <a href=https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide>dynamic filtering</a>. Dynamic filtering allows for extended blocking similar to NoScript and uMatrix (E.g. <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode>medium</a> or <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode:-hard-mode>hard</a>) blocking.</p>"
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
privacy-policy="https://github.com/gorhill/uBlock/wiki/Privacy-policy"
@ -18,9 +18,9 @@
edge="https://www.microsoft.com/en-us/p/ublock-origin/9nblggh444l4"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="HTTPS Everywhere: Secure Connections"
image="/assets/img/svg/3rd-party/https_everywhere.svg"
image="/assets/img/legacy_svg/3rd-party/https_everywhere.svg"
description="<strong>HTTPS Everywhere</strong> enables encryption of your connections to many major websites, making your browsing more secure. It is a collaboration between The Tor Project and the Electronic Frontier Foundation."
website="https://www.eff.org/https-everywhere"
privacy-policy="https://www.eff.org/code/privacy/policy"
@ -31,9 +31,9 @@
opera="https://addons.opera.com/en/extensions/details/https-everywhere"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Decentraleyes: Block Content Delivery Networks"
image="/assets/img/svg/3rd-party/decentraleyes.svg"
image="/assets/img/legacy_svg/3rd-party/decentraleyes.svg"
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/"
privacy-policy="https://decentraleyes.org/privacy-policy/"
@ -44,9 +44,9 @@
opera="https://addons.opera.com/extensions/details/decentraleyes"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="ClearURLs"
image="/assets/img/svg/3rd-party/clearurls.svg"
image="/assets/img/legacy_svg/3rd-party/clearurls.svg"
description="<strong>ClearURLs</strong> will automatically remove tracking elements from URLs to help protect your privacy when browsing through the Internet."
website="https://gitlab.com/KevinRoebert/ClearUrls"
privacy-policy="https://gitlab.com/KevinRoebert/ClearUrls/-/blob/master/PRIVACY.md"
@ -57,9 +57,9 @@
edge="https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="xBrowserSync"
image="/assets/img/svg/3rd-party/xbrowsersync.svg"
image="/assets/img/legacy_svg/3rd-party/xbrowsersync.svg"
description='<strong>xBrowserSync</strong> synchronizes bookmarks across devices and browsers with end-to-end encryption. Data is encrypted and decrypted on the device, no one but you can read it. No registration is needed, just enter a randomly generated id or QR code on all devices. <a href="https://www.xbrowsersync.org/#status">Different servers</a> are available, and it can also be <a href="https://github.com/xbrowsersync/api-docker">self-hosted</a>.'
website="https://www.xbrowsersync.org/"
privacy-policy="https://www.xbrowsersync.org/privacypolicy"
@ -81,9 +81,9 @@
These add-ons don't necessarily add to your privacy when browsing the web, but add additional functionality to your browser you may find useful.
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Terms of Service; Didnt Read: Be Informed"
image="/assets/img/svg/3rd-party/terms_of_service_didnt_read.svg"
image="/assets/img/legacy_svg/3rd-party/terms_of_service_didnt_read.svg"
description='<strong>Terms of Service; Didnt Read</strong> is an addon that believes "I have read and agree to the Terms of Service" is the biggest lie on the web, and wants to fix it 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 published transparently by a community of reviewers.'
website="https://tosdr.org/"
privacy-policy="https://addons.mozilla.org/firefox/addon/terms-of-service-didnt-read/privacy/"
@ -94,9 +94,9 @@
opera="https://addons.opera.com/extensions/details/terms-of-service-didnt-read"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Snowflake"
image="/assets/img/svg/3rd-party/snowflake.svg"
image="/assets/img/legacy_svg/3rd-party/snowflake.svg"
description="<strong>Snowflake</strong> is a new <a href=https://2019.www.torproject.org/docs/pluggable-transports.html.en>pluggable transport</a> from the Tor Project. If you have an uncensored connection, running this extension volunteers your connection to be used as a Snowflake proxy to help users unable to connect to the Tor network. Your IP will not be visible to the sites users visit using your proxy, as this extension will not make you an exit node. If your access to the Tor network is blocked, this extension will not assist you, and you should use the <a href=https://www.torproject.org>Tor Browser</a> instead. <b>Note:</b> This add-on does not work with WebRTC disabled."
website="https://snowflake.torproject.org"
forum="https://forum.privacytools.io/t/discussion-snowflake/1146"
@ -113,10 +113,10 @@
These add-ons are the preferred method for controlling persistent storage data that various websites and web-apps may create on your computer.
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Temporary Containers"
image="/assets/img/svg/3rd-party/temporary_containers.svg"
image-dark="/assets/img/svg/3rd-party/temporary_containers-dark.svg"
image="/assets/img/legacy_svg/3rd-party/temporary_containers.svg"
image-dark="/assets/img/legacy_svg/3rd-party/temporary_containers-dark.svg"
description="<strong>Temporary Containers</strong> allow you to open tabs, websites, and links in automatically managed disposable containers. Containers isolate data websites store (cookies, storage, and more) from each other, enhancing your privacy and security while you browse: <a href=https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21>Enhance your privacy in Firefox with Temporary Containers.</a>"
website="https://addons.mozilla.org/firefox/addon/temporary-containers/"
privacy-policy="https://addons.mozilla.org/firefox/addon/temporary-containers/privacy/"
@ -125,9 +125,9 @@
firefox="https://addons.mozilla.org/firefox/addon/temporary-containers/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Firefox Multi-Account Containers"
image="/assets/img/svg/3rd-party/firefox_multi_account_containers.svg"
image="/assets/img/legacy_svg/3rd-party/firefox_multi_account_containers.svg"
description="<strong>Firefox Multi-Account Containers</strong> allow you to create containers for specific websites. These containers are isolated from eachother. This add-on can be used in conjunctiuon with Temporary Containers to allow persistent logins to websites you specify."
website="https://support.mozilla.org/kb/containers"
forum="https://forum.privacytools.io/t/discussion-temporary-containers-multi-account-containers/3354"
@ -141,9 +141,9 @@
Unfortunately the Android version of Firefox <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1398097">doesn't support managing tabs as containers</a>. The recommended extensions below are a substitute, however as APIs do not exist for clearing <a href="https://en.wikipedia.org/wiki/Indexed_Database_API">IndexedDB</a>, <a href="https://en.wikipedia.org/wiki/Progressive_web_application#Service_workers">Service Workers</a> cache, <a href="https://en.wikipedia.org/wiki/Progressive_web_application#AppCache_(obsolete)">appCache</a>, or cache by host. As a result they are not as good as the above Temporary Container suggestions.
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="ETag Stoppa"
image="/assets/img/svg/3rd-party/etag_stoppa.svg"
image="/assets/img/legacy_svg/3rd-party/etag_stoppa.svg"
description="<strong>ETag Stoppa</strong> Prevents Firefox from storing entity tags by removing ETag response headers unconditionally and without exceptions."
website="https://addons.mozilla.org/firefox/addon/etag-stoppa/"
forum=""
@ -151,9 +151,9 @@
firefox="https://addons.mozilla.org/firefox/addon/etag-stoppa/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Cookie AutoDelete: Automatically Delete Cookies"
image="/assets/img/png/3rd-party/cookie_autodelete.png"
image="/assets/img/legacy_png/3rd-party/cookie_autodelete.png"
description="<strong>Cookie AutoDelete</strong> automatically removes cookies, lingering sessions, and other information that can be used to spy on you when they are no longer used by open browser tabs."
website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/"
forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267"
@ -168,9 +168,9 @@
These addons require quite a lot of interaction from the user, and some of them completely replace the add-ons we've recommended above. Some sites may not work properly without careful configuration.
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="uMatrix: Stop Cross-Site Requests"
image="/assets/img/png/3rd-party/umatrix.png"
image="/assets/img/legacy_png/3rd-party/umatrix.png"
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider <a href=https://github.com/gorhill/uMatrix/wiki/How-to-block-1st-party-scripts-everywhere-by-default>blocking 1st party scripts everywhere by default</a>. <strong>This addon has been <a href=https://github.com/uBlockOrigin/uMatrix-issues/issues/291#issuecomment-694988696>discontinued</a>.</strong>"
website="https://addons.mozilla.org/firefox/addon/umatrix/"
privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy"
@ -181,9 +181,9 @@
opera="https://addons.opera.com/extensions/details/umatrix"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="CanvasBlocker"
image="/assets/img/svg/3rd-party/canvasblocker.svg"
image="/assets/img/legacy_svg/3rd-party/canvasblocker.svg"
description="<strong>CanvasBlocker</strong> allows users to prevent websites from using some Javascript APIs to fingerprint them. Users can choose to block the APIs entirely on some or all websites (which may break some websites) or just block or fake its fingerprinting-friendly readout API."
website="https://github.com/kkapsner/CanvasBlocker/"
privacy-policy="https://addons.mozilla.org/firefox/addon/canvasblocker/privacy/"

View File

@ -3,9 +3,9 @@
Browser Recommendations For Desktop
</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="Firefox"
image="/assets/img/svg/3rd-party/firefox_browser.svg"
image="/assets/img/legacy_svg/3rd-party/firefox_browser.svg"
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
recommendations: <a href="#addons"><i class="fas fa-link"></i> Privacy Add-ons</a> <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> <a href="#about_config"><i class="fas fa-link"></i> about:config tweaks</a>.'
website="https://firefox.com"
@ -20,9 +20,9 @@
netbsd="http://pkgsrc.se/www/firefox"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Tor Browser - Provides Anonymity"
image="/assets/img/svg/3rd-party/tor_browser.svg"
image="/assets/img/legacy_svg/3rd-party/tor_browser.svg"
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/"
privacy-policy="https://support.torproject.org/tbb/tbb-3/"
@ -39,9 +39,9 @@
Browser Recommendations For Android
</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="Firefox"
image="/assets/img/svg/3rd-party/firefox_browser.svg"
image="/assets/img/legacy_svg/3rd-party/firefox_browser.svg"
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
recommendations: <a href="#addons"><i class="fas fa-link"></i> Privacy Add-ons</a> <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> <a href="#about_config"><i class="fas fa-link"></i> about:config tweaks</a>.'
website="https://www.mozilla.org/en-US/firefox/mobile/"
@ -53,9 +53,9 @@
android="https://www.mozilla.org/firefox/all/#product-android-release"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Tor Browser - Provides Anonymity"
image="/assets/img/svg/3rd-party/tor_browser.svg"
image="/assets/img/legacy_svg/3rd-party/tor_browser.svg"
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/"
privacy-policy="https://support.torproject.org/tbb/tbb-3/"
@ -67,9 +67,9 @@
googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrowser"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Bromite"
image="/assets/img/svg/3rd-party/bromite.svg"
image="/assets/img/legacy_svg/3rd-party/bromite.svg"
description='Bromite is a Chromium-based browser with privacy and security enhancements, built-in adblocking and DNS over HTTPS support; it includes patches from ungoogled-chromium and other privacy-focused projects. More info can be found <a href="https://www.bromite.org/#main-features">on the official website</a>.'
website="https://www.bromite.org/"
forum="https://forum.privacytools.io/t/discussion-bromite-browsers/1521"
@ -84,7 +84,7 @@
<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>
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://play.google.com/store/apps/details?id=com.google.android.webview"
@ -97,9 +97,9 @@
<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
{% include legacy/cardv2.html
title="Firefox"
image="/assets/img/svg/3rd-party/firefox_browser.svg"
image="/assets/img/legacy_svg/3rd-party/firefox_browser.svg"
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/"
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
@ -109,9 +109,9 @@
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Onion Browser"
image="/assets/img/svg/3rd-party/onion_browser.svg"
image="/assets/img/legacy_svg/3rd-party/onion_browser.svg"
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/about">issues</a> with Onion Browser due to iOS limitations.'
website="https://onionbrowser.com/"
privacy-policy="https://onionbrowser.com/privacy-policy"
@ -121,9 +121,9 @@
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="DuckDuckGo Privacy Browser"
image="/assets/img/svg/3rd-party/duckduckgo.svg"
image="/assets/img/legacy_svg/3rd-party/duckduckgo.svg"
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"
privacy-policy="https://duckduckgo.com/privacy"

View File

@ -5,9 +5,9 @@
</div>
{%
include cardv2.html
include legacy/cardv2.html
title="Nextcloud"
image="/assets/img/svg/3rd-party/nextcloud.svg"
image="/assets/img/legacy_svg/3rd-party/nextcloud.svg"
description="<strong>Nextcloud</strong> is a suite of client-server software for creating and using file hosting services. This includes calendar sync via CalDAV and contacts sync via CardDAV. Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server."
website="https://nextcloud.com/"
privacy-policy="https://nextcloud.com/privacy/"
@ -24,9 +24,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="EteSync"
image="/assets/img/svg/3rd-party/etesync.svg"
image="/assets/img/legacy_svg/3rd-party/etesync.svg"
description="<strong>EteSync</strong> is a secure, end-to-end encrypted, and privacy-respecting cloud backup and synchronization software for your personal information (e.g. contacts and calendars). There are native clients for Android, iOS, and the web, and an adapter layer for most desktop clients. It costs $24 per year to use, or you can host the server yourself for free."
website="https://www.etesync.com/"
privacy-policy="https://www.etesync.com/tos/#privacy"
@ -45,9 +45,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Email Providers"
image="/assets/img/svg/layout/email.svg"
image="/assets/img/legacy_svg/layout/email.svg"
description='Many email providers also offer calendar and or contacts sync services. Refer to our <a href="/providers/email">Email Provider recommendations</a> to choose an email provider and see if they also offer calendar and/or contacts sync.'
website="/providers/email"
%}

View File

@ -4,9 +4,9 @@
<strong>If you are currently using Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Nextcloud - Choose your hoster"
image="/assets/img/svg/3rd-party/nextcloud.svg"
image="/assets/img/legacy_svg/3rd-party/nextcloud.svg"
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
website="https://nextcloud.com/"
privacy-policy="https://nextcloud.com/privacy/"
@ -26,6 +26,6 @@
<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. {% include badge.html color="warning" tooltip="Cryptomator's mobile apps are not open-source." link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" icon="fas fa-exclamation-triangle" %}</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. {% include legacy/badge.html color="warning" tooltip="Cryptomator's mobile apps are not open-source." link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375" icon="fas fa-exclamation-triangle" %}</li>
<li><a href="https://cryptpad.fr">CryptPad</a> - Free and end-to-end encrypted real time collaboration sharing folders, media, and documents.</li>
</ul>

View File

@ -4,9 +4,9 @@
<strong> If you are currently using a platform like YouTube or Vimeo, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="PeerTube"
image="/assets/img/svg/3rd-party/peertube.svg"
image="/assets/img/legacy_svg/3rd-party/peertube.svg"
description='PeerTube, developed by Framasoft, is a free and decentralized alternative to video platforms, with over 400,000 videos published by over 50,000 users and viewed over 10 million times. If you are looking for a server to join, you are welcome to join our hosted instance: <a href="https://tube.privacytools.io/">tube.privacytools.io</a>'
website="https://joinpeertube.org"
github="https://github.com/Chocobozzz/PeerTube"

View File

@ -538,9 +538,9 @@ We also log how many times this or that tracker has been blocked. We need this i
</h1>
{%
include cardv2.html
include legacy/cardv2.html
title="Unbound"
image="/assets/img/svg/3rd-party/unbound.svg"
image="/assets/img/legacy_svg/3rd-party/unbound.svg"
description='A validating, recursive, caching DNS resolver, supporting DNS-over-TLS, and has been <a href="https://ostif.org/our-audit-of-unbound-dns-by-x41-d-sec-full-results/">independently audited</a>.'
website="https://nlnetlabs.nl/projects/unbound/about/"
forum="https://forum.privacytools.io/t/discussion-unbound/3563"
@ -548,9 +548,9 @@ We also log how many times this or that tracker has been blocked. We need this i
%}
{%
include cardv2.html
include legacy/cardv2.html
title="dnscrypt-proxy"
image="/assets/img/svg/3rd-party/dnscrypt-proxy.svg"
image="/assets/img/legacy_svg/3rd-party/dnscrypt-proxy.svg"
description='A DNS proxy with support for DNSCrypt, DNS-over-HTTPS, and <a href="https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt">Anonymized DNSCrypt</a>, a <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Anonymized-DNS">relay-based protocol that the hides client IP address.</a>'
website="https://github.com/DNSCrypt/dnscrypt-proxy/wiki"
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
@ -558,9 +558,9 @@ We also log how many times this or that tracker has been blocked. We need this i
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Stubby"
image="/assets/img/png/3rd-party/stubby.png"
image="/assets/img/legacy_png/3rd-party/stubby.png"
description='An application that acts as a local DNS-over-TLS stub resolver. Stubby can be used in <a href="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Clients#DNSPrivacyClients-Unbound/Stubbycombination">combination with Unbound</a> by managing the upstream TLS connections (since Unbound cannot yet re-use TCP/TLS connections) with Unbound providing a local cache.'
website="https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby"
forum="https://forum.privacytools.io/t/discussion-stubby/3582"
@ -568,9 +568,9 @@ We also log how many times this or that tracker has been blocked. We need this i
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Firefox's built-in DNS-over-HTTPS resolver"
image="/assets/img/svg/3rd-party/firefox_browser.svg"
image="/assets/img/legacy_svg/3rd-party/firefox_browser.svg"
description='Firefox comes with built-in DNS-over-HTTPS support for <a href="https://blog.mozilla.org/blog/2020/02/25/firefox-continues-push-to-bring-dns-over-https-by-default-for-us-users/">NextDNS and Cloudflare</a> but users can manually use any other DoH resolver.'
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://developers.cloudflare.com/1.1.1.1/privacy/firefox::text==Warning::tooltip==Cloudflare logs a limited amount of data about the DNS requests that are sent to their custom resolver for Firefox."
website="https://support.mozilla.org/en-US/kb/firefox-dns-over-https"
@ -585,9 +585,9 @@ We also log how many times this or that tracker has been blocked. We need this i
</h1>
{%
include cardv2.html
include legacy/cardv2.html
title="Android 9's built-in DNS-over-TLS resolver"
image="/assets/img/svg/3rd-party/android.svg"
image="/assets/img/legacy_svg/3rd-party/android.svg"
description="Android 9 (Pie) comes with built-in DNS-over-TLS support without the need for a 3rd-party application."
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://developers.google.com/speed/public-dns/docs/using#android_9_pie_or_later::text==Warning::tooltip==Android 9's DoT settings have no effect when used concurrently with VPN-based apps which override the DNS."
website="https://support.google.com/android/answer/9089903#private_dns"
@ -595,9 +595,9 @@ We also log how many times this or that tracker has been blocked. We need this i
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Nebulo"
image="/assets/img/png/3rd-party/nebulo.png"
image="/assets/img/legacy_png/3rd-party/nebulo.png"
description='An open-source Android client supporting DNS-over-HTTPS and DNS-over-TLS, caching DNS responses, and locally logging DNS queries.'
website="https://git.frostnerd.com/PublicAndroidApps/smokescreen/-/blob/master/README.md"
privacy-policy="https://smokescreen.app/privacypolicy"
@ -614,9 +614,9 @@ We also log how many times this or that tracker has been blocked. We need this i
</h1>
{%
include cardv2.html
include legacy/cardv2.html
title="DNSCloak"
image="/assets/img/png/3rd-party/dnscloak.png"
image="/assets/img/legacy_png/3rd-party/dnscloak.png"
description='An open-source iOS client supporting DNS-over-HTTPS, DNSCrypt, and <a href="https://github.com/DNSCrypt/dnscrypt-proxy/wiki">dnscrypt-proxy</a> options such as caching DNS responses, locally logging DNS queries, and custom block lists. Users can <a href="https://blog.privacytools.io/adding-custom-dns-over-https-resolvers-to-dnscloak/">add custom resolvers by DNS stamp</a>.'
website="https://github.com/s-s/dnscloak/blob/master/README.md"
privacy-policy="https://drive.google.com/file/d/1050No_pU74CAWUS5-BwQWyO2x_aiMzWc/view"
@ -654,7 +654,7 @@ We also log how many times this or that tracker has been blocked. We need this i
<h4>DNS-over-HTTPS (DoH)</h4>
<p>
Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443 and more difficult to block. {% include badge.html color="warning" text="Warning" tooltip="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server." link="https://tools.ietf.org/html/rfc8484#section-8.2" icon="fas fa-exclamation-triangle" %}
Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443 and more difficult to block. {% include legacy/badge.html color="warning" text="Warning" tooltip="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server." link="https://tools.ietf.org/html/rfc8484#section-8.2" icon="fas fa-exclamation-triangle" %}
</p>
<h4>DNSCrypt</h4>

View File

@ -1,8 +1,8 @@
<h1 id="desktopclients" class="anchor"><a href="#desktopclients"><i class="fas fa-link anchor-icon"></i></a> Desktop Email Clients</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="Thunderbird"
image="/assets/img/svg/3rd-party/thunderbird.svg"
image="/assets/img/legacy_svg/3rd-party/thunderbird.svg"
description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation."
website="https://www.thunderbird.net/"
privacy-policy="https://www.mozilla.org/privacy/thunderbird/"
@ -16,9 +16,9 @@
netbsd="http://pkgsrc.se/mail/thunderbird"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Mailpile"
image="/assets/img/svg/3rd-party/mailpile.svg"
image="/assets/img/legacy_svg/3rd-party/mailpile.svg"
description="Mailpile is a free, community funded, open source email client with user-friendly encryption and privacy features."
website="https://www.mailpile.is/"
privacy-policy="https://www.mailpile.is/privacy.html"
@ -28,9 +28,9 @@
linux="https://www.mailpile.is/download/linux.html"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Mailvelope"
image="/assets/img/svg/3rd-party/mailvelope.svg"
image="/assets/img/legacy_svg/3rd-party/mailvelope.svg"
description="Mailvelope is a browser extension that enables the exchange of encrypted emails following the OpenPGP encryption standard."
website="https://www.mailvelope.com/en"
privacy-policy="https://www.mailvelope.com/en/privacy-policy"
@ -53,9 +53,9 @@
<h2 id="adroidclients" class="anchor"><a href="#adroidclients"><i class="fas fa-link anchor-icon"></i></a> Android Email Clients</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="FairEmail"
image="/assets/img/svg/3rd-party/fairemail.svg"
image="/assets/img/legacy_svg/3rd-party/fairemail.svg"
description="FairEmail is a minimal, open source email app, using open standards (IMAP, SMTP, OpenPGP) with a low data and battery usage."
website="https://email.faircode.eu/"
privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md"
@ -65,9 +65,9 @@
googleplay="https://play.google.com/store/apps/details?id=eu.faircode.email"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="K-9 Mail"
image="/assets/img/svg/3rd-party/k9mail.svg"
image="/assets/img/legacy_svg/3rd-party/k9mail.svg"
description="K-9 Mail is an independent mail application that supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP."
website="https://k9mail.app/"
privacy-policy="https://k9mail.app/privacy"
@ -79,9 +79,9 @@
<h2 id="iosclients" class="anchor"><a href="#iosclients"><i class="fas fa-link anchor-icon"></i></a> iOS Email Clients</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="Canary Mail"
image="/assets/img/svg/3rd-party/canarymail.svg"
image="/assets/img/legacy_svg/3rd-party/canarymail.svg"
labels="color==warning::link==https://canarymail.io/faq.html::text==Closed source::tooltip==The source programming code for Canary Mail is not available. Canary Mail is a proprietary application."
description="Canary Mail is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock."
website="https://canarymail.io/"

View File

@ -9,188 +9,188 @@
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/protonmail.svg"
src="/assets/img/legacy_svg/3rd-party/protonmail.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="ProtonMail">
</div>
<div class="col">
<h2 id="protonmail" class="anchor"><a href="#protonmail"><i class="fas fa-link anchor-icon"></i></a> ProtonMail {% include badge.html color="info" text="Free" %}</h2>
<h2 id="protonmail" class="anchor"><a href="#protonmail"><i class="fas fa-link anchor-icon"></i></a> ProtonMail {% include legacy/badge.html color="info" text="Free" %}</h2>
<p><strong><a href="https://protonmail.com">ProtonMail.com</a></strong> is an email service with a focus on privacy, encryption, security, and ease of use. They have been in operation since <strong>2013</strong>. ProtonMail is based in Genève, <span class="flag-icon flag-icon-ch"></span> Switzerland. Accounts start with 500 MB storage with their free plan.</p>
<p>Free accounts have some limitations and do not allow the use of the <a href="https://protonmail.com/bridge">ProtonMail Bridge</a>, which is required to use a <a href="/software/email">recommended email client</a> (e.g. Thunderbird) or to search email by body text. Paid accounts are available starting at <strong>€48/y</strong> which include features like ProtonMail Bridge, additional storage, custom domain support, and more. The webmail and mobile apps can only search <code>To:</code>, <code>From:</code>, <code>Date:</code> and <code>Subject:</code> (this is likely to change when <a href="https://reddit.com/comments/cqwk2a/comment/ex21b4e">v4.0</a> of ProtonMail is released).</p>
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Domains and Aliases" %}</h5>
<p>Paid ProtonMail users can use their own domain with the service. <a href="https://protonmail.com/support/knowledge-base/catch-all/">Catch-all</a> addresses are supported with custom domains for Professional and Visionary plans. ProtonMail also supports <a href="https://protonmail.com/support/knowledge-base/creating-aliases/">subaddressing</a>, which is useful for users who don't want to purchase a domain.</p>
<h5>{% include badge.html color="success" text="Payment Methods" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Payment Methods" %}</h5>
<p>ProtonMail accepts Bitcoin in addition to accepting credit/debit cards and PayPal.</p>
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Account Security" %}</h5>
<p>ProtonMail supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> <a href="https://protonmail.com/support/knowledge-base/two-factor-authentication/">two factor authentication</a> only. The use of a <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key is not yet supported. ProtonMail is planning to implement U2F upon completion of their <a href="https://reddit.com/comments/cheoy6/comment/feh2lw0/">Single Sign On (SSO)</a> code.</p>
<h5>{% include badge.html color="success" text="Data Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Data Security" %}</h5>
<p>ProtonMail has <a href="https://protonmail.com/blog/zero-access-encryption">zero access encryption at rest</a> for your emails, <a href="https://protonmail.com/blog/encrypted-contacts-manager">address book contacts</a>, and <a href="https://protonmail.com/blog/protoncalendar-security-model">calendars</a>. This means the messages and other data stored in your account are only readable by you. </p>
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Email Encryption" %}</h5>
<p>ProtonMail has <a href="https://protonmail.com/support/knowledge-base/how-to-use-pgp">integrated OpenPGP encryption</a> in their webmail. Emails to other ProtonMail users are encrypted automatically, and encryption to non-ProtonMail users with an OpenPGP key can be enabled easily in your account settings. They also allow you to <a href="https://protonmail.com/support/knowledge-base/encrypt-for-outside-users">encrypt messages to non-ProtonMail users</a> without the need for them to sign up for a ProtonMail account or use software like OpenPGP.</p>
<p>ProtonMail also supports the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of ProtonMail to find the OpenPGP keys of ProtonMail users easily, for cross-provider E2EE.</p>
<h5>{% include badge.html color="success" text=".onion Service" %}</h5>
<h5>{% include legacy/badge.html color="success" text=".onion Service" %}</h5>
<p>ProtonMail is accessible via Tor at <a href="https://protonirockerxow.onion/">protonirockerxow.onion</a>.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>ProtonMail offers a "Visionary" account for €24/Month, which also enables access to ProtonVPN in addition to providing multiple accounts, domains, aliases, and extra storage.</p>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/mailboxorg.svg"
src="/assets/img/legacy_svg/3rd-party/mailboxorg.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="Mailbox">
</div>
<div class="col">
<h2 id="mailbox" class="anchor"><a href="#mailbox"><i class="fas fa-link anchor-icon"></i></a> Mailbox.org {% include badge.html color="info" text="€12/y" %}</h2>
<h2 id="mailbox" class="anchor"><a href="#mailbox"><i class="fas fa-link anchor-icon"></i></a> Mailbox.org {% include legacy/badge.html color="info" text="€12/y" %}</h2>
<p><strong><a href="https://mailbox.org">Mailbox.org</a></strong> is an email service with a focus on being secure, ad-free, and privately powered by 100% eco-friendly energy. They have been in operation since <strong>2014</strong>. Mailbox.org is based in Berlin, <span class="flag-icon flag-icon-de"></span> Germany. Accounts start with 2 GB of storage, which can be upgraded as needed.</p>
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Domains and Aliases" %}</h5>
<p>Mailbox.org lets users use their own domain and they support <a href="https://kb.mailbox.org/display/MBOKBEN/Using+catch-all+alias+with+own+domain">catch-all</a> addresses. Mailbox.org also supports <a href="https://kb.mailbox.org/display/BMBOKBEN/What+is+an+alias+and+how+do+I+use+it">subaddressing</a>, which is useful for users who don't want to purchase a domain.</p>
<h5>{% include badge.html color="warning" text="Payment Methods" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Payment Methods" %}</h5>
<p>Mailbox.org doesn't accept Bitcoin or any other cryptocurrencies as a result of their payment processor BitPay suspending operations in Germany. However, they do accept Cash by mail, cash payment to bank account, bank transfer, credit card, PayPal and couple of German-specific processors: paydirekt and Sofortüberweisung.</p>
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Account Security" %}</h5>
<p>Mailbox.org supports <a href="https://kb.mailbox.org/display/MBOKBEN/How+to+use+two-factor+authentication+-+2FA">two factor authentication</a> for their webmail only. You can use either <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> or a <a href="https://en.wikipedia.org/wiki/YubiKey">Yubikey</a> via the <a href="https://www.yubico.com/products/services-software/yubicloud">Yubicloud</a>. Web standards such as <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> and <a href="https://en.wikipedia.org/wiki/WebAuthn">WebAuthn</a> are not yet supported.</p>
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Data Security" %}</h5>
<p>Mailbox.org allows for encryption of incoming mail using their <a href="https://kb.mailbox.org/display/MBOKBEN/The+Encrypted+Mailbox">encrypted mailbox</a>. New messages that you receive will then be immediately encrypted with your public key.</p>
<p>However, <a href="https://en.wikipedia.org/wiki/Open-Xchange">Open-Exchange</a>, the software platform used by Mailbox.org, <a href="https://kb.mailbox.org/display/BMBOKBEN/Encryption+of+calendar+and+address+book">does not support</a> the encryption of your address book and calendar. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate for that information.</p>
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Email Encryption" %}</h5>
<p>Mailbox.org has <a href="https://kb.mailbox.org/display/MBOKBEN/Send+encrypted+e-mails+with+Guard">integrated encryption</a> in their webmail, which simplifies sending messages to users with public OpenPGP keys. They also allow <a href="https://kb.mailbox.org/display/MBOKBEN/My+recipient+does+not+use+PGP">remote recipients to decrypt an email</a> on Mailbox.org's servers. This feature is useful when the remote recipient does not have OpenPGP and cannot decrypt a copy of the email in their own mailbox.</p>
<p>Mailbox.org also supports the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of Mailbox.org to find the OpenPGP keys of Mailbox.org users easily, for cross-provider E2EE.</p>
<h5>{% include badge.html color="warning" text=".onion Service" %}</h5>
<h5>{% include legacy/badge.html color="warning" text=".onion Service" %}</h5>
<p>You can access your Mailbox.org account via IMAP/SMTP using <a href="https://kb.mailbox.org/display/MBOKBEN/The+Tor+exit+node+of+mailbox.org">their .onion service</a>. However, their webmail interface cannot be accessed via their .onion service, and users may experience TLS certificate errors.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>All accounts come with limited cloud storage that <a href="https://kb.mailbox.org/display/MBOKBEN/Encrypt+files+on+your+Drive">can be encrypted</a>. Mailbox.org also offers the alias <a href="https://kb.mailbox.org/display/MBOKBEN/Ensuring+E-Mails+are+Sent+Securely">@secure.mailbox.org</a>, which enforces the TLS encryption on the connection between mail servers, otherwise the message will not be sent at all. Mailbox.org also supports <a href="https://en.wikipedia.org/wiki/Exchange_ActiveSync">Exchange ActiveSync</a> in addition to standard access protocols like IMAP and POP3.</p>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/posteo.svg"
src="/assets/img/legacy_svg/3rd-party/posteo.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="Posteo">
</div>
<div class="col">
<h2 id="posteo" class="anchor"><a href="#posteo"><i class="fas fa-link anchor-icon"></i></a> Posteo {% include badge.html color="info" text="€12/y" %}</h2>
<h2 id="posteo" class="anchor"><a href="#posteo"><i class="fas fa-link anchor-icon"></i></a> Posteo {% include legacy/badge.html color="info" text="€12/y" %}</h2>
<p><strong><a href="https://posteo.de">Posteo.de</a></strong> is an email provider that focuses on anonymous, secure, and private email. Their servers are powered by 100% sustainable energy. They have been in operation since <strong>2009</strong>. Posteo is based in <span class="flag-icon flag-icon-de"></span> Germany and has a free 14-day trial. Posteo comes with 2 GB for the monthly cost and an extra gigabyte can be purchased for €0.25 per month.</p>
<h5>{% include badge.html color="warning" text="Domains and Aliases" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Domains and Aliases" %}</h5>
<p>Posteo does <a href="https://posteo.de/en/site/faq">not allow the use of custom domains</a>, however users may still make use of <a href="https://posteo.de/en/help/what-is-an-email-alias">subaddressing</a>.</p>
<h5>{% include badge.html color="warning" text="Payment Methods" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Payment Methods" %}</h5>
<p>Posteo does not accept Bitcoin or other cryptocurrencies as a form of payment, however they do accept cash-by-mail. They also accept credit/debit cards, bank transfers, and PayPal, and remove PII (personally identifiable information) <a href="https://posteo.de/en/site/payment">that they receive</a> in connection with these payment methods.</p>
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Account Security" %}</h5>
<p>Posteo supports <a href="https://posteo.de/en/help/what-is-two-factor-authentication-and-how-do-i-set-it-up">two factor authentication</a> for their webmail only. You can use either <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> a <a href="https://en.wikipedia.org/wiki/YubiKey">Yubikey</a> with TOTP. Web standards such as <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> and <a href="https://en.wikipedia.org/wiki/WebAuthn">WebAuthn</a> are not yet supported.</p>
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Data Security" %}</h5>
<p>Posteo has <a href="https://posteo.de/en/site/encryption#cryptomailstorage">zero access encryption</a> for email storage. This means the messages stored in your account are only readable by you.</p>
<p>Posteo also supports the encryption of your <a href="https://posteo.de/en/site/features#featuresaddressbook">address book contacts</a> and <a href="https://posteo.de/en/site/features#featurescalendar">calendars</a> at rest. However, Posteo still uses standard <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a> and <a href="https://en.wikipedia.org/wiki/CardDAV">CardDAV</a> for calendars and contacts. These protocols do not support <a href="https://en.wikipedia.org/wiki/End-to-end_encryption">E2EE (End-To-End Encryption)</a>. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropiate.</p>
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Email Encryption" %}</h5>
<p>Posteo has <a href="https://posteo.de/en/site/encryption#pgp_webmailer">integrated encryption</a> in their webmail, which simplifies sending messages to users with public OpenPGP keys. They also support the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of Posteo to find the OpenPGP keys of Posteo users easily, for cross-provider E2EE.</p>
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
<h5>{% include legacy/badge.html color="danger" text=".onion Service" %}</h5>
<p>Posteo does not operate a .onion service.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>Posteo allows users to <a href="https://posteo.de/en/help/does-posteo-offer-mailing-lists">set up their own mailing lists</a>. Each account can create one list for free.</p>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/disroot.svg"
data-theme-src="/assets/img/svg/3rd-party/disroot-dark.svg"
src="/assets/img/legacy_svg/3rd-party/disroot.svg"
data-theme-src="/assets/img/legacy_svg/3rd-party/disroot-dark.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="Disroot">
</div>
<div class="col">
<h2 id="disroot" class="anchor"><a href="#disroot"><i class="fas fa-link anchor-icon"></i></a> Disroot {% include badge.html color="info" text="Free" %}</h2>
<h2 id="disroot" class="anchor"><a href="#disroot"><i class="fas fa-link anchor-icon"></i></a> Disroot {% include legacy/badge.html color="info" text="Free" %}</h2>
<p><strong><a href="https://disroot.org/en/services/email">Disroot</a></strong> offers email amongst <a href="https://disroot.org/en/#services">other services</a>. The service is maintained by volunteers and its community. They have been in operation since <strong>2015</strong>. Disroot is based in <span class="flag-icon flag-icon-nl"></span> Amsterdam. Disroot is free and uses open source software such as Rainloop to provide service. Users support the service through donations and buying extra storage. The mailbox limit is 1 GB, but extra storage can be purchased 0.15€ per GB per month paid yearly.</p>
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Domains and Aliases" %}</h5>
<p>Disroot lets users use their own domain. They have aliases, however you must <a href="https://disroot.org/en/forms/alias-request-form">manually apply</a> for them.</p>
<h5>{% include badge.html color="success" text="Payment Methods" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Payment Methods" %}</h5>
<p>Disroot accepts Bitcoin and Faircoin as payment methods. They also accept PayPal, direct bank deposit, and Patreon payments. Disroot is a not-for-profit organization that also accepts donations through Liberapay, Flattr, and Monero, but these payment methods cannot be used to purchase services.</p>
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Account Security" %}</h5>
<p>Disroot supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> two factor authentication for webmail only. They do not allow <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key authentication.</p>
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Data Security" %}</h5>
<p>Disroot uses full disk encryption. However, it doesn't appear to be "zero access", meaning it is technically possible for them to decrypt the data they have.</p>
<p>Disroot also uses the standard <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a> and <a href="https://en.wikipedia.org/wiki/CardDAV">CardDAV</a> protocols for calendars and contacts, which do not support E2EE. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate.</p>
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Email Encryption" %}</h5>
<p>Disroot allows for encrypted emails to be sent from their webmail application using OpenPGP. However, Disroot has not integrated a <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a> for users on their platform.</p>
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
<h5>{% include legacy/badge.html color="danger" text=".onion Service" %}</h5>
<p>Disroot does not operate a .onion service.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>They offer <a href="https://disroot.org/en/#services">other services</a> such as NextCloud, XMPP Chat, Etherpad, Ethercalc, Pastebin, Online polls and a Gitea instance. They also have an app <a href="https://f-droid.org/packages/org.disroot.disrootapp/">available in F-Droid</a>.</p>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/tutanota.svg"
data-theme-src="/assets/img/svg/3rd-party/tutanota-dark.svg"
src="/assets/img/legacy_svg/3rd-party/tutanota.svg"
data-theme-src="/assets/img/legacy_svg/3rd-party/tutanota-dark.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="Tutanota">
</div>
<div class="col">
<h2 id="tutanota" class="anchor"><a href="#tutanota"><i class="fas fa-link anchor-icon"></i></a> Tutanota {% include badge.html color="info" text="Free" %}</h2>
<h2 id="tutanota" class="anchor"><a href="#tutanota"><i class="fas fa-link anchor-icon"></i></a> Tutanota {% include legacy/badge.html color="info" text="Free" %}</h2>
<p><strong><a href="https://tutanota.com">Tutanota.com</a></strong> is an email service with a focus on security and privacy through the use of encryption. Tutanota has been in operation since <strong>2011</strong> and is based in Hanover, <span class="flag-icon flag-icon-de"></span> Germany. Accounts start with 1GB storage with their free plan.</p>
<p>Tutanota <a href="https://tutanota.com/faq/#imap">doesn't allow</a> the use of third-party <a href="/software/email/">email clients</a>. There are plans to allow Tutanota pull email from <a href="https://github.com/tutao/tutanota/issues/544">external email accounts</a> using the <a href="https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP</a> protocol. <a href="https://github.com/tutao/tutanota/issues/630">Email import</a> is currently not possible.</p>
<p>Emails can be exported <a href="https://tutanota.com/howto#generalMail">individually or by bulk selection</a>. Tutanota does not allow for <a href="https://github.com/tutao/tutanota/issues/927">subfolders</a> as you might expect with other email providers.</p>
<p>Tutanota is working on a <a href="https://tutanota.com/blog/posts/desktop-clients/">desktop client</a> and they have an app <a href="https://f-droid.org/packages/de.tutao.tutanota">available in F-Droid</a>. They also have their app in conventional stores such as <a href="https://apps.apple.com/us/app/tutanota/id922429609">App Store</a> on iOS and <a href="https://play.google.com/store/apps/details?id=de.tutao.tutanota">Google Play</a> for Android.</p>
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Domains and Aliases" %}</h5>
<p>Paid Tutanota accounts can use up to 5 <a href="https://tutanota.com/faq#alias">aliases</a> and <a href="https://tutanota.com/faq#custom-domain">custom domains</a>. Tutanota doesn't allow for <a href="https://tutanota.com/faq#plus">subaddressing (plus addresses)</a>, but you can use a <a href="https://tutanota.com/howto#settings-global">catch-all</a> with a custom domain.</p>
<h5>{% include badge.html color="danger" text="Payment Methods" %}</h5>
<h5>{% include legacy/badge.html color="danger" text="Payment Methods" %}</h5>
<p>Tutanota accepts only credit cards and PayPal.</p>
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Account Security" %}</h5>
<p>Tutanota supports <a href="https://tutanota.com/faq#2fa">two factor authentication</a>. Users can either use <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> or <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a>. U2F support is <a href="https://github.com/tutao/tutanota/issues/443">not yet available on Android</a>.</p>
<h5>{% include badge.html color="success" text="Data Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Data Security" %}</h5>
<p>Tutanota has <a href="https://tutanota.com/faq#what-encrypted">zero access encryption at rest</a> for your emails, <a href="https://tutanota.com/faq#encrypted-address-book">address book contacts</a>, and <a href="https://tutanota.com/faq#calendar">calendars</a>. This means the messages and other data stored in your account are only readable by you. </p>
<h5>{% include badge.html color="warning" text="Email Encryption" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Email Encryption" %}</h5>
<p>Tutanota <a href="https://www.tutanota.com/faq/#pgp">does not use OpenPGP</a>. Tutanota users can only receive encrypted emails when external users send them through a <a href="https://www.tutanota.com/howto/#encrypted-email-external">temporary Tutanota mailbox</a>.</p>
<p>Tutanota <a href="https://github.com/tutao/tutanota/issues/198">does have plans</a> to support <a href="https://autocrypt.org">AutoCrypt</a>. This would allow for external users to send encrypted emails to Tutanota users as long as their email client supports the AutoCrypt headers.</p>
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
<h5>{% include legacy/badge.html color="danger" text=".onion Service" %}</h5>
<p>Tutanota does not operate a .onion service but <a href="https://github.com/tutao/tutanota/issues/528">may consider</a> it in the future.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>Tutanota offers the business version of <a href="https://tutanota.com/blog/posts/secure-email-for-non-profit">Tutanota to non-profit organizations</a> for free or with a heavy discount.</p>
<p>Tutanota also has a business feature called <a href="https://tutanota.com/secure-connect/">Secure Connect</a>. This ensures customer contact to the business uses E2EE. The feature costs €240/y.</p>
@ -199,38 +199,38 @@
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/startmail.svg"
data-theme-src="/assets/img/svg/3rd-party/startmail-dark.svg"
src="/assets/img/legacy_svg/3rd-party/startmail.svg"
data-theme-src="/assets/img/legacy_svg/3rd-party/startmail-dark.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
alt="StartMail">
</div>
<div class="col">
<h2 id="startmail" class="anchor"><a href="#startmail"><i class="fas fa-link anchor-icon"></i></a> StartMail {% include badge.html color="info" text="Personal USD $59.95/y" %}</h2>
<h2 id="startmail" class="anchor"><a href="#startmail"><i class="fas fa-link anchor-icon"></i></a> StartMail {% include legacy/badge.html color="info" text="Personal USD $59.95/y" %}</h2>
<p><strong><a href="https://startmail.com">StartMail.com</a></strong> is an email service with a focus on security and privacy through the use of standard OpenPGP encryption. StartMail has been in operation since <strong>2014</strong> and is based in Boulevard 11, Zeist <span class="flag-icon flag-icon-nl"></span> Netherlands. Accounts start with 10GB. They offer a 30-day trial.</p>
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Domains and Aliases" %}</h5>
<p>Personal accounts can use <a href="https://support.startmail.com/hc/en-us/articles/360007297457-Aliases">Custom or Generated</a> aliases. Business accounts can use <a href="https://support.startmail.com/hc/en-us/articles/360006840058">Domain aliases</a>.</p>
<h5>{% include badge.html color="warning" text="Payment Methods" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Payment Methods" %}</h5>
<p>StartMail accepts Visa, MasterCard, American Express and Paypal. StartMail also has other <a href="https://support.startmail.com/hc/en-us/articles/360006620637-Payment-methods">payment options</a> such as Bitcoin (currently only for Personal accounts) and SEPA Direct Debit for accounts older than a year.</p>
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Account Security" %}</h5>
<p>StartMail supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> two factor authentication <a href="https://support.startmail.com/hc/en-us/articles/360006682158-Two-factor-authentication-2FA">for webmail only</a>. They do not allow <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key authentication.</p>
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="Data Security" %}</h5>
<p>StartMail has <a href="https://www.startmail.com/en/whitepaper/#_Toc458527835">zero access encryption at rest</a>, using their "user vault" system. When a user logs in, the vault is opened, and the email is then moved to the vault out of the queue where it is decrypted by the corresponding private key.</p>
<p>StartMail supports importing <a href="https://support.startmail.com/hc/en-us/articles/360006495557-Import-contacts">contacts</a> however, they are only accessible in the webmail and not through protocols such as <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a>. Contacts are also not stored using zero knowledge encryption, so a <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate.</p>
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Email Encryption" %}</h5>
<p>StartMail has <a href="https://support.startmail.com/hc/en-us/sections/360001889078-Encryption">integrated encryption</a> in their webmail, which simplifies sending messages to users with public OpenPGP keys.</p>
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
<h5>{% include legacy/badge.html color="danger" text=".onion Service" %}</h5>
<p>StartMail does not operate a .onion service.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>StartMail allows for proxying of images within emails. If a user allows the remote image to be loaded, the sender won't know what the user's IP address is.</p>
</div>
</div>

View File

@ -5,10 +5,10 @@
</div>
{%
include cardv2.html
include legacy/cardv2.html
title="VeraCrypt - Disk Encryption"
image="/assets/img/svg/3rd-party/veracrypt.svg"
image-dark="/assets/img/svg/3rd-party/veracrypt-dark.svg"
image="/assets/img/legacy_svg/3rd-party/veracrypt.svg"
image-dark="/assets/img/legacy_svg/3rd-party/veracrypt-dark.svg"
description="<strong>VeraCrypt</strong> is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition or the entire storage device with pre-boot authentication. VeraCrypt is a fork of the discontinued TrueCrypt project. It was initially released on June 22, 2013. According to its developers, security improvements have been implemented and issues raised by the initial TrueCrypt code audit have been addressed."
website="https://veracrypt.fr/"
forum="https://forum.privacytools.io/t/discussion-veracrypt-file-encryption/1532"
@ -19,9 +19,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="GNU Privacy Guard - Email Encryption"
image="/assets/img/svg/3rd-party/gnupg.svg"
image="/assets/img/legacy_svg/3rd-party/gnupg.svg"
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/"
privacy-policy="https://gnupg.org/privacy-policy.html"
@ -38,9 +38,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="7 Zip"
image="/assets/img/svg/3rd-party/7zip.svg"
image="/assets/img/legacy_svg/3rd-party/7zip.svg"
description='<strong>7-Zip</strong> is a free and open-source file archiver, a utility used to place groups of files within compressed containers. On Linux, MacOS etc. the command-line tool <a href="http://p7zip.sourceforge.net/"><strong>p7zip</strong></a> is used and integrates into various interfaces such as <a href="https://wiki.gnome.org/Apps/FileRoller">FileRoller</a>, <a href="https://github.com/ib/xarchiver">Xarchiver</a>, <a href="https://kde.org/applications/utilities/ark">Ark</a>.'
website="https://7-zip.org"
forum="https://forum.privacytools.io/t/discussion-7-zip/3024"
@ -57,7 +57,7 @@
<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.
{% include badge.html
{% include legacy/badge.html
color="warning"
text="Closed source"
icon="fas fa-exclamation-triangle"
@ -70,7 +70,7 @@
<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.</li>
<li>
<a href="https://kryptor.co.uk/">Kryptor</a> is a file encryption program for Windows, MacOS, and Linux.
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
text="Beta"

View File

@ -1,8 +1,8 @@
<h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="OnionShare"
image="/assets/img/svg/3rd-party/onionshare.svg"
image="/assets/img/legacy_svg/3rd-party/onionshare.svg"
website="https://onionshare.org/"
tor="http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.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 accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files."
@ -15,9 +15,9 @@
openbsd="http://openports.se/net/onionshare"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Magic Wormhole"
image="/assets/img/png/3rd-party/magic_wormhole.png"
image="/assets/img/legacy_png/3rd-party/magic_wormhole.png"
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"
@ -34,7 +34,7 @@
<ul>
<li><a href="https://framadrop.org/">FramaDrop</a> - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by <a href="https://framagit.org/fiat-tux/hat-softwares/lufi">LuFi</a>.
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://framasoft.org/en/cgu/"

View File

@ -6,9 +6,9 @@
</h1>
{%
include cardv2.html
include legacy/cardv2.html
title="Syncthing"
image="/assets/img/svg/3rd-party/syncthing.svg"
image="/assets/img/legacy_svg/3rd-party/syncthing.svg"
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 is transmitted over the Internet."
website="https://syncthing.net/"
forum="https://forum.privacytools.io/t/discussion-syncthing/1627/2"

View File

@ -1,11 +1,11 @@
<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/svg/layout/ukusa.svg" width="260" height="115" class="img-fluid float-right ml-2" alt="UKUSA Agreement">
<img src="/assets/img/legacy_svg/layout/ukusa.svg" 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>
<div class="row mb-3">
{% include panel.html color="danger"
{% include legacy/panel.html color="danger"
title="Five Eyes"
body='
<ol class="card-ol">
@ -18,7 +18,7 @@
'
%}
{% include panel.html color="warning"
{% include legacy/panel.html color="warning"
title="Nine Eyes"
body='
<ol class="card-ol">
@ -30,7 +30,7 @@
'
%}
{% include panel.html color="secondary"
{% include legacy/panel.html color="secondary"
title="Fourteen Eyes"
body='
<ol class="card-ol">

View File

@ -1,9 +1,9 @@
<div class="jumbotron p-5">
<h1 class="display-4">
<a href="{{ site.production_url }}" title="{{ site.name }}">
<img class="img-fluid d-none d-sm-block" src="/assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="{{ site.name }}">
<img class="img-fluid d-none d-sm-block" src="/assets/img/legacy_svg/layout/brand/horizontal.svg" width="500px" alt="{{ site.name }}">
<div class="text-center">
<img class="img-fluid d-sm-none" src="/assets/img/svg/layout/brand/vertical.svg" width="300px" alt="{{ site.name }}">
<img class="img-fluid d-sm-none" src="/assets/img/legacy_svg/layout/brand/vertical.svg" width="300px" alt="{{ site.name }}">
</div>
</a>
</h1>

View File

@ -1,19 +1,19 @@
<h1 id="host" class="anchor"><a href="#host"><i class="fas fa-link anchor-icon"></i></a> Secure Hosting Provider</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="Data Center: Bahnhof"
image="/assets/img/svg/3rd-party/bahnhof.svg"
image-dark="/assets/img/svg/3rd-party/bahnhof-dark.svg"
image="/assets/img/legacy_svg/3rd-party/bahnhof.svg"
image-dark="/assets/img/legacy_svg/3rd-party/bahnhof-dark.svg"
description="Bahnhof is one of Swedens 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/"
privacy-policy="https://bahnhof.se/filestorage/userfiles/file/PrivacyPolicy_Bahnhof.pdf"
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="VPS & Domain: Njalla"
image="/assets/img/svg/3rd-party/njalla.svg"
image-dark="/assets/img/svg/3rd-party/njalla-dark.svg"
image="/assets/img/legacy_svg/3rd-party/njalla.svg"
image-dark="/assets/img/legacy_svg/3rd-party/njalla-dark.svg"
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, Zcash, DASH, Bitcoin Cash and PayPal."
website="https://njal.la/"
labels="color==warning::link==https://github.com/privacytools/privacytools.io/issues/1920::text==Warning::tooltip==Njalla blocks port 25 traffic."

View File

@ -20,9 +20,9 @@
<p>Centralized messengers are those where every participant is on the same server or network of servers controlled by the same organization.</p>
{%
include cardv2.html
include legacy/cardv2.html
title="Signal"
image="/assets/img/svg/3rd-party/signal.svg"
image="/assets/img/legacy_svg/3rd-party/signal.svg"
description='Signal is a mobile app developed by Signal Messenger LLC. The app provides instant messaging, as well as voice and video calling. All communications are E2EE unless you choose to send as SMS. Its protocol has also been <a href="https://eprint.iacr.org/2016/1013.pdf">indepedently audited (PDF)</a>'
labels="color==warning::text==Requires phone number::tooltip==Signal requires your phone number as an personal identifier which means anyone you communicate with will see it.|text==VoIP"
website="https://signal.org/"
@ -70,9 +70,9 @@
<p>Federated messengers use multiple, independent servers that are able to talk to each other (email is one example of a federated service). Federation allows system administrators to control their own server and still be a part of the larger communications network.</p>
{%
include cardv2.html
include legacy/cardv2.html
title="Element"
image="/assets/img/svg/3rd-party/element.svg"
image="/assets/img/legacy_svg/3rd-party/element.svg"
description='<a href="https://element.io">Element</a> (formerly <a href="https://element.io/blog/welcome-to-element/">Riot</a>) is the reference client for the <a href="https://matrix.org/docs/guides/introduction">Matrix</a> network. The <a href="https://matrix.org/docs/spec">Matrix open standard</a> is an open-source standard for secure, decentralized, real-time communication.'
labels="text==VoIP"
website="https://element.io"
@ -128,9 +128,9 @@
<p>Peer-to-Peer instant messengers connect directly to each other without requiring third-party servers. Clients (peers) usually find each other through the use of a <a href="https://en.wikipedia.org/wiki/Distributed_computing">distributed computing</a> network. Examples of this include <a href="https://en.wikipedia.org/wiki/Distributed_hash_table">DHT (distributed hash table)</a> (used with technologies like <a href="https://en.wikipedia.org/wiki/BitTorrent_(protocol)">torrents</a> and <a href="https://en.wikipedia.org/wiki/InterPlanetary_File_System">IPFS</a>, for example). Another approach is proximity based networks, where a connection is established over WiFi or Bluetooth (for example, Briar or the <a href="https://www.scuttlebutt.nz">Scuttlebutt</a> social networking protocol). Once a peer has found a route to its contact via any of these methods, a direct connection between them is made.</p>
{%
include cardv2.html
include legacy/cardv2.html
title="Briar"
image="/assets/img/svg/3rd-party/briar.svg"
image="/assets/img/legacy_svg/3rd-party/briar.svg"
description="Encrypted instant messenger that connects to contacts via Wi-Fi, Bluetooth, or Tor over the internet to synchronize messages. Technology such as this has proven to be useful when Internet availability is an issue, such as in times of crisis."
website="https://briarproject.org"
privacy-policy="https://briarproject.org/privacy-policy/"
@ -141,9 +141,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Jami"
image="/assets/img/svg/3rd-party/jami.svg"
image="/assets/img/legacy_svg/3rd-party/jami.svg"
description="Encrypted instant messaging and video calling software. All communications are E2EE using <a href=//jami.net/improving-performance-and-security-with-tls-1-3/>TLS 1.3</a> and never stored elsewhere than on user's devices, even when <a href=//jami.net/why-is-jami-truly-distributed/>TURN servers are used</a>."
labels="color==warning::link==https://git.jami.net/savoirfairelinux/ring-project/issues/765::text==Warning::tooltip==This software is partially centralized but can be self-hosted.|text==VoIP"
website="https://jami.net/"

View File

@ -6,7 +6,7 @@
<div class="row mb-2">
{% include panel.html color="danger"
{% include legacy/panel.html color="danger"
title="Key disclosure laws apply"
body='
<ol class="card-ol">
@ -23,7 +23,7 @@
'
%}
{% include panel.html color="warning"
{% include legacy/panel.html color="warning"
title="Key disclosure laws may apply"
body='
<ol class="card-ol">
@ -37,7 +37,7 @@
'
%}
{% include panel.html color="success"
{% include legacy/panel.html color="success"
title="Key disclosure laws don't apply"
body='
<ol class="card-ol">
@ -67,7 +67,7 @@
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
<img src="/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
<img src="/assets/img/legacy_svg/layout/great_seal_of_the_united_states_obverse.svg" 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 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>

View File

@ -4,9 +4,9 @@
<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
{% include legacy/cardv2.html
title="Joplin"
image="/assets/img/svg/3rd-party/joplin.svg"
image="/assets/img/legacy_svg/3rd-party/joplin.svg"
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/"
privacy-policy="https://joplinapp.org/privacy/"
@ -22,9 +22,9 @@
chrome="https://chrome.google.com/webstore/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfek"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Standard Notes"
image="/assets/img/svg/3rd-party/standard_notes.svg"
image="/assets/img/legacy_svg/3rd-party/standard_notes.svg"
description='Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. It features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors. It has also been <a href="https://s3.amazonaws.com/standard-notes/security/Report-SN-Audit.pdf">independently audited (PDF)</a>.'
website="https://standardnotes.org/"
privacy-policy="https://standardnotes.org/privacy"
@ -38,9 +38,9 @@
web="https://app.standardnotes.org/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Turtl"
image="/assets/img/svg/3rd-party/turtl.svg"
image="/assets/img/legacy_svg/3rd-party/turtl.svg"
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/"
privacy-policy="https://turtlapp.com/privacy/"

View File

@ -4,9 +4,9 @@
<strong>If you are currently using an operating system that collects data like Windows 10, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Fedora Workstation"
image="/assets/img/svg/3rd-party/fedora.svg"
image="/assets/img/legacy_svg/3rd-party/fedora.svg"
description='Fedora is a Linux distribution developed by the Fedora Project and sponsored by Red Hat. Fedora Workstation is a secure, reliable, and user-friendly edition developed for desktops and laptops. Fedora by default comes with the GNOME desktop environment, other <a href="https://spins.fedoraproject.org/">desktop environments</a> are also available.'
badges="info:Linux"
website="https://getfedora.org/"
@ -14,9 +14,9 @@
git="https://src.fedoraproject.org/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Ubuntu"
image="/assets/img/svg/3rd-party/ubuntu.svg"
image="/assets/img/legacy_svg/3rd-party/ubuntu.svg"
description='Ubuntu is a Linux distribution developed by Canonical Ltd. Ubuntu is a reliable and distribution that is user-friendly and can be run on desktops, servers, and IoT devices. Ubuntu uses GNOME as the default desktop environment, while other <a href="https://ubuntu.com/download/flavours">desktop environments</a> are also available.'
badges="info:Linux"
website="https://ubuntu.com"
@ -30,9 +30,9 @@
<strong>These options have advanced features and are unique in some way. These options will likely require the user to read technical background documentation.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Alpine Linux"
image="/assets/img/svg/3rd-party/alpinelinux.svg"
image="/assets/img/legacy_svg/3rd-party/alpinelinux.svg"
description='Alpine Linux is a very minimal distribution designed to be secure and very resource efficient. Alpine Linux can run from RAM, and merge configuration files into the system on boot using <a href="https://wiki.alpinelinux.org/wiki/Alpine_local_backup">Alpine local backup</a>. Alpine Linux is often used on servers and in Linux containers.'
badges="info:Linux"
website="https://alpinelinux.org/"
@ -40,9 +40,9 @@
gitlab="https://gitlab.alpinelinux.org"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Arch Linux"
image="/assets/img/svg/3rd-party/archlinux.svg"
image="/assets/img/legacy_svg/3rd-party/archlinux.svg"
description='A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement.'
badges="info:Linux"
labels="color==success::link==https://tests.reproducible-builds.org/archlinux/archlinux.html::text==Reproducible builds"
@ -51,9 +51,9 @@
gitlab="https://gitlab.archlinux.org"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Debian"
image="/assets/img/svg/3rd-party/debian.svg"
image="/assets/img/legacy_svg/3rd-party/debian.svg"
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:Linux"
labels="color==success::link==https://reproducible.debian.net::text==Reproducible builds"
@ -63,9 +63,9 @@
gitlab="https://salsa.debian.org/qa/debsources"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="NixOS"
image="/assets/img/svg/3rd-party/nixos.svg"
image="/assets/img/legacy_svg/3rd-party/nixos.svg"
description='NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many <a href="https://nixos.org/features.html">other advantages</a>.'
badges="info:Linux"
labels="color==success::link==https://r13y.com::text==Reproducible builds"
@ -74,9 +74,9 @@
github="https://github.com/NixOS"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Qubes OS"
image="/assets/img/svg/3rd-party/qubes_os.svg"
image="/assets/img/legacy_svg/3rd-party/qubes_os.svg"
description='Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers.'
badges="info:Xen"
website="https://www.qubes-os.org/"

View File

@ -1,8 +1,8 @@
<h2 id="other_os" class="anchor"><a href="#other_os"><i class="fas fa-link anchor-icon"></i></a> Other Mobile Operating Systems</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="Ubuntu Touch"
image="/assets/img/svg/3rd-party/ubuntu.svg"
image="/assets/img/legacy_svg/3rd-party/ubuntu.svg"
description="Ubuntu Touch is a free and open-source operating system for smartphones and tablets. It's an alternative to the current popular mobile operating systems on the market. Only a few devices are <a href=https://devices.ubuntu-touch.io/>supported.</a>"
badges="info:Linux"
website="https://ubuntu-touch.io/"

View File

@ -6,25 +6,25 @@
<div class="row">
{% include card.html color="success"
{% include legacy/card.html color="success"
title="Discourse & Reddit"
image="/assets/img/svg/3rd-party/discourse.svg"
image="/assets/img/legacy_svg/3rd-party/discourse.svg"
url="https://forum.privacytools.io/"
website="Discourse"
extra_button='<a class="btn btn-success mb-1" href="https://www.reddit.com/r/privacytoolsIO/">Reddit</a>'
description='Join our Discourse community to stay up to date on privacy news or make suggestions!'
%}
{% include card.html color="primary"
{% include legacy/card.html color="primary"
title="Follow on Mastodon & Twitter"
image="/assets/img/svg/3rd-party/mastodon.svg"
image="/assets/img/legacy_svg/3rd-party/mastodon.svg"
url="https://social.privacytools.io/@privacytools"
website="Mastodon"
extra_button='<a class="btn btn-primary mb-1" href="https://twitter.com/privacytoolsIO">Twitter</a>'
description="Get the latest privacy-related updates from our Mastodon Feed. Follow us today!"
%}
{% include card.html color="warning"
{% include legacy/card.html color="warning"
title="Develop on GitHub"
font="fab fa-github"
url="https://github.com/privacytools/privacytools.io"

View File

@ -5,9 +5,9 @@
</div>
{%
include cardv2.html
include legacy/cardv2.html
title="Bitwarden - Cloud/Self-host"
image="/assets/img/svg/3rd-party/bitwarden.svg"
image="/assets/img/legacy_svg/3rd-party/bitwarden.svg"
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/"
privacy-policy="https://bitwarden.com/privacy/"
@ -31,9 +31,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="KeePassXC - Local"
image="/assets/img/svg/3rd-party/keepassxc.svg"
image="/assets/img/legacy_svg/3rd-party/keepassxc.svg"
description="<strong>KeePassXC</strong> is a community fork of KeePassX, a native cross-platform port of KeePass Password Safe, with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager."
website="https://keepassxc.org/"
privacy-policy="https://keepassxc.org/privacy/"
@ -52,9 +52,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="LessPass - Browser"
image="/assets/img/svg/3rd-party/lesspass.svg"
image="/assets/img/legacy_svg/3rd-party/lesspass.svg"
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/"
privacy-policy="https://addons.mozilla.org/en-US/firefox/addon/lesspass/privacy/"

View File

@ -1,8 +1,8 @@
<h1 id="paste" class="anchor"><a href="#paste"><i class="fas fa-link anchor-icon"></i></a> Pastebin Services</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="PrivateBin"
image="/assets/img/svg/3rd-party/privatebin.svg"
image="/assets/img/legacy_svg/3rd-party/privatebin.svg"
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"
@ -10,9 +10,9 @@ github="https://github.com/PrivateBin/PrivateBin"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="CryptPad"
image="/assets/img/svg/3rd-party/cryptpad.svg"
image="/assets/img/legacy_svg/3rd-party/cryptpad.svg"
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/"
privacy-policy="https://cryptpad.fr/privacy.html"

View File

@ -1,9 +1,9 @@
<h1 id="productivity" class="anchor"><a href="#productivity"><i class="fas fa-link anchor-icon"></i></a> Productivity Tools</h1>
{%
include cardv2.html
include legacy/cardv2.html
title="CryptPad"
image="/assets/img/svg/3rd-party/cryptpad.svg"
image="/assets/img/legacy_svg/3rd-party/cryptpad.svg"
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/"
privacy-policy="https://cryptpad.fr/privacy.html"
@ -13,9 +13,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Etherpad"
image="/assets/img/svg/3rd-party/etherpad.svg"
image="/assets/img/legacy_svg/3rd-party/etherpad.svg"
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"
@ -30,10 +30,10 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Write.as"
image="/assets/img/svg/3rd-party/writeas.svg"
image-dark="/assets/img/svg/3rd-party/writeas-dark.svg"
image="/assets/img/legacy_svg/3rd-party/writeas.svg"
image-dark="/assets/img/legacy_svg/3rd-party/writeas-dark.svg"
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/"
privacy-policy="https://write.as/privacy"
@ -68,9 +68,9 @@
</h1>
{%
include cardv2.html
include legacy/cardv2.html
title="MAT2"
image="/assets/img/svg/3rd-party/mat2.svg"
image="/assets/img/legacy_svg/3rd-party/mat2.svg"
description="<strong>MAT2</strong> is free software, which allows the removal of metadata of image, audio, torrent, and document file types. It provides both a command line tool and a graphical user interface via an extension for Nautilus, the default file manager of GNOME."
website="https://0xacab.org/jvoisin/mat2"
forum="https://forum.privacytools.io/t/discussion-mat/1559"
@ -84,9 +84,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="ExifCleaner"
image="/assets/img/svg/3rd-party/exifcleaner.svg"
image="/assets/img/legacy_svg/3rd-party/exifcleaner.svg"
description='<strong>ExifCleaner</strong> is a freeware, open source graphical app that uses <a href="https://exiftool.org/">ExifTool</a> to remove <a href="https://en.wikipedia.org/wiki/Exif">exif</a> metadata from images, videos, and PDF documents using a simple drag and drop interface. It supports multi-core batch processing and dark mode.'
website="https://exifcleaner.com"
forum="https://forum.privacytools.io/t/discussion-mat/TODOADDTHIS"

View File

@ -2,7 +2,7 @@
<h1>Privacy? I don't have anything to hide.</h1>
</div>
<blockquote class="blockquote">
<p><a href="https://www.ted.com/talks/glenn_greenwald_why_privacy_matters" title="Glenn Greenwald - Why privacy matters - TED Talk"><img src="/assets/img/png/layout/glenn_greenwald.png" width="170px" class="img-fluid float-right ml-2" alt="Glenn Greenwald: Why privacy matters"></a>
<p><a href="https://www.ted.com/talks/glenn_greenwald_why_privacy_matters" title="Glenn Greenwald - Why privacy matters - TED Talk"><img src="/assets/img/legacy_png/layout/glenn_greenwald.png" width="170px" class="img-fluid float-right ml-2" alt="Glenn Greenwald: Why privacy matters"></a>
Over the last 16 months, as I've debated this issue around the world, every single time somebody has said to me, "I don't really worry about invasions of privacy because I don't have anything to hide." I always say the same thing to them. I get out a
pen, I write down my email address. I say, "Here's my email address. What I want you to do when you get home is email me the passwords to all of your email accounts, not just the nice, respectable work one in your name, but all of them, because I
want to be able to just troll through what it is you're doing online, read what I want to read and publish whatever I find interesting. After all, if you're not a bad person, if you're doing nothing wrong, you should have nothing to hide." <strong>Not a single person has taken me up on that offer.</strong></p>

View File

@ -4,7 +4,7 @@
<div class="row">
{% include card.html color="success"
{% include legacy/card.html color="success"
title="Providers"
icon="fas fa-server"
iconcolor="dark"
@ -12,7 +12,7 @@
description="Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!"
%}
{% include card.html color="primary"
{% include legacy/card.html color="primary"
title="Web Browsers"
icon="far fa-compass"
iconcolor="dark"
@ -20,7 +20,7 @@
description="Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks."
%}
{% include card.html color="warning"
{% include legacy/card.html color="warning"
title="Software"
icon="far fa-window-restore"
iconcolor="dark"
@ -28,7 +28,7 @@
description="Discover a variety of open source software built to protect your privacy and keep your digital data secure."
%}
{% include card.html color="info"
{% include legacy/card.html color="info"
title="Operating Systems"
icon="fas fa-desktop"
iconcolor="dark"
@ -36,7 +36,7 @@
description="Find out how your operating system is compromising your privacy, and what simple alternatives exist."
%}
{% include card.html color="secondary"
{% include legacy/card.html color="secondary"
title="PrivacyTools Services"
icon="far fa-eye-slash"
iconcolor="dark"
@ -44,7 +44,7 @@
description="The PrivacyTools team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!"
%}
{% include card.html color="danger"
{% include legacy/card.html color="danger"
title="Donate"
icon="fas fa-donate"
iconcolor="dark"

View File

@ -1,19 +1,19 @@
<h1 id="firmware" class="anchor"><a href="#firmware"><i class="fas fa-link anchor-icon"></i></a> Open Source Router Firmware</h1>
{% include cardv2.html
{% include legacy/cardv2.html
title="OpenWrt"
image="/assets/img/svg/3rd-party/openwrt.svg"
image-dark="/assets/img/svg/3rd-party/openwrt-dark.svg"
image="/assets/img/legacy_svg/3rd-party/openwrt.svg"
image-dark="/assets/img/legacy_svg/3rd-party/openwrt-dark.svg"
description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers."
badges="info:Linux"
website="https://openwrt.org/"
git="https://git.openwrt.org/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="pfSense"
image="/assets/img/svg/3rd-party/pfsense.svg"
image-dark="/assets/img/svg/3rd-party/pfsense-dark.svg"
image="/assets/img/legacy_svg/3rd-party/pfsense.svg"
image-dark="/assets/img/legacy_svg/3rd-party/pfsense-dark.svg"
description="pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint."
badges="info:BSD"
website="https://www.pfsense.org/"
@ -21,10 +21,10 @@
github="https://github.com/pfsense/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="LibreCMC"
image="/assets/img/svg/3rd-party/librecmc.svg"
image-dark="/assets/img/svg/3rd-party/librecmc-dark.svg"
image="/assets/img/legacy_svg/3rd-party/librecmc.svg"
image-dark="/assets/img/legacy_svg/3rd-party/librecmc-dark.svg"
description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF)."
badges="info:GNU/Linux"
website="https://librecmc.org"

View File

@ -5,9 +5,9 @@
</div>
{%
include cardv2.html
include legacy/cardv2.html
title="Searx"
image="/assets/img/svg/3rd-party/searx.svg"
image="/assets/img/legacy_svg/3rd-party/searx.svg"
description='Searx is an <a href="https://github.com/asciimoo/searx">open-source</a>, self-hostable, metasearch engine, aggregating the results of other search engines while not storing information about its users. There is a <a href="https://searx.space/">list of public instances</a> or you can try the <a href="https://search.privacytools.io/">PrivacyTools instance</a>.'
website="https://searx.me/"
tor="http://ulrn6sryqaifefld.onion"
@ -16,9 +16,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="DuckDuckGo"
image="/assets/img/svg/3rd-party/duckduckgo.svg"
image="/assets/img/legacy_svg/3rd-party/duckduckgo.svg"
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/"
privacy-policy="https://duckduckgo.com/privacy"
@ -28,9 +28,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Qwant"
image="/assets/img/svg/3rd-party/qwant.svg"
image="/assets/img/legacy_svg/3rd-party/qwant.svg"
description='Qwant is a search engine with its philosophy based on two principles: no user tracking and no filter bubble. <span class="flag-icon flag-icon-fr"></span> <a href="../../providers/#ukusa">The company is based in France.</a>'
website="https://www.qwant.com/"
privacy-policy="https://about.qwant.com/legal/privacy/"
@ -38,9 +38,9 @@
github="https://github.com/Qwant/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Startpage.com"
image="/assets/img/svg/3rd-party/startpage.svg"
image="/assets/img/legacy_svg/3rd-party/startpage.svg"
description='Startpage.com is a search engine that provides Google search results with complete privacy protection. <span class="flag-icon flag-icon-nl"></span> Startpage BV is a Netherlands-based company that has been dedicated to privacy-respecting search since 2006.'
labels="color==warning::link==https://support.startpage.com/index.php?/Knowledgebase/Article/View/1277/0/startpage-ceo-robert-beens-discusses-the-investment-from-privacy-one--system1::text==Warning::tooltip==Startpage.com was recently acquired by United States-based System1."
website="https://www.startpage.com/"

View File

@ -4,9 +4,9 @@
<strong>If you are currently browsing <a href="https://en.wikipedia.org/wiki/Surface_Web">clearnet</a> and want to access the <a href="https://en.wikipedia.org/wiki/Dark_web">dark web</a>, this section is for you.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Tor"
image="/assets/img/svg/3rd-party/tor.svg"
image="/assets/img/legacy_svg/3rd-party/tor.svg"
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"
@ -23,10 +23,10 @@
git="https://gitweb.torproject.org/tor.git"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="I2P Anonymous Network"
image="/assets/img/svg/3rd-party/i2p.svg"
image-dark="/assets/img/svg/3rd-party/i2p-dark.svg"
image="/assets/img/legacy_svg/3rd-party/i2p.svg"
image-dark="/assets/img/legacy_svg/3rd-party/i2p-dark.svg"
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"
@ -43,9 +43,9 @@
source="https://geti2p.net/en/get-involved/guides/new-developers#getting-the-i2p-code"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="The Freenet Project"
image="/assets/img/svg/3rd-party/freenet.svg"
image="/assets/img/legacy_svg/3rd-party/freenet.svg"
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"
@ -63,7 +63,7 @@
<ul>
<li>
<a href="https://zeronet.io/">ZeroNet</a> - Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network.
{% include badge.html
{% include legacy/badge.html
color="danger"
icon="fas fa-exclamation-triangle"
tooltip="Your IP address isn't hidden by default and won't be, unless you enforce Tor usage."
@ -75,7 +75,7 @@
<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> <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).
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://github.com/privacytools/privacytools.io/pull/361#issuecomment-344414022"
@ -86,13 +86,13 @@
<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.
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="far fa-question-circle"
tooltip="The project is currently in early stages but it is being actively developed."
text="Experimental"
%}
{% include badge.html
{% include legacy/badge.html
color="danger"
icon="fas fa-exclamation-triangle"
link=""

View File

@ -4,9 +4,9 @@
<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>
{% include cardv2.html
{% include legacy/cardv2.html
title="Nextcloud"
image="/assets/img/svg/3rd-party/nextcloud.svg"
image="/assets/img/legacy_svg/3rd-party/nextcloud.svg"
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
website="https://nextcloud.com/"
privacy-policy="https://nextcloud.com/privacy/"
@ -23,10 +23,10 @@
github="https://github.com/nextcloud"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Tahoe-LAFS"
image="/assets/img/svg/3rd-party/tahoe-lafs.svg"
image-dark="/assets/img/svg/3rd-party/tahoe-lafs-dark.svg"
image="/assets/img/legacy_svg/3rd-party/tahoe-lafs.svg"
image-dark="/assets/img/legacy_svg/3rd-party/tahoe-lafs-dark.svg"
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."

View File

@ -4,9 +4,9 @@
<strong> If you are currently using Social Networks like Facebook or Twitter, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Mastodon - Twitter Alternative"
image="/assets/img/svg/3rd-party/mastodon.svg"
image="/assets/img/legacy_svg/3rd-party/mastodon.svg"
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like email, users can exist on different servers or even different platforms but still communicate with each other. It also has the most users, and the most diverse (in terms of interests) users, it looks good, and it is easy to setup yourself. If you are looking for a server to join, you are 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"
@ -23,9 +23,9 @@
web="https://joinmastodon.org/#getting-started"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="diaspora* - Google+ Alternative"
image="/assets/img/svg/3rd-party/diaspora.svg"
image="/assets/img/legacy_svg/3rd-party/diaspora.svg"
description="diaspora* is based on three key philosophies: Decentralization, Freedom, and Privacy. It is intended to address privacy concerns related to centralized social networks by allowing users set up their own server (or \"pod\") to host content. Pods can then interact to share status updates, photographs, and other social data."
website="https://diasporafoundation.org/"
forum="https://forum.privacytools.io/t/discussion-diaspora/290"
@ -34,9 +34,9 @@
web="https://diasporafoundation.org/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Friendica - Facebook Alternative"
image="/assets/img/svg/3rd-party/friendica.svg"
image="/assets/img/legacy_svg/3rd-party/friendica.svg"
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently, Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
website="https://friendi.ca/"
forum="https://forum.privacytools.io/t/discussion-friendica/291"
@ -48,9 +48,9 @@
web="https://friendi.ca/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="PixelFed - Instagram Alternative"
image="/assets/img/svg/3rd-party/pixelfed.svg"
image="/assets/img/legacy_svg/3rd-party/pixelfed.svg"
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 an existing one.</a>'
website="https://pixelfed.org/"
forum="https://forum.privacytools.io/t/discussion-pixelfed/293"
@ -58,9 +58,9 @@
web="https://pixelfed.org/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Pleroma - Twitter Alternative"
image="/assets/img/svg/3rd-party/pleroma.svg"
image="/assets/img/legacy_svg/3rd-party/pleroma.svg"
description="Pleroma is a free, federated social networking server built on open protocols. It is compatible with Mastodon and many other ActivityPub and OStatus implementations."
website="https://pleroma.social"
forum="https://forum.privacytools.io/t/discussion-pleroma/2307"

View File

@ -4,9 +4,9 @@
<strong>If you are currently using a online bulletin board like Reddit, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Aether"
image="/assets/img/svg/3rd-party/aether.svg"
image="/assets/img/legacy_svg/3rd-party/aether.svg"
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/"
privacy-policy="https://getaether.net/privacypolicy/"
@ -17,9 +17,9 @@ mac="https://getaether.net/download/"
linux="https://getaether.net/download/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Tildes"
image="/assets/img/svg/3rd-party/tildes.svg"
image="/assets/img/legacy_svg/3rd-party/tildes.svg"
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">AGPLv3</a>.'
website="https://tildes.net"
privacy-policy="https://docs.tildes.net/policies/privacy-policy"
@ -28,9 +28,9 @@ gitlab="https://gitlab.com/tildes/tildes"
web="https://tildes.net"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Raddle"
image="/assets/img/png/3rd-party/raddle.png"
image="/assets/img/legacy_png/3rd-party/raddle.png"
description="Raddle is a public Postmill instance focused on privacy and anti-censorship."
website="https://raddle.me"
privacy-policy="https://raddle.me/wiki/privacy_policy"

View File

@ -9,9 +9,9 @@
</div>
{%
include cardv2.html
include legacy/cardv2.html
title="Element"
image="/assets/img/svg/3rd-party/element.svg"
image="/assets/img/legacy_svg/3rd-party/element.svg"
description='<a href="https://element.io">Element</a> (formerly <a href="https://element.io/blog/welcome-to-element/">Riot</a>) is the reference client for the <a href="https://matrix.org/docs/guides/introduction">Matrix</a> network. The <a href="https://matrix.org/docs/spec">Matrix open standard</a> is an open-source standard for secure, decentralized, real-time communication.'
labels="text==VoIP"
website="https://element.io"
@ -28,9 +28,9 @@
%}
{%
include cardv2.html
include legacy/cardv2.html
title="Rocket.chat"
image="/assets/img/svg/3rd-party/rocketchat.svg"
image="/assets/img/legacy_svg/3rd-party/rocketchat.svg"
description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE."
labels="color==warning::link==https://rocket.chat/docs/user-guides/end-to-end-encryption/::text==Experimental E2EE::tooltip==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.|text==VoIP"
website="https://rocket.chat/"

View File

@ -4,18 +4,18 @@
<strong>These Linux distributions are developed with the purpose of directing all network traffic through Tor.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Tails"
image="/assets/img/svg/3rd-party/tails.svg"
image="/assets/img/legacy_svg/3rd-party/tails.svg"
description='Tails is a live operating system that can boot on almost any computer from a DVD, USB stick, or SD card you control. 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:Linux"
website="https://tails.boum.org/"
git="https://git-tails.immerda.ch/tails/"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Whonix"
image="/assets/img/svg/3rd-party/whonix.svg"
image="/assets/img/legacy_svg/3rd-party/whonix.svg"
description='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. <a href="https://www.whonix.org/wiki/Qubes/Why_use_Qubes_over_other_Virtualizers">Whonix is best used in conjunction with Qubes.</a>'
badges="info:Linux"
website="https://www.whonix.org/"

View File

@ -4,9 +4,9 @@
<strong> If you are currently using a platform like YouTube, you can keep watching videos without sharing your IP.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Invidious"
image="/assets/img/svg/3rd-party/invidious.svg"
image="/assets/img/legacy_svg/3rd-party/invidious.svg"
description='Invidious is an alternative front-end to YouTube. It is free software, with no advertising or Javascript dependency to play videos, with lots of other features that allow you to have a complete YouTube experience, sans Google.'
website="https://invidio.us"
github="https://github.com/omarroth/invidious"

View File

@ -1,12 +1,12 @@
<h1 id="voip" class="anchor"><a href="#voip"><i class="fas fa-link anchor-icon"></i></a> Video/Voice Calling</h1>
<div class="alert alert-warning" role="alert">
<strong>If you are currently using a Video/Voice Calling app like Google Hangouts, Skype, Viber or <a href="https://blog.privacytools.io/protecting-your-privacy-while-using-zoom-at-home/">Zoom</a>, you should pick an alternative here.</strong> Please note that many of the above instant messengers also support {% include badge.html color="info" text="VoIP" %}. The software listed below are <em>primarily</em> Voice/Video focused.
<strong>If you are currently using a Video/Voice Calling app like Google Hangouts, Skype, Viber or <a href="https://blog.privacytools.io/protecting-your-privacy-while-using-zoom-at-home/">Zoom</a>, you should pick an alternative here.</strong> Please note that many of the above instant messengers also support {% include legacy/badge.html color="info" text="VoIP" %}. The software listed below are <em>primarily</em> Voice/Video focused.
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Linphone"
image="/assets/img/svg/3rd-party/linphone.svg"
image="/assets/img/legacy_svg/3rd-party/linphone.svg"
website="https://www.linphone.org/"
privacy-policy="https://www.linphone.org/terms-and-privacy"
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."
@ -20,9 +20,9 @@
ios="https://apps.apple.com/us/app/linphone/id360065638"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Jitsi Meet"
image="/assets/img/svg/3rd-party/jitsi.svg"
image="/assets/img/legacy_svg/3rd-party/jitsi.svg"
website="https://jitsi.org/jitsi-meet/"
privacy-policy="https://jitsi.org/security/"
description='Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application with optional E2EE. It can be used from the browser, in <a href="https://github.com/jitsi/jitsi-meet-electron/releases">desktop applications</a> or on smartphones. Additional features include screen sharing for presentations and an always-on-top floating call window when minimized. See the <a href="https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances">list of public Jitsi Meet instances</a>.'
@ -37,9 +37,9 @@
ios="https://apps.apple.com/us/app/jitsi-meet/id1165103905"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Mumble"
image="/assets/img/svg/3rd-party/mumble.svg"
image="/assets/img/legacy_svg/3rd-party/mumble.svg"
website="https://mumble.info/"
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"

View File

@ -9,8 +9,8 @@
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img
src="/assets/img/svg/3rd-party/mullvad.svg"
data-theme-src="/assets/img/svg/3rd-party/mullvad-dark.svg"
src="/assets/img/legacy_svg/3rd-party/mullvad.svg"
data-theme-src="/assets/img/legacy_svg/3rd-party/mullvad-dark.svg"
height="70"
width="200"
class="img-fluid d-block mr-auto ml-auto align-middle"
@ -19,90 +19,90 @@
<div class="col">
<h2 id="mullvad" class="anchor">
<a href="#mullvad"><i class="fas fa-link anchor-icon"></i></a> Mullvad
{% include badge.html color="info" text="EUR €60/y" %}
{% include legacy/badge.html color="info" text="EUR €60/y" %}
</h2>
<p><strong><a href="https://mullvad.net/">Mullvad.net</a> </strong> is a fast and inexpensive VPN with a serious focus on transparency and security. They have been in operation since <strong>2009</strong>. Mullvad is based in <span class="flag-icon flag-icon-se"></span> Sweden and does not have a free trial.</p>
<h5>{% include badge.html color="success" text="35 Countries" %}</h5>
<h5>{% include legacy/badge.html color="success" text="35 Countries" %}</h5>
<p>Mullvad has <a href="https://mullvad.net/en/servers/">servers in 35 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
<h5>{% include badge.html color="success" text="Independently Audited" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Independently Audited" %}</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">
<p class="mb-0">...Cure53 and Assured AB are happy with the results of the audit and the software leaves an overall positive impression. With security dedication of the in-house team at the Mullvad VPN compound, the testers have no doubts about the project being on the right track from a security standpoint.</p>
</blockquote>
<p>In 2020 a second audit <a href="https://mullvad.net/blog/2020/6/25/results-available-audit-mullvad-app/">was announced</a> and the <a href="https://cure53.de/pentest-report_mullvad_2020_v2.pdf">final audit report</a> was made available on Cure53's website.</p>
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Open Source Clients" %}</h5>
<p>Mullvad provides the source code for their desktop and mobile clients in their <a href="https://github.com/mullvad/mullvadvpn-app">GitHub organization</a>.</p>
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Accepts Bitcoin" %}</h5>
<p>Mullvad in addition to accepting credit/debit cards and PayPal, accepts <strong>Bitcoin</strong>, <strong>Bitcoin Cash</strong>, and <strong>cash/local currency</strong> as anonymous forms of payment. They also accept Swish and bank wire transfers.</p>
<h5>{% include badge.html color="success" text="WireGuard Support" %}</h5>
<h5>{% include legacy/badge.html color="success" text="WireGuard Support" %}</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>
<h5>{% include badge.html color="success" text="IPv6 Support" %}</h5>
<h5>{% include legacy/badge.html color="success" text="IPv6 Support" %}</h5>
<p>Mullvad supports the future of networking <a href="https://en.wikipedia.org/wiki/IPv6">IPv6</a>. Their network allows users to <a href="https://mullvad.net/en/blog/2014/9/15/ipv6-support/">access services hosted on IPv6</a> as opposed to other providers who block IPv6 connections.</p>
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Remote Port Forwarding" %}</h5>
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is allowed on Mullvad, see <a href="https://mullvad.net/help/port-forwarding-and-mullvad/">Port forwarding with Mullvad VPN</a>.</p>
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Mobile Clients" %}</h5>
<p>Mullvad has published <a href ="https://apps.apple.com/app/mullvad-vpn/id1488466513">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.mullvad.mullvadvpn">Google Play</a> clients, both supporting an easy-to use interface as opposed to requiring users to manual configure their WireGuard connections. The mobile client on Android is also available in <a href="https://f-droid.org/packages/net.mullvad.mullvadvpn">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducible builds</a>.</p></p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>The Mullvad VPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. The Mullvad website is also accessible via Tor at <a href="http://xcln5hkbriyklr6n.onion/">xcln5hkbriyklr6n.onion</a>.</p>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/svg/3rd-party/protonvpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="ProtonVPN">
<img src="/assets/img/legacy_svg/3rd-party/protonvpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="ProtonVPN">
</div>
<div class="col">
<h2 id="protonvpn" class="anchor">
<a href="#protonvpn"><i class="fas fa-link anchor-icon"></i></a> ProtonVPN
{% include badge.html color="info" text="Free" %}
{% include badge.html color="info" text="Basic USD $48/y" %}
{% include badge.html color="secondary" text="Plus USD $96/y" %}
{% include legacy/badge.html color="info" text="Free" %}
{% include legacy/badge.html color="info" text="Basic USD $48/y" %}
{% include legacy/badge.html color="secondary" text="Plus USD $96/y" %}
</h2>
<p><strong><a href="https://protonvpn.com/">ProtonVPN.com</a></strong> is a strong contender in the VPN space, and they have been in operation since <strong>2016</strong>. ProtonVPN is based in <span class="flag-icon flag-icon-ch"></span> Switzerland and offers a limited free pricing tier, as well as premium options. They offer a further 14% discount for buying a 2 year subscription.</p>
<h5>{% include badge.html color="success" text="44 Countries" %}</h5>
<h5>{% include legacy/badge.html color="success" text="44 Countries" %}</h5>
<p>ProtonVPN has <a href="https://protonvpn.com/vpn-servers">servers in 44 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
<h5>{% include badge.html color="success" text="Independently Audited" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Independently Audited" %}</h5>
<p>As of January 2020 ProtonVPN has undergone an independent audit by SEC Consult. SEC Consult found some medium and low risk vulnerabilities in ProtonVPN's Windows, Android, and iOS applications, all of which were "properly fixed" by ProtonVPN before the reports were published. None of the issues identified would have provided an attacker remote access to a user's device or traffic. You can view individual reports for each platform at <a href="https://protonvpn.com/blog/open-source/">protonvpn.com</a>.
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Open Source Clients" %}</h5>
<p>ProtonVPN provides the source code for their desktop and mobile clients in their <a href="https://github.com/ProtonVPN">GitHub organization</a>.</p>
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Accepts Bitcoin" %}</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>
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Mobile Clients" %}</h5>
<p>In addition to providing standard OpenVPN configuration files, ProtonVPN has mobile clients for <a href="https://apps.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085">App Store</a> and <a href="https://play.google.com/store/apps/details?id=ch.protonvpn.android&hl=en_US">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/ch.protonvpn.android">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducible builds</a>.</p>
<h5>{% include badge.html color="warning" text="No Port Forwarding" %}</h5>
<h5>{% include legacy/badge.html color="warning" text="No Port Forwarding" %}</h5>
<p>ProtonVPN does not currently support remote port forwarding, which may impact some applications. Especially Peer-to-Peer applications like Torrent clients.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>The ProtonVPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. ProtonVPN also offers "Tor" servers allowing you to easily connect to onion sites, but we still strongly recommend using <a href="https://www.torproject.org/">the official Tor Browser</a> for this purpose.</p>
</div>
</div>
<div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/svg/3rd-party/ivpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN">
<img src="/assets/img/legacy_svg/3rd-party/ivpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN">
</div>
<div class="col">
<h2 id="ivpn" class="anchor">
<a href="#ivpn"><i class="fas fa-link anchor-icon"></i></a> IVPN
{% include badge.html color="info" text="Standard USD $60/y" %}
{% include badge.html color="secondary" text="Pro USD $100/y" %}
{% include legacy/badge.html color="info" text="Standard USD $60/y" %}
{% include legacy/badge.html color="secondary" text="Pro USD $100/y" %}
</h2>
<p><strong><a href="https://www.ivpn.net">IVPN.net</a></strong> is another 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.</p>
<h5>{% include badge.html color="success" text="32 Countries" %}</h5>
<h5>{% include legacy/badge.html color="success" text="32 Countries" %}</h5>
<p>IVPN has <a href="https://www.ivpn.net/server-locations">servers in 32 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
<h5>{% include badge.html color="success" text="Independently Audited" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Independently Audited" %}</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. IVPN has also completed a <a href="https://cure53.de/summary-report_ivpn_2019.pdf">comprehensive pentest report Cure53</a> in January 2020. IVPN has also said they plan to have <a href="https://www.ivpn.net/blog/independent-security-audit-concluded">annual reports</a> in the future.</p>
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Open Source Clients" %}</h5>
<p>As of Feburary 2020 <a href="https://www.ivpn.net/blog/ivpn-applications-are-now-open-source">IVPN applications are now open source</a>. Source code can be obtained from their <a href="https://github.com/ivpn">GitHub organization</a>.</p>
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Accepts Bitcoin" %}</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>{% include badge.html color="success" text="WireGuard Support" %}</h5>
<h5>{% include legacy/badge.html color="success" text="WireGuard Support" %}</h5>
<p>In addition to standard OpenVPN connections, IVPN 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>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Remote Port Forwarding" %}</h5>
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is possible with a Pro plan. Port forwarding <a href="https://www.ivpn.net/knowledgebase/81/How-do-I-activate-port-forwarding.html">can be activated</a> via the client area. Port forwarding is only available on IVPN when <a href="https://www.ivpn.net/knowledgebase/116/Port-forwarding-is-not-working-why.html">using OpenVPN and is disabled on US servers</a>.</p>
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
<h5>{% include legacy/badge.html color="success" text="Mobile Clients" %}</h5>
<p>In addition to providing standard OpenVPN configuration files, IVPN has mobile clients for <a href="https://apps.apple.com/us/app/ivpn-serious-privacy-protection/id1193122683">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.ivpn.client">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/net.ivpn.client">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducible builds</a>.</p>
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
<h5>{% include legacy/badge.html color="info" text="Extra Functionality" %}</h5>
<p>The IVPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. IVPN also provides "<a href="https://www.ivpn.net/antitracker">AntiTracker</a>" functionality, which blocks advertising networks and trackers from the network level.</p>
</div>
</div>

View File

@ -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/svg/layout/warrant_canary_example.svg" width="450px" class="img-fluid float-right ml-3" alt="Warrant Canary Example">
<img src="/assets/img/legacy_svg/layout/warrant_canary_example.svg" width="450px" 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>

View File

@ -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/svg/layout/windows_privacy.svg" width="367" height="369" class="img-fluid float-right ml-3" alt="Windows 10 Privacy">
<img src="/assets/img/legacy_svg/layout/windows_privacy.svg" 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>

View File

@ -1,30 +1,30 @@
<div class="d-flex flex-wrap justify-content-around">
<a class="m-3" href="https://safing.io" target="_blank" rel="noreferrer">
<img
src="/assets/img/svg/3rd-party/sponsors/safing.svg"
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"{% endunless %}
src="/assets/img/legacy_svg/3rd-party/sponsors/safing.svg"
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/legacy_svg/3rd-party/sponsors/safing-dark.svg"{% endunless %}
height="70rem"
title="Safing Privacy Network - Launching on Kickstarter January 2nd, 2020"
alt="Safing Privacy Network - Safing.io Logo" />
</a>
<a class="m-3" href="https://www.oeck.com" target="_blank" rel="noreferrer">
<img
src="/assets/img/png/3rd-party/sponsors/oeck.png"
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/png/3rd-party/sponsors/oeck-dark.png"{% endunless %}
src="/assets/img/legacy_png/3rd-party/sponsors/oeck.png"
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/legacy_png/3rd-party/sponsors/oeck-dark.png"{% endunless %}
height="70rem"
title="Oeck - A new type of VPN - Unique, fast and private."
alt="Insurgo Logo" />
</a>
<a class="m-3" href="https://insurgo.ca" target="_blank" rel="noreferrer">
<img
src="/assets/img/png/3rd-party/sponsors/insurgo.png"
src="/assets/img/legacy_png/3rd-party/sponsors/insurgo.png"
height="70rem"
title="Insurgo Technologies Libres / Open Technologies — Empower yourself!"
alt="Insurgo Logo" />
</a>
<a class="m-3" href="https://joindeleteme.com" target="_blank" rel="noreferrer">
<img
src="/assets/img/png/3rd-party/sponsors/deleteme.png"
src="/assets/img/legacy_png/3rd-party/sponsors/deleteme.png"
height="70rem"
title="DeleteMe is a hands-free subscription service that removes your personal information from data brokers and prevents it from being sold online."
alt="DeleteMe Logo" />

View File

@ -1,6 +1,6 @@
<div class="col-6 col-sm-4 col-md-3 my-3">
<div class="d-flex justify-content-start">
<div><a href="https://techlore.tech"><img src="/assets/img/svg/3rd-party/sponsors/techlore.svg" class="mx-3" width="64" height="64" title="Techlore, Home of Go Incognito" alt="Techlore Logo"></a></div>
<div><a href="https://techlore.tech"><img src="/assets/img/legacy_svg/3rd-party/sponsors/techlore.svg" class="mx-3" width="64" height="64" title="Techlore, Home of Go Incognito" alt="Techlore Logo"></a></div>
<div class="d-flex flex-column align-self-center">
<p class="my-0"><strong>Techlore</strong></p>
<a href="https://techlore.tech" class="my-0">https://techlore.tech</a>
@ -9,7 +9,7 @@
</div>
<div class="col-6 col-sm-4 col-md-3 my-3">
<div class="d-flex justify-content-start">
<div><a href="https://www.awesomeresources.co.uk/"><img src="/assets/img/png/3rd-party/sponsors/awesomeresources.png" class="mx-3" width="64" height="64" alt="Awesome Resources Logo"></a></div>
<div><a href="https://www.awesomeresources.co.uk/"><img src="/assets/img/legacy_png/3rd-party/sponsors/awesomeresources.png" class="mx-3" width="64" height="64" alt="Awesome Resources Logo"></a></div>
<div class="d-flex flex-column align-self-center">
<p class="my-0"><strong>Awesome Resources Ltd</strong></p>
<a href="https://www.awesomeresources.co.uk/" class="my-0">https://www.awesomeresources.co.uk</a>
@ -18,7 +18,7 @@
</div>
<div class="col-6 col-sm-4 col-md-3 my-3">
<div class="d-flex justify-content-start">
<div><a href="https://www.looktotheright.com"><img src="/assets/img/png/3rd-party/sponsors/looktotheright.png" class="mx-3" width="64" height="64" title="Providing Google Ads/Paid Search/PPC services and Custom SEO solutions to businesses in the Greater Raleigh, NC area, Santiago, Chile & Globally." alt="Look To The Right Logo"></a></div>
<div><a href="https://www.looktotheright.com"><img src="/assets/img/legacy_png/3rd-party/sponsors/looktotheright.png" class="mx-3" width="64" height="64" title="Providing Google Ads/Paid Search/PPC services and Custom SEO solutions to businesses in the Greater Raleigh, NC area, Santiago, Chile & Globally." alt="Look To The Right Logo"></a></div>
<div class="d-flex flex-column align-self-center">
<p class="my-0"><strong>Look To The Right</strong></p>
<a href="https://www.looktotheright.com" class="my-0">https://looktotheright.com</a>
@ -27,7 +27,7 @@
</div>
<div class="col-6 col-sm-4 col-md-3 my-3">
<div class="d-flex justify-content-start">
<div><a href="https://www.scams.info"><img src="/assets/img/png/3rd-party/sponsors/scamsinfo.png" class="mx-3" width="64" height="64" title="An Overview of the Safest Online Gambling Sites in the UK" alt="scams.info"></a></div>
<div><a href="https://www.scams.info"><img src="/assets/img/legacy_png/3rd-party/sponsors/scamsinfo.png" class="mx-3" width="64" height="64" title="An Overview of the Safest Online Gambling Sites in the UK" alt="scams.info"></a></div>
<div class="d-flex flex-column align-self-center">
<p class="my-0"><strong>scams.info</strong></p>
<a href="https://www.scams.info" class="my-0">https://www.scams.info</a>

View File

@ -3,15 +3,58 @@
<a class="navbar-brand" href="/">
<h1 class="text-hide" style="background-image: url('/assets/img/layout/privacy-guides-logo.png'); width: 243px; height: 32px; background-size: contain;">Privacy Guides</h1>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="mr-auto"></div>
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/browsers/">Browsers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="providerDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Providers
</a>
<div class="dropdown-menu" aria-labelledby="providerDropdown">
<a class="dropdown-item" href="/providers/#ukusa"><span class="fas fa-user-secret fa-fw"></span> Avoid US & UK services</a>
<a class="dropdown-item" href="/providers/cloud-storage/"><span class="fas fa-cloud fa-fw"></span> Cloud Storage</a>
<a class="dropdown-item" href="/providers/dns/"><span class="fa fa-tasks fa-fw"></span> DNS</a>
<a class="dropdown-item" href="/providers/email/"><span class="fas fa-mail-bulk fa-fw"></span> Email</a>
<a class="dropdown-item" href="/providers/hosting/"><span class="fas fa-database fa-fw"></span> Hosting</a>
<a class="dropdown-item" href="/providers/paste/"><span class="fas fa-paste fa-fw"></span> Pastebins</a>
<a class="dropdown-item" href="/providers/search-engines/"><span class="fas fa-search fa-fw"></span> Search Engines</a>
<a class="dropdown-item" href="/providers/social-networks/"><span class="fas fa-expand-arrows-alt fa-fw"></span> Social Networks</a>
<a class="dropdown-item" href="/providers/social-news-aggregator/"><span class="far fa-newspaper fa-fw"></span> Social News Aggregators</a>
<a class="dropdown-item" href="/providers/video/"><span class="fas fa-video fa-fw"></span> Video Platforms</a>
<a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="softwareDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Software
</a>
<div class="dropdown-menu" aria-labelledby="softwareDropdown">
<a class="dropdown-item" href="/software/calendar-contacts/"><span class="fas fa-calendar fa-fw"></span> Calendar/Contacts Sync Tools</a>
<a class="dropdown-item" href="/software/notebooks/"><span class="far fa-sticky-note fa-fw"></span> Digital Notebook</a>
<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/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>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/operating-systems/">Operating Systems</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/">Blog</a>
</li>

View File

@ -2,7 +2,7 @@
<div class="card-body">
<div class="row m-3">
<div class="col-12 col-sm-4 col-md-3 text-center">
<img src="{{ post.logo }}" alt="{{ post.name }} logo" class="pb-5 w-75">
<img src="{{ post.logo }}" alt="{{ post.name }} logo" class="py-5 w-75">
</div>
<div class="col-12 col-sm-8 col-md-9 text-center text-md-left">
<h2>{{ post.name }}</h2>

View File

@ -3,6 +3,9 @@ layout: default
---
<div class="container my-5">
<h1>{{ page.title }}</h1>
{% if page.description %}<p class="lead">
{{ page.description }}
</p>{% endif %}
{{ content }}
{% include footer.html %}
</div>

View File

@ -18,10 +18,38 @@ $link-color: {{ site.colors.link }};
src: url("/assets/fonts/Bagnard.woff") format("woff"), url("/assets/fonts/Bagnard.ttf") format("truetype"), url("/assets/fonts/Bagnard.otf") format("opentype");
}
h1, h2, h3, h4 {
h1, h2, h3:not(.h5), h4 {
font-family: "Bagnard", serif;
}
/* Variables */
/* Cards */
$card-shadow: 0 3px 10px 0 rgba(150, 150, 150, .2);
$card-success-border: rgba(40, 167, 69, .5);
$card-primary-border: rgba(0, 123, 255, .5);
$card-warning-border: rgba(255, 193, 7, .5);
/* Blockquote */
$blockquote-border: #eee;
/* Share button */
$share-btn: #fff;
$share-btn-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
$share-btn-hover: #eee;
$share-btn-active: #e2e2e2;
/* Social */
$twitter: {{ site.colors.primary }};
$mastodon: {{ site.colors.primary }};
$facebook: {{ site.colors.primary }};
$mix: {{ site.colors.primary }};
$reddit: {{ site.colors.primary }};
$linkedin: {{ site.colors.primary }};
$email: {{ site.colors.primary }};
$diaspora: {{ site.colors.primary }};
$tor: {{ site.colors.primary }};
// import /_sass/bootstrap.scss
@import "bootstrap";
@ -33,3 +61,222 @@ h1, h2, h3, h4 {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
body {
word-wrap: break-word;
}
dt {
overflow-wrap: break-word;
}
.card {
box-shadow: $card-shadow !important;
}
/* Make links and long strings responsive */
a,
.long-string-list {
li {
word-wrap: break-word;
}
}
.card-ol {
padding-left: 1.25rem;
}
/*.card-success, */
.card-success {
.card-header {
border-color: $card-success-border !important;
}
}
.card-primary {
.card-header {
border-color: $card-primary-border !important;
}
}
.card-warning {
.card-header {
border-color: $card-warning-border !important;
}
}
.card-list {
margin-top: 2em;
margin-bottom: 2em;
margin-left: 1em;
margin-right: 1em;
}
.blockquote {
border-left: 5px solid $blockquote-border;
font-size: 1.2rem;
line-height: 1.35;
padding: 10px 20px;
}
.theme-dropdown {
.dropdown-menu {
display: block;
margin-bottom: 20px;
position: static;
}
}
.theme-showcase {
p > .btn {
margin: 5px 0;
}
.navbar {
.container {
width: auto;
}
}
}
.anchor, .page-header h1 {
margin-top: 3.5rem;
margin-bottom: 2rem;
&:target {
margin-top: -4rem;
padding-top: 7.5rem;
}
}
h2, h3:not(.h5), h4, h5 {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.h5 {
margin-bottom: 0rem;
}
.header-404 {
font-size: 10rem;
}
.anchor-icon {
font-size: .8em;
}
.panel-item {
float: right;
margin-left: 5px;
}
.panel-pic {
float: left;
margin-right: 15px;
}
.panel-icon {
float: right;
margin: 15px;
font-size: 5.5em;
}
.panel-font {
font-size: 120px;
}
.share-btn {
border: 0;
box-shadow: $share-btn-shadow;
color: $share-btn;
display: inline-block;
opacity: .9;
outline: none;
padding: 1em;
text-align: center;
width: 8em;
&:hover {
color: $share-btn-hover;
}
&:active {
box-shadow: none;
color: $share-btn-active;
outline: none;
position: relative;
top: 2px;
}
}
#top {
margin-bottom: 3rem !important;
}
.twitter { background: $twitter; }
.mastodon { background: $mastodon; }
.facebook { background: $facebook; }
.mix { background: $mix; }
.reddit { background: $reddit; }
.linkedin { background: $linkedin; }
.email { background: $email; }
.diaspora { background: $diaspora; }
.footer-divider {
margin-top: 3em;
margin-bottom: 3em;
border: none;
height: 1px;
background-color: #343A40;
}
.copyright-text {
margin-top: 1em;
margin-bottom: 3em;
text-align: justify;
}
.no-text-wrap {
white-space: nowrap;
}
.hover-text-decoration-none:hover {
text-decoration: none;
-webkit-text-decoration-skip: object;
}
.table td, .table th {
vertical-align: middle;
}
.btn-icon {
display: flex;
justify-content: center;
font-size: 1.5rem;
padding: 0.5rem;
border-radius: 0.25rem;
display: flex;
height: 2.4rem;
width: 2.4rem;
color: #eee;
}
.btn-icon:hover {
text-decoration: none;
color: #fff;
}
.btn-tor {
background: $tor;
}
.btn-tor:hover {
background: darken($tor, 5%);
}
.icon-btn {
padding: 0px;
}
.flow-root {
display: flow-root;
}

View File

@ -1,12 +1,9 @@
---
layout: evergreen
title: Browser Recommendations
description: "These are our current web browser recommendations, settings, and add-ons you can use to preserve your privacy."
---
<p class="lead">
These are our current web browser recommendations, settings, and add-ons you can use to preserve your privacy.
</p>
{% assign browser = site.browsers | where:"name","Firefox" %}
{% for post in browser %}
{% include recommendation-card.html %}

View File

@ -9,7 +9,7 @@ hidedesc: true
<meta itemprop="alternateName" content="privacytoolsIO">
<meta itemprop="alternateName" content="Privacy Tools">
<meta itemprop="alternateName" content="privacytools.io">
<link itemprop="logo" href="{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg">
<link itemprop="logo" href="{{ site.production_url }}/assets/img/legacy_svg/layout/brand/square-transparent.svg">
<div class="row">
<div class="col">
<p itemprop="description"><em>You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities.</em></p>
@ -27,7 +27,7 @@ hidedesc: true
</div>
<div class="row">
{% include team.html
{% include legacy/team.html
avatar="burung.png"
name="Burung Hantu"
role="Founder"
@ -37,7 +37,7 @@ mastodon="https://social.privacytools.io/@BurungHantu"
twitter="privacytoolsIO"
%}
{% include team.html
{% include legacy/team.html
avatar="blacklight447.png"
name="Niek de Wilde"
bio="I research new privacy recommendations and moderate our communities. My expertise is endpoint security and networking."
@ -47,7 +47,7 @@ mastodon="https://social.privacytools.io/@blacklight447"
blog="blacklight447"
%}
{% include team.html
{% include legacy/team.html
avatar="dngray.png"
name="dngray"
nick="Daniel Gray"
@ -58,7 +58,7 @@ keys="https://keybase.io/dngray"
mastodon="https://social.privacytools.io/@dngray"
%}
{% include team.html
{% include legacy/team.html
avatar="freddy.png"
name="Freddy Marsden"
nick="Freddy"
@ -70,7 +70,7 @@ mastodon="https://social.privacytools.io/@freddy"
blog="freddy"
%}
{% include team.html
{% include legacy/team.html
avatar="lynn.png"
name="Lynn Stephenson"
bio="I'm a software developer doing some pentesting on the side, specializing in security, cryptography, networking, web development, and accessibility."
@ -79,7 +79,7 @@ email="mailto:lynn@privacytools.io"
mastodon="https://ioc.exchange/@lynn_stephenson"
%}
{% include team.html
{% include legacy/team.html
avatar="trai_dep.png"
name="trai_dep"
role="Subreddit Mod"
@ -109,14 +109,14 @@ website="https://www.reddit.com/user/trai_dep"
</div>
<div class="row">
{% include team.html
{% include legacy/team.html
name="Mikaela Suomalainen"
website="https://mikaela.info/"
keys="https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/.mikaela/keys"
emeritus=true
%}
{% include team.html
{% include legacy/team.html
name="Dan Arel"
website="https://danarel.com"
keys="https://www.danarel.com/keys/"
@ -124,7 +124,7 @@ blog="danarel"
emeritus=true
%}
{% include team.html
{% include legacy/team.html
name="Dawid Potocki"
website="https://dawidpotocki.com"
keys="https://dawidpotocki.com/accounts/#pgp"
@ -132,7 +132,7 @@ blog="dawidpotocki"
emeritus=true
%}
{% include team.html
{% include legacy/team.html
name="Andreas Basurto"
nick="nitrohorse"
website="https://nitrohorse.com/"
@ -141,7 +141,7 @@ blog="nitrohorse"
emeritus=true
%}
{% include team.html
{% include legacy/team.html
name="Jonah Aragon"
role="Former Sysadmin"
website="https://jonaharagon.com"

View File

@ -1,16 +0,0 @@
---
layout: page
permalink: /browsers/
title: "Web Browsers"
description: "These are our current web browser recommendations and some tweaks you can use to preserve your privacy."
---
{% include sections/browser-recommendation.html %}
{% include sections/browser-fingerprint.html %}
{% include sections/browser-webrtc.html %}
{% include sections/browser-addons.html %}
{% include sections/browser-tweaks.html %}

View File

@ -8,7 +8,7 @@ permalink: /donate/
<div class="mx-auto text-center">
<div class="mt-4 mb-4">
<a href="{{ site.production_url }}">
<img class="img-fluid" src="/assets/img/svg/layout/brand/horizontal.svg" width="450px" alt="{{ site.name }}">
<img class="img-fluid" src="/assets/img/legacy_svg/layout/brand/horizontal.svg" width="450px" alt="{{ site.name }}">
</a>
</div>
@ -32,49 +32,49 @@ permalink: /donate/
<div class="col-md-12 col-lg-8 offset-lg-2 text-right">
<div class="form-group row">
<label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong> <a href="/assets/img/svg/qr/btc.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong> <a href="/assets/img/legacy_svg/qr/btc.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" class="form-control input-lg onclick-select" readonly>
</div>
</div>
<div class="form-group row">
<label for="BCH" class="col-sm-4 col-form-label"><strong>Bitcoin Cash (BCH)</strong> <a href="/assets/img/svg/qr/bch.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="BCH" class="col-sm-4 col-form-label"><strong>Bitcoin Cash (BCH)</strong> <a href="/assets/img/legacy_svg/qr/bch.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="BCH" type="text" value="bitcoincash:qzs5eh484cc7gq2frw4y0ygdg33uv6ucrq48ewgqqf" class="form-control input-lg onclick-select" readonly>
</div>
</div>
<div class="form-group row">
<label for="ETH" class="col-sm-4 col-form-label"><strong>Ethereum (ETH)</strong> <a href="/assets/img/svg/qr/eth.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="ETH" class="col-sm-4 col-form-label"><strong>Ethereum (ETH)</strong> <a href="/assets/img/legacy_svg/qr/eth.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="ETH" type="text" value="0x1DdD9c188aaf9198b664CeBce9a9cD03E75FdD49" class="form-control input-lg onclick-select" readonly>
</div>
</div>
<div class="form-group row">
<label for="ZEC" class="col-sm-4 col-form-label"><strong>Zcash (ZEC)</strong> <a href="/assets/img/svg/qr/zec.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="ZEC" class="col-sm-4 col-form-label"><strong>Zcash (ZEC)</strong> <a href="/assets/img/legacy_svg/qr/zec.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="ZEC" type="text" value="t1Sv6rSRchWUXkWNz7PkeYixTs9M2aAs4wX" class="form-control input-lg onclick-select" readonly>
</div>
</div>
<div class="form-group row">
<label for="LTC" class="col-sm-4 col-form-label"><strong>Litecoin (LTC)</strong> <a href="/assets/img/svg/qr/ltc.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="LTC" class="col-sm-4 col-form-label"><strong>Litecoin (LTC)</strong> <a href="/assets/img/legacy_svg/qr/ltc.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="LTC" type="text" value="LSccXrCDm7zu4Gc6PiiW6sBaKjADfFGQSQ" class="form-control input-lg onclick-select" readonly>
</div>
</div>
<div class="form-group row">
<label for="XLM" class="col-sm-4 col-form-label"><strong>Stellar (XLM)</strong> <a href="/assets/img/svg/qr/xlm.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="XLM" class="col-sm-4 col-form-label"><strong>Stellar (XLM)</strong> <a href="/assets/img/legacy_svg/qr/xlm.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="XLM" type="text" value="GA3GFFRS2PEZHFYOKYO5FSK5GAMW44AOGI4RY5ISXOWMD3PWAARFVAA4" class="form-control input-lg onclick-select" readonly>
</div>
</div>
<div class="form-group row">
<label for="XMR" class="col-sm-4 col-form-label"><strong>Monero (XMR)</strong> <a href="/assets/img/svg/qr/xmr.svg"><i class="fa fa-qrcode"></i></a></label>
<label for="XMR" class="col-sm-4 col-form-label"><strong>Monero (XMR)</strong> <a href="/assets/img/legacy_svg/qr/xmr.svg"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8">
<input id="XMR" type="text" value="45yJ8LkShLt2f9gCqbBQUcDw7um9XxD2vZ8h2Rt3GoLq9kMrznB3UAHBS1chJk9KjugpBbbJFGtdAeXE5j99wuGxDcbYUri" class="form-control input-lg onclick-select" readonly>
</div>

View File

@ -7,88 +7,88 @@ permalink: /classic/
We will try and keep this page up-to-date with added sections and other content, but to be guaranteed the latest recommendations, we recommend you check out our new Providers, Browsers, Software, and OS pages in the navbar above :)
</div>
{% include sections/header.html %}
{% include legacy/sections/header.html %}
{% include sections/quotes.html %}
{% include legacy/sections/quotes.html %}
{% include sections/fourteen-eyes.html %}
{% include legacy/sections/fourteen-eyes.html %}
{% include sections/key-disclosure-law.html %}
{% include legacy/sections/key-disclosure-law.html %}
{% include sections/vpn.html %}
{% include legacy/sections/vpn.html %}
{% include sections/warrant-canary.html %}
{% include legacy/sections/warrant-canary.html %}
{% include sections/browser-recommendation.html %}
{% include legacy/sections/browser-recommendation.html %}
{% include sections/browser-fingerprint.html %}
{% include legacy/sections/browser-fingerprint.html %}
{% include sections/browser-webrtc.html %}
{% include legacy/sections/browser-webrtc.html %}
{% include sections/browser-addons.html %}
{% include legacy/sections/browser-addons.html %}
{% include sections/browser-tweaks.html %}
{% include legacy/sections/browser-tweaks.html %}
{% include sections/email-providers.html %}
{% include legacy/sections/email-providers.html %}
{% include sections/email-clients.html %}
{% include legacy/sections/email-clients.html %}
{% include sections/search-engines.html %}
{% include legacy/sections/search-engines.html %}
{% include sections/instant-messenger.html %}
{% include legacy/sections/instant-messenger.html %}
{% include sections/voice-video-messenger.html %}
{% include legacy/sections/voice-video-messenger.html %}
{% include sections/teamchat.html %}
{% include legacy/sections/teamchat.html %}
{% include sections/file-sharing.html %}
{% include legacy/sections/file-sharing.html %}
{% include sections/cloud-storage.html %}
{% include legacy/sections/cloud-storage.html %}
{% include sections/selfhosted-cloud.html %}
{% include legacy/sections/selfhosted-cloud.html %}
{% include sections/hosting-provider.html %}
{% include legacy/sections/hosting-provider.html %}
{% include sections/file-sync.html %}
{% include legacy/sections/file-sync.html %}
{% include sections/password-managers.html %}
{% include legacy/sections/password-managers.html %}
{% include sections/calendar-contacts-sync.html %}
{% include legacy/sections/calendar-contacts-sync.html %}
{% include sections/file-encryption.html %}
{% include legacy/sections/file-encryption.html %}
{% include sections/self-contained-networks.html %}
{% include legacy/sections/self-contained-networks.html %}
{% include sections/social-networks.html %}
{% include legacy/sections/social-networks.html %}
{% include sections/social-news-aggregator.html %}
{% include legacy/sections/social-news-aggregator.html %}
{% include sections/decentralized-video.html %}
{% include legacy/sections/decentralized-video.html %}
{% include sections/video-frontends.html %}
{% include legacy/sections/video-frontends.html %}
{% include sections/dns.html %}
{% include legacy/sections/dns.html %}
{% include sections/notebooks.html %}
{% include legacy/sections/notebooks.html %}
{% include sections/paste-services.html %}
{% include legacy/sections/paste-services.html %}
{% include sections/productivity-tools.html %}
{% include legacy/sections/productivity-tools.html %}
{% include sections/operating-systems.html %}
{% include legacy/sections/operating-systems.html %}
{% include sections/tor-operating-systems.html %}
{% include legacy/sections/tor-operating-systems.html %}
{% include sections/android-operating-systems.html %}
{% include legacy/sections/android-operating-systems.html %}
{% include sections/android-addons.html %}
{% include legacy/sections/android-addons.html %}
{% include sections/other-mobile-operating-systems.html %}
{% include legacy/sections/other-mobile-operating-systems.html %}
{% include sections/router-firmware.html %}
{% include legacy/sections/router-firmware.html %}
{% include sections/windows10.html %}
{% include legacy/sections/windows10.html %}
{% include sections/privacy-resources.html %}
{% include legacy/sections/privacy-resources.html %}
{% include sections/participate.html %}
{% include legacy/sections/participate.html %}

View File

@ -5,7 +5,7 @@ title: "Operating Systems"
description: "Even your own computer could be compromising your privacy. Discover our recommended OS choices for all the devices you use."
---
{% include sections/operating-systems.html %}
{% include legacy/sections/operating-systems.html %}
<h3>Warning</h3>
@ -13,14 +13,14 @@ description: "Even your own computer could be compromising your privacy. Discove
<li><a href="#win10"><i class="fas fa-link"></i> Don't use Windows 10 - It's a privacy nightmare</a></li>
</ul>
{% include sections/tor-operating-systems.html %}
{% include legacy/sections/tor-operating-systems.html %}
{% include sections/android-operating-systems.html %}
{% include legacy/sections/android-operating-systems.html %}
{% include sections/android-addons.html %}
{% include legacy/sections/android-addons.html %}
{% include sections/other-mobile-operating-systems.html %}
{% include legacy/sections/other-mobile-operating-systems.html %}
{% include sections/router-firmware.html %}
{% include legacy/sections/router-firmware.html %}
{% include sections/windows10.html %}
{% include legacy/sections/windows10.html %}

View File

@ -23,8 +23,8 @@ description: "There's a ton of people providing services online. Discover which
</ul>
</div>
{% include sections/fourteen-eyes.html %}
{% include legacy/sections/fourteen-eyes.html %}
{% include sections/key-disclosure-law.html %}
{% include legacy/sections/key-disclosure-law.html %}
{% include sections/warrant-canary.html %}
{% include legacy/sections/warrant-canary.html %}

View File

@ -6,5 +6,5 @@ description: "Don't let Google see all your DNS traffic. Discover privacy-centri
breadcrumb: "DNS"
---
{% include sections/dns.html %}
{% include legacy/sections/dns.html %}

View File

@ -5,9 +5,9 @@ title: "Private Email Providers"
description: "Find a secure email provider that will keep your privacy in mind. Don't settle for ad-supported platforms. Never trust any company with your privacy, always encrypt."
---
{% include sections/email-warning.html %}
{% include legacy/sections/email-warning.html %}
{% include sections/email-providers.html %}
{% include legacy/sections/email-providers.html %}
<hr>
<h1 id="criteria" class="anchor"><a href="#criteria"><i class="fas fa-link anchor-icon"></i></a> Our Email Provider Criteria</h1>
@ -17,7 +17,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
<div class="container">
<div class="row">
<div class="col-12">
<h3>{% include badge.html color="info" text="Jurisdiction" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Jurisdiction" %}</h3>
<p>Operating outside the five/nine/fourteen-eyes countries is not necessarily a guarantee of privacy, and there are other factors to consider. However, we believe that avoiding these countries is important if you wish to avoid mass government dragnet surveillance, especially from the United States. Read our page on <a href="/providers/#ukusa">global mass surveillance and avoiding the US and UK</a> to learn more about why we feel this is important.</p>
</div>
<div class="col-md-6">
@ -35,7 +35,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Technology" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Technology" %}</h3>
<p>We regard these features as important in order to provide a safe and optimal service to users. Users should consider the provider which has the features they require.</p>
</div>
<div class="col-md-6">
@ -60,7 +60,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Privacy" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Privacy" %}</h3>
<p>We prefer our recommended providers to collect as little data as possible.</p>
</div>
<div class="col-md-6">
@ -79,7 +79,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Security" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Security" %}</h3>
<p>Email servers deal with a lot of very sensitive data. We expect that providers will adopt best industry practices in order to protect their users.</p>
</div>
<div class="col-md-6">
@ -118,7 +118,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Trust" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Trust" %}</h3>
<p>You wouldn't trust your finances to someone with a fake identity, so why trust them with your email? We require our recommended providers to be public about their ownership or leadership. We also would like to see frequent transparency reports, especially in regard to how government requests are handled.</p>
</div>
<div class="col-md-6">
@ -136,7 +136,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Marketing" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Marketing" %}</h3>
<p>With the email providers we recommend we like to see responsible marketing.</p>
</div>
<div class="col-md-6">
@ -162,7 +162,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Additional Functionality" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Additional Functionality" %}</h3>
<p>While not strictly requirements, there are some factors we looked into when determining which providers to recommend.</p>
</div>
</div>
@ -217,15 +217,15 @@ description: "Find a secure email provider that will keep your privacy in mind.
<h1 id="cloaking" class="anchor"><a href="#cloaking"><i class="fas fa-link anchor-icon"></i></a> Email cloaking services</h1>
<div class="container">
<a href="https://anonaddy.com">
<img src="/assets/img/svg/3rd-party/anonaddy.svg"
data-theme-src="/assets/img/svg/3rd-party/anonaddy-dark.svg"
<img src="/assets/img/legacy_svg/3rd-party/anonaddy.svg"
data-theme-src="/assets/img/legacy_svg/3rd-party/anonaddy-dark.svg"
width="180rem" class="img-fluid float-left mr-3"
alt="AnonAddy">
</a>
<br>
<p><strong><a href="https://anonaddy.com">AnonAddy</a></strong> lets users create aliases that forward to their email address. Can be self-hosted. <a href="https://github.com/anonaddy/anonaddy">Source code on GitHub</a>.</p>
<a href="https://simplelogin.io">
<img src="/assets/img/svg/3rd-party/simplelogin.svg"
<img src="/assets/img/legacy_svg/3rd-party/simplelogin.svg"
width="180rem" class="img-fluid float-left mr-3"
alt="SimpleLogin">
</a>
@ -238,14 +238,14 @@ description: "Find a secure email provider that will keep your privacy in mind.
<p>Advanced users may consider setting up their own email server. Mailservers require attention and continuous maintenance in order to keep things secure and mail delivery reliable.</p>
<h3>Combined software solutions</h3>
<a href="https://mailinabox.email/">
<img src="/assets/img/svg/3rd-party/mail-in-a-box.svg"
<img src="/assets/img/legacy_svg/3rd-party/mail-in-a-box.svg"
width="80rem" class="img-fluid float-left mr-3"
alt="Mail-in-a-Box">
</a>
<br>
<p><strong><a href="https://mailinabox.email">Mail-in-a-Box</a></strong> is an automated setup script for deploying a mail server on Ubuntu. Its goal is to make it easier for users to set up their own mail server.</p>
<a href="https://mailcow.email/">
<img src="/assets/img/svg/3rd-party/mailcow.svg"
<img src="/assets/img/legacy_svg/3rd-party/mailcow.svg"
width="80rem" class="img-fluid float-left mr-3"
alt="Mailcow">
</a>

View File

@ -5,4 +5,4 @@ title: "Web Hosting"
description: "Find a web hosting provider that won't track your visitors or give into government data requests."
---
{% include sections/hosting-provider.html %}
{% include legacy/sections/hosting-provider.html %}

View File

@ -5,4 +5,4 @@ title: "Pastebin hosting services"
description: "Find a pastebin provider that won't read your content to share sensitive code or other information."
---
{% include sections/paste-services.html %}
{% include legacy/sections/paste-services.html %}

View File

@ -5,4 +5,4 @@ title: "Search Engines"
description: "Find a search engine that doesn't track your queries or build an advertising profile based on your searches."
---
{% include sections/search-engines.html %}
{% include legacy/sections/search-engines.html %}

View File

@ -5,7 +5,7 @@ title: "Social Networks"
description: "Find a social network that doesn't pry into your data or monetize your profile."
---
{% include sections/social-networks.html %}
{% include legacy/sections/social-networks.html %}
<h3>Related Information</h3>
<ul>

View File

@ -5,4 +5,4 @@ title: "Social News Aggregator"
description: "Stay up-to-date with privacy-respecting online bulletin boards."
---
{% include sections/social-news-aggregator.html %}
{% include legacy/sections/social-news-aggregator.html %}

View File

@ -5,4 +5,4 @@ title: "Cloud Storage"
description: "Find a cloud storage provider that won't look through your files."
---
{% include sections/cloud-storage.html %}
{% include legacy/sections/cloud-storage.html %}

View File

@ -5,6 +5,6 @@ title: "Video Platforms"
description: "Find a platform to watch and host videos that doesn't pry into your data or monetize your profile."
---
{% include sections/decentralized-video.html %}
{% include legacy/sections/decentralized-video.html %}
{% include sections/video-frontends.html %}
{% include legacy/sections/video-frontends.html %}

View File

@ -19,7 +19,7 @@ breadcrumb: "VPN"
</div>
</div>
{% include sections/vpn.html %}
{% include legacy/sections/vpn.html %}
<hr>
<h1 id="criteria" class="anchor"><a href="#criteria"><i class="fas fa-link anchor-icon"></i></a> Our VPN Provider Criteria</h1>
@ -29,7 +29,7 @@ breadcrumb: "VPN"
<div class="container">
<div class="row">
<div class="col-12">
<h3>{% include badge.html color="info" text="Jurisdiction" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Jurisdiction" %}</h3>
<p>Operating outside the five/nine/fourteen-eyes countries is not a guarantee of privacy necessarily, and there are other factors to consider. However, we believe that avoiding these countries is important if you wish to avoid mass government dragnet surveillance, especially from the United States. Read our page on <a href="/providers/#ukusa">global mass surveillance and avoiding the US and UK</a> to learn more about why we feel this is important.</p>
</div>
<div class="col-md-6">
@ -47,7 +47,7 @@ breadcrumb: "VPN"
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Technology" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Technology" %}</h3>
<p>We require all our recommended VPN providers to provide OpenVPN configuration files to be used in any client. <strong>If</strong> a VPN provides their own custom client, we require a killswitch to block network data leaks when disconnected.</p>
</div>
<div class="col-md-6">
@ -70,7 +70,7 @@ breadcrumb: "VPN"
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Privacy" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Privacy" %}</h3>
<p>We prefer our recommended providers to collect as little data as possible. Not collecting personal information on registration, and accepting anonymous forms of payment are required.</p>
</div>
<div class="col-md-6">
@ -89,7 +89,7 @@ breadcrumb: "VPN"
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Security" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Security" %}</h3>
<p>A VPN is pointless if it can't even provide adequate security. We require all our recommended providers to abide by current security standards for their OpenVPN connections. Ideally, they would use more future-proof encryption schemes by default. We also require an independent third-party to audit the provider's security, ideally in a very comprehensive manner and on a repeated (yearly) basis.</p>
</div>
<div class="col-md-6">
@ -111,7 +111,7 @@ breadcrumb: "VPN"
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Trust" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Trust" %}</h3>
<p>You wouldn't trust your finances to someone with a fake identity, so why trust them with your internet data? We require our recommended providers to be public about their ownership or leadership. We also would like to see frequent transparency reports, especially in regard to how government requests are handled.</p>
</div>
<div class="col-md-6">
@ -129,7 +129,7 @@ breadcrumb: "VPN"
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Marketing" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Marketing" %}</h3>
<p>With the VPN providers we recommend we like to see responsible marketing.</p>
</div>
<div class="col-md-6">
@ -159,7 +159,7 @@ breadcrumb: "VPN"
</div>
<div class="col-12">
<h3>{% include badge.html color="info" text="Additional Functionality" %}</h3>
<h3>{% include legacy/badge.html color="info" text="Additional Functionality" %}</h3>
<p>While not strictly requirements, there are some factors we looked into when determining which providers to recommend. These include adblocking/tracker-blocking functionality, warrant canaries, multihop connections, excellent customer support, the number of allowed simultaneous connections, etc.</p>
</div>
</div>
@ -230,7 +230,7 @@ breadcrumb: "VPN"
<li><a href="https://gist.github.com/kennwhite/1f3bc4d889b02b35d8aa">Don't use LT2P IPSec, use other protocols.</a></li>
<li>
<a href="https://www.top10vpn.com/free-vpn-app-investigation/">Free VPN App Investigation</a>
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"
@ -240,7 +240,7 @@ breadcrumb: "VPN"
</li>
<li>
<a href="https://vpnpro.com/blog/hidden-vpn-owners-unveiled-97-vpns-23-companies/">Hidden VPN owners unveiled: 101 VPN products run by just 23 companies</a>
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"
@ -250,7 +250,7 @@ breadcrumb: "VPN"
</li>
<li>
<a href="https://vpnpro.com/blog/chinese-company-secretly-behind-popular-apps-seeking-dangerous-permissions/">This Chinese company is secretly behind 24 popular apps seeking dangerous permissions</a>
{% include badge.html
{% include legacy/badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"
@ -287,7 +287,7 @@ breadcrumb: "VPN"
<h3>Related Videos</h3>
<a href="https://invidiou.site/watch?v=WVDQEoe6ZWY" target="_blank">
<img
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
src="/assets/img/legacy_png/layout/this-video-is-sponsored-by-vpn.png"
class="img-fluid float-left mr-3"
alt="This Video Is Sponsored By censored VPN">
</a>

View File

@ -5,7 +5,7 @@ title: "Matrix"
description: "chat.privacytools.io is our official Matrix homeserver. You can register a user account on this homeserver using any Matrix client, no email required."
---
{% include breadcrumbs.html %}
{% include legacy/breadcrumbs.html %}
<div class="jumbotron p-5">
<h1 class="display-4">Matrix</h1>
@ -23,9 +23,9 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re
<p><mark>You must read and accept our community <a href="https://wiki.privacytools.io/view/PrivacyTools:Code_of_Conduct">code of conduct</a> before joining our rooms or using our services.</mark></p>
{%
include cardv2.html
include legacy/cardv2.html
title="Element"
image="/assets/img/svg/3rd-party/element.svg"
image="/assets/img/legacy_svg/3rd-party/element.svg"
description='<a href="https://element.io">Element</a> (formerly <a href="https://element.io/blog/welcome-to-element/">Riot</a>) is the reference client for the <a href="https://matrix.org/docs/guides/introduction">Matrix</a> network. The <a href="https://matrix.org/docs/spec">Matrix open standard</a> is an open-source standard for secure, decentralized, real-time communication.'
labels="text==VoIP"
website="https://element.io"

View File

@ -6,4 +6,4 @@ description: "Discover free, open-source, and secure ways to sync your contacts
breadcrumb: "Calendar and Contacts"
---
{% include sections/calendar-contacts-sync.html %}
{% include legacy/sections/calendar-contacts-sync.html %}

View File

@ -5,4 +5,4 @@ title: "Self Hosted \"Cloud\""
description: "Discover how to securely and privately self-host your cloud with open-source software."
---
{% include sections/selfhosted-cloud.html %}
{% include legacy/sections/selfhosted-cloud.html %}

View File

@ -5,7 +5,7 @@ title: "Email Clients"
description: "Discover free, open-source, and secure email clients, along with some email alternatives you may not have considered."
---
{% include sections/email-warning.html %}
{% include legacy/sections/email-warning.html %}
{% include sections/email-clients.html %}
{% include legacy/sections/email-clients.html %}

View File

@ -5,4 +5,4 @@ title: "Encryption Tools"
description: "Discover free, open-source, and secure ways to encrypt your sensitive data to keep it from prying eyes."
---
{% include sections/file-encryption.html %}
{% include legacy/sections/file-encryption.html %}

View File

@ -5,4 +5,4 @@ title: "File Sharing"
description: "Discover how to share your files with your friends and family or anonymously, without a middleman."
---
{% include sections/file-sharing.html %}
{% include legacy/sections/file-sharing.html %}

View File

@ -5,4 +5,4 @@ title: "File Sync"
description: "Discover free, open-source, and secure ways to sync your files across your devices."
---
{% include sections/file-sync.html %}
{% include legacy/sections/file-sync.html %}

View File

@ -6,7 +6,7 @@ description: "If you are currently browsing clearnet and want to access the dark
hidedesc: true
---
{% include sections/self-contained-networks.html %}
{% include legacy/sections/self-contained-networks.html %}
<h3>Related Information</h3>

View File

@ -5,4 +5,4 @@ title: "Notebooks"
description: "Keep track of your notes and journalings without giving them to a third party."
---
{% include sections/notebooks.html %}
{% include legacy/sections/notebooks.html %}

View File

@ -5,7 +5,7 @@ title: "Password Managers"
description: "Stay safe and secure online with an encrypted and open-source password manager."
---
{% include sections/password-managers.html %}
{% include legacy/sections/password-managers.html %}
<h3>Related Information</h3>

View File

@ -5,4 +5,4 @@ title: "Productivity Tools"
description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider."
---
{% include sections/productivity-tools.html %}
{% include legacy/sections/productivity-tools.html %}

View File

@ -5,7 +5,7 @@ title: "Real-Time Communication"
description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages."
---
{% include sections/instant-messenger.html %}
{% include legacy/sections/instant-messenger.html %}
<h3 id="exploiting-centralized-networks" class="anchor">
<a href="#exploiting-centralized-networks">
@ -84,8 +84,8 @@ description: "Discover secure and private ways to communicate with others online
<hr/>
{% include sections/voice-video-messenger.html %}
{% include legacy/sections/voice-video-messenger.html %}
<hr/>
{% include sections/teamchat.html %}
{% include legacy/sections/teamchat.html %}

View File

@ -11,7 +11,7 @@ permalink: /sponsors/
<p>A massive thank you to the following <strong>organization-level sponsors</strong> of {{ site.name }}, who pledge $250+:</p>
</div>
<div class="mt-4 mb-3">
{% include sponsors/gold.html %}
{% include legacy/sponsors/gold.html %}
</div>
<div class="mb-4">
<p>The {{ site.name }} website and services are a community project. There is no advertising, affiliate links, or other forms of monetization.<br><strong>Your donations here directly support hosting this website and compensating contributors to this project.</strong></p>
@ -28,12 +28,12 @@ permalink: /sponsors/
<p>These individuals and organizations pledge $100 - $249 to the organization.</p>
</div>
<div class="row">
{% include sponsors/silver.html %}
{% include legacy/sponsors/silver.html %}
</div>
</div>
<h3>Backers</h3>
<p>These individuals and organizations pledge $10 - $99 to the organization.</p>
{% include sponsors/list.html %}
{% include legacy/sponsors/list.html %}
<h3>Why sponsor {{ site.name }}?</h3>
<p>This sponsorship program is designed to allow companies, organizations, and individuals partner with the {{ site.name }} team to support our vision of a more privacy-respecting internet and the greater online community.</p>