Compare commits

...

6 Commits
shop ... ipfs

Author SHA1 Message Date
f0965719ee Re-add CSP 2019-10-02 22:39:43 -05:00
3764cb6823 Only add images to IPFS 2019-10-02 22:36:35 -05:00
3a0e0e0089 Fix <head> 2019-10-02 22:27:27 -05:00
abf991754f Remove CSP 2019-10-02 22:24:27 -05:00
01702e82e9 Update CSP 2019-10-02 22:20:17 -05:00
48c2261f1b Add media assets to IPFS 2019-10-02 22:13:05 -05:00
43 changed files with 159 additions and 159 deletions

View File

@ -56,11 +56,11 @@
</a> </a>
{% endif %} {% endif %}
{% if include.tor %} {% if include.tor %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="/assets/img/layout/tor.png" width="35" height="35"></a> <a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/tor.png" width="35" height="35"></a>
{% endif %} {% endif %}
{% if include.git %} {% if include.git %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.git}} supports source code compiling and open review | is free software" href="{{include.git}}"><img alt="Git" src="assets/img/layout/git.png" width="35"></a> <a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.git}} supports source code compiling and open review | is free software" href="{{include.git}}"><img alt="Git" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/git.png" width="35"></a>
{% endif %} {% endif %}
{% if include.extra_button %} {% if include.extra_button %}

View File

@ -85,7 +85,7 @@
<img <img
class="mt-2" class="mt-2"
alt="Tor" alt="Tor"
src="/assets/img/layout/tor.png" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/tor.png"
width="35" width="35"
height="35"> height="35">
</a> </a>

View File

@ -52,7 +52,7 @@
<div class="row mt-3"> <div class="row mt-3">
<div class="col-sm-4 mb-3 d-flex justify-content-center d-flex justify-content-center"> <div class="col-sm-4 mb-3 d-flex justify-content-center d-flex justify-content-center">
<a href="/LICENSE.txt" data-toggle="tooltip" data-placement="top" data-original-title="This work is free. You can redistribute it and/or modify it under the terms of the &quot;Creative Commons CC0 1.0 Universal Public Domain Dedication&quot;."><img alt="CC0" src="/assets/img/layout/zero.png" width="32" height="32">CC0</a> <a href="/LICENSE.txt" data-toggle="tooltip" data-placement="top" data-original-title="This work is free. You can redistribute it and/or modify it under the terms of the &quot;Creative Commons CC0 1.0 Universal Public Domain Dedication&quot;."><img alt="CC0" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/zero.png" width="32" height="32">CC0</a>
</div> </div>
<div class="col-sm-4 mb-3 d-flex justify-content-center"> <div class="col-sm-4 mb-3 d-flex justify-content-center">

View File

@ -4,7 +4,7 @@
<input type="checkbox" id="nav-toggle" checked /> <input type="checkbox" id="nav-toggle" checked />
<label for="nav-toggle" id="nav-toggle-label" class="fas fa-bars fa-lg"></label> <label for="nav-toggle" id="nav-toggle-label" class="fas fa-bars fa-lg"></label>
<a id="nav-home-mobile" class="nav-anchor" href="/index.html"> <a id="nav-home-mobile" class="nav-anchor" href="/index.html">
<img src="/assets/img/layout/logo_smaller.png" width="148px" height="22px" /> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/logo_smaller.png" width="148px" height="22px" />
</a> </a>
<div class="menu"> <div class="menu">

View File

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

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="uBlock Origin: Block Ads and Trackers" title="uBlock Origin: Block Ads and Trackers"
image="/assets/img/addons/ublock-origin.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/ublock-origin.png"
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source." description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum-blocker</a> that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
website="https://addons.mozilla.org/firefox/addon/ublock-origin/" website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266" forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
@ -19,7 +19,7 @@ edge="https://www.microsoft.com/en-us/p/ublock-origin/9nblggh444l4"
{% include cardv2.html {% include cardv2.html
title="Cookie AutoDelete: Automatically Delete Cookies" title="Cookie AutoDelete: Automatically Delete Cookies"
image="/assets/img/addons/cookie-autodelete.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/cookie-autodelete.png"
description="<strong>Cookie AutoDelete</strong> automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged." description="<strong>Cookie AutoDelete</strong> automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged."
website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/" website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/"
forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267" forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267"
@ -30,7 +30,7 @@ chrome="https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmb
{% include cardv2.html {% include cardv2.html
title="HTTPS Everywhere: Secure Connections" title="HTTPS Everywhere: Secure Connections"
image="/assets/img/addons/https-everywhere.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/https-everywhere.png"
description="<strong>HTTPS Everywhere</strong> encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation." description="<strong>HTTPS Everywhere</strong> encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation."
website="https://www.eff.org/https-everywhere" website="https://www.eff.org/https-everywhere"
forum="https://forum.privacytools.io/t/discussion-https-everywhere/268" forum="https://forum.privacytools.io/t/discussion-https-everywhere/268"
@ -42,7 +42,7 @@ opera="https://addons.opera.com/en/extensions/details/https-everywhere"
{% include cardv2.html {% include cardv2.html
title="Decentraleyes: Block Content Delivery Networks" title="Decentraleyes: Block Content Delivery Networks"
image="/assets/img/addons/decentraleyes.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/decentraleyes.png"
description="<strong>Decentraleyes</strong> emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required." description="<strong>Decentraleyes</strong> emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
website="https://decentraleyes.org/" website="https://decentraleyes.org/"
forum="https://forum.privacytools.io/t/discussion-decentraleyes/269" forum="https://forum.privacytools.io/t/discussion-decentraleyes/269"
@ -54,7 +54,7 @@ opera="https://addons.opera.com/en/extensions/details/decentraleyes"
{% include cardv2.html {% include cardv2.html
title="Terms of Service; Didnt Read: Be Informed" title="Terms of Service; Didnt Read: Be Informed"
image="/assets/img/addons/tosdr.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/tosdr.png"
description="<strong>Terms of Service; Didnt Read</strong> “I have read and agree to the Terms” is the biggest lie on the web. This addon aims to fix that by grading websites based on their Terms of Service agreements and gives short summaries." description="<strong>Terms of Service; Didnt Read</strong> “I have read and agree to the Terms” is the biggest lie on the web. This addon aims to fix that by grading websites based on their Terms of Service agreements and gives short summaries."
website="https://tosdr.org/" website="https://tosdr.org/"
forum="https://forum.privacytools.io/t/discussion-terms-of-service-didn-t-read/270" forum="https://forum.privacytools.io/t/discussion-terms-of-service-didn-t-read/270"
@ -66,7 +66,7 @@ opera="https://addons.opera.com/en/extensions/details/terms-of-service-didnt-rea
{% include cardv2.html {% include cardv2.html
title="Snowflake" title="Snowflake"
image="/assets/img/addons/snowflake.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/snowflake.png"
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." 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."
website="https://snowflake.torproject.org" website="https://snowflake.torproject.org"
forum="https://forum.privacytools.io/t/discussion-snowflake/1146" forum="https://forum.privacytools.io/t/discussion-snowflake/1146"
@ -77,7 +77,7 @@ chrome="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnll
{% include cardv2.html {% include cardv2.html
title="Privacy Badger: Stop Tracking" title="Privacy Badger: Stop Tracking"
image="/assets/img/addons/privacy-badger.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/privacy-badger.png"
description="<strong>Privacy Badger</strong> is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse." description="<strong>Privacy Badger</strong> is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
website="https://www.eff.org/privacybadger" website="https://www.eff.org/privacybadger"
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265" forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
@ -95,7 +95,7 @@ opera="https://addons.opera.com/en/extensions/details/privacy-badger/"
{% include cardv2.html {% include cardv2.html
title="uMatrix: Stop Cross-Site Requests" title="uMatrix: Stop Cross-Site Requests"
image="/assets/img/addons/umatrix.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/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." 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."
website="https://addons.mozilla.org/firefox/addon/umatrix/" website="https://addons.mozilla.org/firefox/addon/umatrix/"
forum="https://forum.privacytools.io/t/discussion-umatrix/271" forum="https://forum.privacytools.io/t/discussion-umatrix/271"
@ -107,7 +107,7 @@ opera="https://addons.opera.com/en/extensions/details/umatrix"
{% include cardv2.html {% include cardv2.html
title="NoScript Security Suite: Be in total control" title="NoScript Security Suite: Be in total control"
image="/assets/img/addons/noscript.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/addons/noscript.png"
description="<strong>NoScript</strong> is a highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure." description="<strong>NoScript</strong> is a highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure."
website="https://addons.mozilla.org/firefox/addon/noscript/" website="https://addons.mozilla.org/firefox/addon/noscript/"
forum="https://forum.privacytools.io/t/discussion-noscript-security-suite/272" forum="https://forum.privacytools.io/t/discussion-noscript-security-suite/272"

View File

@ -5,7 +5,7 @@
{% include cardv2.html {% include cardv2.html
title="Firefox" title="Firefox"
image="/assets/img/tools/Firefox.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Firefox.png"
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.' recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.'
website="https://firefox.com" website="https://firefox.com"
@ -21,7 +21,7 @@ netbsd="http://pkgsrc.se/www/firefox"
{% include cardv2.html {% include cardv2.html
title="Tor Browser - Provides Anonymity" title="Tor Browser - Provides Anonymity"
image="/assets/img/tools/Tor-Browser.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Tor-Browser.png"
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>' 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/" website="https://www.torproject.org/"
tor="http://expyuzz4wqqyqhjn.onion/" tor="http://expyuzz4wqqyqhjn.onion/"
@ -39,7 +39,7 @@ linux="https://www.torproject.org/download/"
{% include cardv2.html {% include cardv2.html
title="Firefox" title="Firefox"
image="/assets/img/tools/Firefox.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Firefox.png"
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.' recommendations: <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> and <a href="#about_config"><i class="fas fa-link"></i> about:config</a> and get the <a href="#addons"><i class="fas fa-link"></i> privacy add-ons</a>.'
website="https://www.mozilla.org/en-US/firefox/mobile/" website="https://www.mozilla.org/en-US/firefox/mobile/"
@ -52,7 +52,7 @@ android="https://www.mozilla.org/firefox/all/#product-android-release"
{% include cardv2.html {% include cardv2.html
title="Tor Browser - Provides Anonymity" title="Tor Browser - Provides Anonymity"
image="/assets/img/tools/Tor-Browser.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Tor-Browser.png"
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>' 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/" website="https://www.torproject.org/"
tor="http://expyuzz4wqqyqhjn.onion/" tor="http://expyuzz4wqqyqhjn.onion/"
@ -65,7 +65,7 @@ googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrow
{% include cardv2.html {% include cardv2.html
title="Bromite" title="Bromite"
image="/assets/img/tools/bromite.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/bromite.png"
description='Bromite is a Chromium-based browser with security enhancement patches from GrapheneOS and built-in adblocking and DNS over HTTPS support. More info can be found <a href="https://www.bromite.org/#main-features">here</a>.' description='Bromite is a Chromium-based browser with security enhancement patches from GrapheneOS and built-in adblocking and DNS over HTTPS support. More info can be found <a href="https://www.bromite.org/#main-features">here</a>.'
website="https://www.bromite.org/" website="https://www.bromite.org/"
forum="https://forum.privacytools.io/t/discussion-bromite-browsers/1521" forum="https://forum.privacytools.io/t/discussion-bromite-browsers/1521"
@ -94,7 +94,7 @@ android="https://www.bromite.org/#download-bromite"
{% include cardv2.html {% include cardv2.html
title="Firefox" title="Firefox"
image="/assets/img/tools/Firefox.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Firefox.png"
description='Firefox is fast, reliable, open source and respects your privacy. Note: because of limitations set by Apple in iOS, our recommended tweaks cannot be applied. However Firefox for iOS has an <a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-ios">Enhanced Tracking Protection</a> feature that uses a list provided by <a href="https://disconnect.me/trackerprotection">Disconnect</a> to identify and block ad, social and analytics trackers, as well as cryptominers and fingerprinters.' 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/" website="https://www.mozilla.org/en-US/firefox/mobile/"
forum="https://forum.privacytools.io/t/discussion-firefox/279" forum="https://forum.privacytools.io/t/discussion-firefox/279"
@ -105,7 +105,7 @@ ios="https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926"
{% include cardv2.html {% include cardv2.html
title="Onion Browser" title="Onion Browser"
image="/assets/img/tools/onionbrowser.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/onionbrowser.png"
description='Onion Browser is an open source browser that lets you browse the web anonymously over the Tor network on iOS devices, and is endorsed by the Tor Project. Warning: there are certain anonymity related <a href="https://onionbrowser.com/#security-advisories">issues</a> with Onion browser due to iOS limitations.' description='Onion Browser is an open source browser that lets you browse the web anonymously over the Tor network on iOS devices, and is endorsed by the Tor Project. Warning: there are certain anonymity related <a href="https://onionbrowser.com/#security-advisories">issues</a> with Onion browser due to iOS limitations.'
website="https://onionbrowser.com/" website="https://onionbrowser.com/"
forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523" forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523"
@ -116,7 +116,7 @@ ios="https://apps.apple.com/us/app/onion-browser/id519296448"
{% include cardv2.html {% include cardv2.html
title="DuckDuckGo Privacy Browser" title="DuckDuckGo Privacy Browser"
image="/assets/img/provider/DuckDuckGo.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/DuckDuckGo.png"
description='DuckDuckGo Privacy Browser is an open source web browser that has built-in ad and tracker blocking and utilizes <a href="https://tosdr.org/">ToS;DR</a> to rate the privacy policies of the sites you visit.' 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" website="https://duckduckgo.com/app"
tor="https://3g2upl4pq6kufc4m.onion/app" tor="https://3g2upl4pq6kufc4m.onion/app"

View File

@ -7,7 +7,7 @@
{% {%
include cardv2.html include cardv2.html
title="Nextcloud" title="Nextcloud"
image="/assets/img/provider/Nextcloud.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Nextcloud.png"
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." 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/" website="https://nextcloud.com/"
forum="https://forum.privacytools.io/t/discussion-nextcloud-calender-contacts-sync-tools/1535" forum="https://forum.privacytools.io/t/discussion-nextcloud-calender-contacts-sync-tools/1535"
@ -25,7 +25,7 @@
{% {%
include cardv2.html include cardv2.html
title="Email Providers" title="Email Providers"
image="/assets/img/misc/email.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/misc/email.png"
description='Many email providers also offer calendar and or contacts sync services. Refer to the <a href="/providers/email">Email Providers section</a> to choose an email provider and check if they also offer calendar and or contacts sync.' description='Many email providers also offer calendar and or contacts sync services. Refer to the <a href="/providers/email">Email Providers section</a> to choose an email provider and check if they also offer calendar and or contacts sync.'
website="/providers/email" website="/providers/email"
%} %}
@ -33,7 +33,7 @@
{% {%
include cardv2.html include cardv2.html
title="EteSync" title="EteSync"
image="/assets/img/provider/etesync.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/etesync.png"
description="<strong>EteSync</strong> is a secure, end-to-end encrypted and journaled personal information (e.g. contacts and calendar) cloud synchronization and backup for Android and any OS that supports CalDAV/CardDAV. It costs $14 per year to use, or you can host the server yourself for free." description="<strong>EteSync</strong> is a secure, end-to-end encrypted and journaled personal information (e.g. contacts and calendar) cloud synchronization and backup for Android and any OS that supports CalDAV/CardDAV. It costs $14 per year to use, or you can host the server yourself for free."
website="https://www.etesync.com/" website="https://www.etesync.com/"
forum="https://forum.privacytools.io/t/discussion-etesync-calender-contacts-sync-tools/1536" forum="https://forum.privacytools.io/t/discussion-etesync-calender-contacts-sync-tools/1536"

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Nextcloud - Choose your hoster" title="Nextcloud - Choose your hoster"
image="/assets/img/provider/Nextcloud.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Nextcloud.png"
description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
website="https://nextcloud.com/" website="https://nextcloud.com/"
forum="https://forum.privacytools.io/t/discussion-nextcloud/287" forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
@ -24,7 +24,7 @@ googleplay="https://play.google.com/store/apps/details?id=com.nextcloud.client"
{% include cardv2.html {% include cardv2.html
title="Least Authority S4 - For Experts" title="Least Authority S4 - For Experts"
image="/assets/img/provider/S4.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/S4.png"
description="S4 (Simple Secure Storage Service) is Least Authority's verifiably secure off-site backup system for individuals and businesses. 100% client-side encryption and open source transparency. 250GB for $9.95/month or 5TB for $25.95/month. Servers are hosted with Amazon S3 in the US." description="S4 (Simple Secure Storage Service) is Least Authority's verifiably secure off-site backup system for individuals and businesses. 100% client-side encryption and open source transparency. 250GB for $9.95/month or 5TB for $25.95/month. Servers are hosted with Amazon S3 in the US."
website="https://leastauthority.com/" website="https://leastauthority.com/"
forum="https://forum.privacytools.io/t/discussion-least-authority-s4/288" forum="https://forum.privacytools.io/t/discussion-least-authority-s4/288"

View File

@ -3,7 +3,7 @@
{% {%
include cardv2.html include cardv2.html
title="Njalla - Domain Registration" title="Njalla - Domain Registration"
image="/assets/img/provider/Njalla.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Njalla.png"
description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
website="https://njal.la/" website="https://njal.la/"
tor="http://njalladnspotetti.onion" tor="http://njalladnspotetti.onion"
@ -13,7 +13,7 @@
{% {%
include cardv2.html include cardv2.html
title="DNSCrypt-Proxy - Tool" title="DNSCrypt-Proxy - Tool"
image="/assets/img/tools/DNSCrypt-Proxy.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/DNSCrypt-Proxy.png"
description="DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, and allows filtering, forwarding, and cloaking." description="DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, and allows filtering, forwarding, and cloaking."
website="https://github.com/jedisct1/dnscrypt-proxy/" website="https://github.com/jedisct1/dnscrypt-proxy/"
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498" forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
@ -64,7 +64,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://adguard.com/en/privacy/dns.html" href="https://adguard.com/en/privacy/dns.html"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://adguard.com/en/privacy/dns.html" href="https://adguard.com/en/privacy/dns.html">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Commercial</td> <td>Commercial</td>
@ -82,7 +82,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/AdguardTeam/AdGuardDNS/" href="https://github.com/AdguardTeam/AdGuardDNS/"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/AdguardTeam/AdGuardDNS/" href="https://github.com/AdguardTeam/AdGuardDNS/">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td> <td>
@ -112,7 +112,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title='"No logs."'> <a data-toggle="tooltip" data-placement="bottom" data-original-title='"No logs."'>
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Hobby Project</td> <td>Hobby Project</td>
@ -139,7 +139,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/ookangzheng/blahdns/" href="https://github.com/ookangzheng/blahdns/"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/ookangzheng/blahdns/" href="https://github.com/ookangzheng/blahdns/">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td> <td>
@ -167,7 +167,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.cloudflare.com/privacypolicy/" href="https://www.cloudflare.com/privacypolicy/"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.cloudflare.com/privacypolicy/" href="https://www.cloudflare.com/privacypolicy/">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Commercial</td> <td>Commercial</td>
@ -192,7 +192,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title='"CZ.NIC resolvers neither collect any personal data nor gather information on pages where your computer sends personal data."'> <a data-toggle="tooltip" data-placement="bottom" data-original-title='"CZ.NIC resolvers neither collect any personal data nor gather information on pages where your computer sends personal data."'>
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td><a data-toggle="tooltip" data-placement="bottom" data-original-title='"CZ.NIC is an interest association of legal entities, founded in 1998 by leading providers of Internet services."' href="https://www.nic.cz/page/351/about-association/">Association</a></td> <td><a data-toggle="tooltip" data-placement="bottom" data-original-title='"CZ.NIC is an interest association of legal entities, founded in 1998 by leading providers of Internet services."' href="https://www.nic.cz/page/351/about-association/">Association</a></td>
@ -217,7 +217,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/bhanupratapys/dnswarden/blob/master/README.md#privacy-policy-and-tc" href="https://github.com/bhanupratapys/dnswarden/blob/master/README.md#privacy-policy-and-tc"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/bhanupratapys/dnswarden/blob/master/README.md#privacy-policy-and-tc" href="https://github.com/bhanupratapys/dnswarden/blob/master/README.md#privacy-policy-and-tc">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Hobby Project</td> <td>Hobby Project</td>
@ -258,7 +258,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://appliedprivacy.net/privacy-policy" href="https://appliedprivacy.net/privacy-policy"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://appliedprivacy.net/privacy-policy" href="https://appliedprivacy.net/privacy-policy">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Non-Profit</td> <td>Non-Profit</td>
@ -294,7 +294,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.nextdns.io/privacy" href="https://www.nextdns.io/privacy"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.nextdns.io/privacy" href="https://www.nextdns.io/privacy">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Commercial</td> <td>Commercial</td>
@ -334,7 +334,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://nixnet.xyz/privacy/" href="https://nixnet.xyz/privacy/"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://nixnet.xyz/privacy/" href="https://nixnet.xyz/privacy/">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td> <td>
@ -353,7 +353,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://git.nixnet.xyz/NixNet/dns" href="https://git.nixnet.xyz/NixNet/dns"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://git.nixnet.xyz/NixNet/dns" href="https://git.nixnet.xyz/NixNet/dns">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td> <td>
@ -375,7 +375,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://powerdns.org/doh/privacy.html" href="https://powerdns.org/doh/privacy.html"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://powerdns.org/doh/privacy.html" href="https://powerdns.org/doh/privacy.html">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Hobby Project</td> <td>Hobby Project</td>
@ -386,7 +386,7 @@
<td>No</td> <td>No</td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/PowerDNS/pdns" href="https://github.com/PowerDNS/pdns"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://github.com/PowerDNS/pdns" href="https://github.com/PowerDNS/pdns">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td> <td>
@ -408,7 +408,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://quad9.net/policy/" href="https://quad9.net/policy/"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://quad9.net/policy/" href="https://quad9.net/policy/">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Non-Profit</td> <td>Non-Profit</td>
@ -442,7 +442,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://securedns.eu/#privacy" href="https://securedns.eu/#privacy"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://securedns.eu/#privacy" href="https://securedns.eu/#privacy">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Hobby Project</td> <td>Hobby Project</td>
@ -475,7 +475,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://snopyta.org/privacy_policy/" href="https://snopyta.org/privacy_policy/"> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://snopyta.org/privacy_policy/" href="https://snopyta.org/privacy_policy/">
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td> <td>
@ -522,7 +522,7 @@
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title='"Absolutely nothing is being logged, neither about the users nor the usage of this service. I do keep graphs of the total number of queries, but no personally identifiable information is saved. The data that is saved will never be sold or used for anything except capacity planning of the service."'> <a data-toggle="tooltip" data-placement="bottom" data-original-title='"Absolutely nothing is being logged, neither about the users nor the usage of this service. I do keep graphs of the total number of queries, but no personally identifiable information is saved. The data that is saved will never be sold or used for anything except capacity planning of the service."'>
<img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"> <img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35">
</a> </a>
</td> </td>
<td>Hobby Project</td> <td>Hobby Project</td>

View File

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="Bitmessage" title="Bitmessage"
image="/assets/img/tools/Bitmessage.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Bitmessage.png"
description="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, description="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless,
meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data." meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data."
website="https://bitmessage.org/" website="https://bitmessage.org/"
@ -15,7 +15,7 @@ linux="https://repology.org/project/pybitmessage/versions"
{% include cardv2.html {% include cardv2.html
title="RetroShare" title="RetroShare"
image="/assets/img/tools/RetroShare.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/RetroShare.png"
description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely Open-Source and free. There are no costs, no ads and no Terms of Service." description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely Open-Source and free. There are no costs, no ads and no Terms of Service."
website="https://retroshare.cc/" website="https://retroshare.cc/"
forum="https://forum.privacytools.io/t/discussion-retroshare/662" forum="https://forum.privacytools.io/t/discussion-retroshare/662"

View File

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="Thunderbird" title="Thunderbird"
image="/assets/img/tools/Thunderbird.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Thunderbird.png"
description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by community, previously by the Mozilla Foundation." description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by community, previously by the Mozilla Foundation."
website="https://www.thunderbird.net/" website="https://www.thunderbird.net/"
forum="https://forum.privacytools.io/t/discussion-thunderbird/659" forum="https://forum.privacytools.io/t/discussion-thunderbird/659"
@ -17,7 +17,7 @@ netbsd="http://pkgsrc.se/mail/thunderbird"
{% include cardv2.html {% include cardv2.html
title="Claws Mail" title="Claws Mail"
image="/assets/img/tools/Claws-Mail.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Claws-Mail.png"
description="Claws Mail is a free and open source, GTK-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows." description="Claws Mail is a free and open source, GTK-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows."
website="https://www.claws-mail.org/" website="https://www.claws-mail.org/"
forum="https://forum.privacytools.io/t/discussion-claws-mail/660" forum="https://forum.privacytools.io/t/discussion-claws-mail/660"

View File

@ -24,10 +24,10 @@
<tr> <tr>
<td data-value="disroot"> <td data-value="disroot">
<img alt="Disroot" src="/assets/img/provider/disroot.org.png" width="200" height="70"> <img alt="Disroot" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/disroot.org.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://disroot.org" href="https://disroot.org"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://disroot.org" href="https://disroot.org"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2015">2015</td> <td data-value="2015">2015</td>
<td> <td>
@ -44,10 +44,10 @@
<tr> <tr>
<td data-value="kolabnow"> <td data-value="kolabnow">
<img alt="Kolab Now" src="/assets/img/provider/Kolab-Now.png" width="200" height="70"> <img alt="Kolab Now" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Kolab-Now.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://kolabnow.com" href="https://kolabnow.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://kolabnow.com" href="https://kolabnow.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2010">2010</td> <td data-value="2010">2010</td>
<td> <td>
@ -64,11 +64,11 @@
<tr> <tr>
<td data-value="mailbox"> <td data-value="mailbox">
<img alt="mailbox.org" src="/assets/img/provider/mailbox.org.png" width="200" height="70"> <img alt="mailbox.org" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/mailbox.org.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://mailbox.org" href="https://mailbox.org"><img alt="WWW" src="/assets/img/layout/www.png" width="35 "height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://mailbox.org" href="https://mailbox.org"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35 "height="35"></a>
</td> </td>
<td data-value="2014">2014</td> <td data-value="2014">2014</td>
<td> <td>
@ -85,10 +85,10 @@
<tr> <tr>
<td data-value="mailfence"> <td data-value="mailfence">
<img alt="Mailfence" src="/assets/img/provider/Mailfence.png" width="200" height="70"> <img alt="Mailfence" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Mailfence.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://mailfence.com" href="https://mailfence.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://mailfence.com" href="https://mailfence.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2013">2013</td> <td data-value="2013">2013</td>
<td> <td>
@ -105,10 +105,10 @@
<tr> <tr>
<td data-value="neomailbox"> <td data-value="neomailbox">
<img alt="Neomailbox" src="/assets/img/provider/Neomailbox.png" width="200" height="70"> <img alt="Neomailbox" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Neomailbox.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.neomailbox.com" href="https://www.neomailbox.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.neomailbox.com" href="https://www.neomailbox.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2003">2003</td> <td data-value="2003">2003</td>
<td> <td>
@ -125,10 +125,10 @@
<tr> <tr>
<td data-value="posteo"> <td data-value="posteo">
<img alt="Posteo" src="/assets/img/provider/Posteo.png" width="200" height="70"> <img alt="Posteo" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Posteo.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://posteo.de" href="https://posteo.de"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://posteo.de" href="https://posteo.de"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2009">2009</td> <td data-value="2009">2009</td>
<td> <td>
@ -145,11 +145,11 @@
<tr> <tr>
<td data-value="protonmail"> <td data-value="protonmail">
<img alt="Protonmail" src="/assets/img/provider/ProtonMail.ch.png" width="200" height="70"> <img alt="Protonmail" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/ProtonMail.ch.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://protonmail.com" href="https://protonmail.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://protonmail.com" href="https://protonmail.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://protonirockerxow.onion. Requires specific software to access: torproject.org" href="https://protonirockerxow.onion"><img alt="Tor" src="/assets/img/layout/tor.png" width="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://protonirockerxow.onion. Requires specific software to access: torproject.org" href="https://protonirockerxow.onion"><img alt="Tor" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/tor.png" width="35"></a>
</td> </td>
<td data-value="2013">2013</td> <td data-value="2013">2013</td>
<td> <td>
@ -166,11 +166,11 @@
<tr> <tr>
<td data-value="runbox"> <td data-value="runbox">
<img alt="Runbox" src="/assets/img/provider/runbox.png" width="200" height="70"> <img alt="Runbox" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/runbox.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://runbox.com" href="https://runbox.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://runbox.com" href="https://runbox.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="1999">1999</td> <td data-value="1999">1999</td>
<td> <td>
@ -187,10 +187,10 @@
<tr> <tr>
<td data-value="soverin"> <td data-value="soverin">
<img alt="Soverin" src="/assets/img/provider/Soverin.png" width="200" height="70"> <img alt="Soverin" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Soverin.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://soverin.net/" href="https://soverin.net/"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://soverin.net/" href="https://soverin.net/"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2015">2015</td> <td data-value="2015">2015</td>
<td> <td>
@ -207,10 +207,10 @@
<tr> <tr>
<td data-value="startmail"> <td data-value="startmail">
<img alt="StartMail" src="/assets/img/provider/StartMail.png" width="200" height="70"> <img alt="StartMail" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/StartMail.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.startmail.com" href="https://www.startmail.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.startmail.com" href="https://www.startmail.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2014">2014</td> <td data-value="2014">2014</td>
<td> <td>
@ -227,10 +227,10 @@
<tr> <tr>
<td data-value="tutanota"> <td data-value="tutanota">
<img alt="Tutanota" src="/assets/img/provider/Tutanota.png" width="200" height="70"> <img alt="Tutanota" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Tutanota.png" width="200" height="70">
</td> </td>
<td> <td>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.tutanota.com" href="https://www.tutanota.com"><img alt="WWW" src="/assets/img/layout/www.png" width="35" height="35"></a> <a data-toggle="tooltip" data-placement="bottom" data-original-title="https://www.tutanota.com" href="https://www.tutanota.com"><img alt="WWW" src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/www.png" width="35" height="35"></a>
</td> </td>
<td data-value="2011">2011</td> <td data-value="2011">2011</td>
<td> <td>
@ -255,7 +255,7 @@
<li><a href="https://www.confidantmail.org/">Confidant Mail</a> - An open-source non-SMTP cryptographic email system optimized for large file attachments. It is a secure and spam-resistant alternative to regular email and online file drop services. It <li><a href="https://www.confidantmail.org/">Confidant Mail</a> - An open-source non-SMTP cryptographic email system optimized for large file attachments. It is a secure and spam-resistant alternative to regular email and online file drop services. It
uses <a href="https://theprivacyguide.org/tutorials/gpg.html">GNU Privacy Guard (GPG)</a> for content encryption and authentication, and TLS 1.2 with ephemeral keys for transport encryption.</li> uses <a href="https://theprivacyguide.org/tutorials/gpg.html">GNU Privacy Guard (GPG)</a> for content encryption and authentication, and TLS 1.2 with ephemeral keys for transport encryption.</li>
</ul> <h3>Become Your Own Email Provider with Mail-in-a-Box</h3> </ul> <h3>Become Your Own Email Provider with Mail-in-a-Box</h3>
<a href="https://mailinabox.email/"><img src="/assets/img/provider/Mail-in-a-Box.png" width="200" height="70" class="img-fluid float-left" alt="Mail-in-a-Box" style="margin-right:10px;"></a> <a href="https://mailinabox.email/"><img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Mail-in-a-Box.png" width="200" height="70" class="img-fluid float-left" alt="Mail-in-a-Box" style="margin-right:10px;"></a>
<p>Take it a step further and get control of your email with this easy-to-deploy mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It's sort of like making your own Gmail, but one you control from top <p>Take it a step further and get control of your email with this easy-to-deploy mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It's sort of like making your own Gmail, but one you control from top
to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don't need to be a technology expert to set it up. <strong>More: <a href="https://mailinabox.email/">https://mailinabox.email/</a></strong></p> to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don't need to be a technology expert to set it up. <strong>More: <a href="https://mailinabox.email/">https://mailinabox.email/</a></strong></p>

View File

@ -7,7 +7,7 @@
{% {%
include cardv2.html include cardv2.html
title="VeraCrypt - Disk Encryption" title="VeraCrypt - Disk Encryption"
image="/assets/img/tools/VeraCrypt.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/VeraCrypt.png"
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." 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/" website="https://veracrypt.fr/"
forum="https://forum.privacytools.io/t/discussion-veracrypt-file-encryption/1532" forum="https://forum.privacytools.io/t/discussion-veracrypt-file-encryption/1532"
@ -20,7 +20,7 @@
{% {%
include cardv2.html include cardv2.html
title="GNU Privacy Guard - Email Encryption" title="GNU Privacy Guard - Email Encryption"
image="/assets/img/tools/GnuPG.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/GnuPG.png"
description="<strong>GnuPG</strong> is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government." description="<strong>GnuPG</strong> is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification of OpenPGP. Current versions of PGP (and Veridis' Filecrypt) are interoperable with GnuPG and other OpenPGP-compliant systems. GnuPG is a part of the Free Software Foundation's GNU software project, and has received major funding from the German government."
website="https://gnupg.org/" website="https://gnupg.org/"
forum="https://forum.privacytools.io/t/discussion-gnupg-file-encryption/1533" forum="https://forum.privacytools.io/t/discussion-gnupg-file-encryption/1533"
@ -38,7 +38,7 @@
{% {%
include cardv2.html include cardv2.html
title="PeaZip - File Archive Encryption" title="PeaZip - File Archive Encryption"
image="/assets/img/tools/PeaZip.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/PeaZip.png"
description="<strong>PeaZip</strong> is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume split and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. It supports 180+ archive formats." description="<strong>PeaZip</strong> is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume split and flexible authenticated encryption and integrity check schemes) and other mainstream formats, with special focus on handling open formats. It supports 180+ archive formats."
website="http://www.peazip.org" website="http://www.peazip.org"
forum="https://forum.privacytools.io/t/discussion-peazip-file-encryption/1534" forum="https://forum.privacytools.io/t/discussion-peazip-file-encryption/1534"

View File

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="Firefox Send" title="Firefox Send"
image="/assets/img/tools/Firefox-Send.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Firefox-Send.png"
website="https://send.firefox.com/" website="https://send.firefox.com/"
description="Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether to add an optional password for an extra layer of security." description="Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether to add an optional password for an extra layer of security."
forum="https://forum.privacytools.io/t/discussion-firefox-send/755" forum="https://forum.privacytools.io/t/discussion-firefox-send/755"
@ -13,7 +13,7 @@ googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsen
{% include cardv2.html {% include cardv2.html
title="OnionShare" title="OnionShare"
image="/assets/img/tools/OnionShare.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/OnionShare.png"
website="https://onionshare.org/" website="https://onionshare.org/"
tor="http://elx57ue5uyfplgva.onion/" tor="http://elx57ue5uyfplgva.onion/"
description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files." description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files."
@ -28,7 +28,7 @@ openbsd="http://openports.se/net/onionshare"
{% include cardv2.html {% include cardv2.html
title="Magic Wormhole" title="Magic Wormhole"
image="/assets/img/tools/Magic-Wormhole.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Magic-Wormhole.png"
website="https://magic-wormhole.readthedocs.io" website="https://magic-wormhole.readthedocs.io"
description="Get things from one computer to another, safely. This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another." description="Get things from one computer to another, safely. This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another."
forum="https://forum.privacytools.io/t/discussion-magic-wormhole/756" forum="https://forum.privacytools.io/t/discussion-magic-wormhole/756"

View File

@ -8,7 +8,7 @@
{% {%
include cardv2.html include cardv2.html
title="Syncthing" title="Syncthing"
image="/assets/img/tools/Syncthing.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Syncthing.png"
description="<strong>Syncthing</strong> replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet." description="<strong>Syncthing</strong> replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
website="https://syncthing.net/" website="https://syncthing.net/"
forum="https://forum.privacytools.io/t/discussion-syncthing/1627/2" forum="https://forum.privacytools.io/t/discussion-syncthing/1627/2"
@ -23,7 +23,7 @@
{% {%
include cardv2.html include cardv2.html
title="SparkleShare" title="SparkleShare"
image="/assets/img/tools/SparkleShare.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/SparkleShare.png"
description="<strong>SparkleShare</strong> creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file." description="<strong>SparkleShare</strong> creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file."
website="https://sparkleshare.org/" website="https://sparkleshare.org/"
forum="https://forum.privacytools.io/t/discussion-sparkleshare/1626" forum="https://forum.privacytools.io/t/discussion-sparkleshare/1626"

View File

@ -1,6 +1,6 @@
<h1 id="ukusa" class="anchor"><a href="#ukusa"><i class="fas fa-link anchor-icon"></i></a> Global Mass Surveillance - The Fourteen Eyes</h1> <h1 id="ukusa" class="anchor"><a href="#ukusa"><i class="fas fa-link anchor-icon"></i></a> Global Mass Surveillance - The Fourteen Eyes</h1>
<img src="/assets/img/layout/UKUSA.png" width="260" height="115" class="img-fluid float-right" alt="UKUSA Agreement" style="margin-left:10px;"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/UKUSA.png" width="260" height="115" class="img-fluid float-right" alt="UKUSA Agreement" style="margin-left:10px;">
<p>The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the <a href="https://www.giswatch.org/en/communications-surveillance/unmasking-five-eyes-global-surveillance-practices">Five Eyes</a>, focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to <a href="https://www.pbs.org/newshour/world/an-exclusive-club-the-five-countries-that-dont-spy-on-each-other">not spy on each other</a> as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other's citizens and <a href="https://www.theguardian.com/uk/2013/jun/21/gchq-cables-secret-world-communications-nsa">share intelligence</a> to <a href="https://www.theguardian.com/politics/2013/jun/10/nsa-offers-intelligence-british-counterparts-blunkett">avoid breaking domestic laws</a> that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes), however Five Eyes and third-party countries can and do spy on each other.</p> <p>The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the <a href="https://www.giswatch.org/en/communications-surveillance/unmasking-five-eyes-global-surveillance-practices">Five Eyes</a>, focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to <a href="https://www.pbs.org/newshour/world/an-exclusive-club-the-five-countries-that-dont-spy-on-each-other">not spy on each other</a> as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other's citizens and <a href="https://www.theguardian.com/uk/2013/jun/21/gchq-cables-secret-world-communications-nsa">share intelligence</a> to <a href="https://www.theguardian.com/politics/2013/jun/10/nsa-offers-intelligence-british-counterparts-blunkett">avoid breaking domestic laws</a> that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes), however Five Eyes and third-party countries can and do spy on each other.</p>

View File

@ -1,5 +1,5 @@
<div class="jumbotron p-5"> <div class="jumbotron p-5">
<h1 class="display-4"><a href="https://www.privacytools.io/" title="privacytools.io"><img src="/assets/img/layout/logo.png" width="600" height="88" class="img-fluid" alt="privacytools.io"></a></h1> <h1 class="display-4"><a href="https://www.privacytools.io/" title="privacytools.io"><img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/logo.png" width="600" height="88" class="img-fluid" alt="privacytools.io"></a></h1>
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance.</p> <p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
</div> </div>

View File

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="Data Center: Bahnhof" title="Data Center: Bahnhof"
image="/assets/img/provider/bahnhof.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/bahnhof.png"
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 us world famous." 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 us world famous."
website="https://www.bahnhof.net/" website="https://www.bahnhof.net/"
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341" forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
@ -10,7 +10,7 @@ forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
{% include cardv2.html {% include cardv2.html
title="VPS & Domain: Njalla" title="VPS & Domain: Njalla"
image="/assets/img/provider/Njalla.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Njalla.png"
description="Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service and VPS provider." description="Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service and VPS provider."
website="https://njal.la/" website="https://njal.la/"
tor="http://njalladnspotetti.onion" tor="http://njalladnspotetti.onion"
@ -19,7 +19,7 @@ forum="https://forum.privacytools.io/t/discussion-njalla/339"
{% include cardv2.html {% include cardv2.html
title="Colocation: DataCell" title="Colocation: DataCell"
image="/assets/img/provider/datacell.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/datacell.png"
description="DataCell is a data center providing secure colocating in Switzerland and Iceland." description="DataCell is a data center providing secure colocating in Switzerland and Iceland."
website="https://datacell.is/" website="https://datacell.is/"
forum="https://forum.privacytools.io/t/discussion-datacell-is/342" forum="https://forum.privacytools.io/t/discussion-datacell-is/342"
@ -27,7 +27,7 @@ forum="https://forum.privacytools.io/t/discussion-datacell-is/342"
{% include cardv2.html {% include cardv2.html
title="VPS & Hosting: Orange Website" title="VPS & Hosting: Orange Website"
image="/assets/img/provider/orange_hosting.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/orange_hosting.png"
description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech." description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech."
website="https://www.orangewebsite.com/" website="https://www.orangewebsite.com/"
forum="https://forum.privacytools.io/t/discussion-orange-website/343" forum="https://forum.privacytools.io/t/discussion-orange-website/343"

View File

@ -7,7 +7,7 @@
{% include cardv2.html {% include cardv2.html
title="Signal" title="Signal"
image="/assets/img/tools/Signal.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Signal.png"
description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling. description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling.
All communications are end-to-end encrypted. Signal is free and open source." All communications are end-to-end encrypted. Signal is free and open source."
labels="success:VoIP" labels="success:VoIP"
@ -25,7 +25,7 @@ ios="https://apps.apple.com/us/app/signal-private-messenger/id874139669"
{% include cardv2.html {% include cardv2.html
title="Wire" title="Wire"
image="/assets/img/tools/wire.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/wire.png"
description="A free software End-to-End Encrypted chatting application that supports instant messaging, voice, and video calls. Full source code is available." description="A free software End-to-End Encrypted chatting application that supports instant messaging, voice, and video calls. Full source code is available."
labels="warning:<a href=//www.vice.com/en_us/article/gvzw5x/secure-messaging-app-wire-stores-everyone-youve-ever-contacted-in-plain-text>Warning</a>:Wire stores some plaintext metadata about its users on their servers. This data includes profile names, profile pictures, usernames, and users' lists of connections and conversations.|success:VoIP" labels="warning:<a href=//www.vice.com/en_us/article/gvzw5x/secure-messaging-app-wire-stores-everyone-youve-ever-contacted-in-plain-text>Warning</a>:Wire stores some plaintext metadata about its users on their servers. This data includes profile names, profile pictures, usernames, and users' lists of connections and conversations.|success:VoIP"
website="https://wire.com/" website="https://wire.com/"

View File

@ -67,7 +67,7 @@
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3> <h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
<img src="/assets/img/layout/USA.png" width="200" height="200" class="img-fluid float-right" alt="USA" style="margin-left:10px;"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/USA.png" width="200" height="200" class="img-fluid float-right" alt="USA" style="margin-left:10px;">
<p>Services based in the United States are not recommended because of the country's surveillance programs, use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) and accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p> <p>Services based in the United States are not recommended because of the country's surveillance programs, use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) and accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p>

View File

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="Tails" title="Tails"
image="/assets/img/tools/Tails.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Tails.png"
description='Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging.' description='Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging.'
badges="info:GNU/Linux" badges="info:GNU/Linux"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -12,7 +12,7 @@ git="https://git-tails.immerda.ch/tails/"
{% include cardv2.html {% include cardv2.html
title="KNOPPIX" title="KNOPPIX"
image="/assets/img/tools/KNOPPIX.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/KNOPPIX.png"
description='Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly.' description='Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly.'
badges="info:GNU/Linux" badges="info:GNU/Linux"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -22,7 +22,7 @@ source="https://www.knopper.net/knoppix-info/index-en.html#license"
{% include cardv2.html {% include cardv2.html
title="Puppy Linux" title="Puppy Linux"
image="/assets/img/tools/Puppy-Linux.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Puppy-Linux.png"
description='Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started.' description='Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started.'
badges="info:GNU/Linux" badges="info:GNU/Linux"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."

View File

@ -6,8 +6,8 @@
{% include cardv2.html {% include cardv2.html
title="GrapheneOS" title="GrapheneOS"
image="/assets/img/tools/GrapheneOS.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/GrapheneOS.png"
image-dark="/assets/img/tools/GrapheneOS-dark.png" image-dark="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/GrapheneOS-dark.png"
description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security and privacy focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.' 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" badges="info:AOSP"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -17,7 +17,7 @@ github="https://github.com/GrapheneOS/"
{% include cardv2.html {% include cardv2.html
title="LineageOS" title="LineageOS"
image="/assets/img/tools/LineageOS.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/LineageOS.png"
description='LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of the Android Open Source Project. It is the continuation of the CyanogenMod project.' description='LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of the Android Open Source Project. It is the continuation of the CyanogenMod project.'
badges="info:AOSP" badges="info:AOSP"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -27,7 +27,7 @@ github="https://github.com/LineageOS"
{% include cardv2.html {% include cardv2.html
title="Ubuntu Touch" title="Ubuntu Touch"
image="/assets/img/tools/Ubuntu-Touch.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Ubuntu-Touch.png"
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>" 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:GNU/Linux" badges="info:GNU/Linux"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Joplin" title="Joplin"
image="/assets/img/tools/Joplin.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Joplin.png"
description="Joplin is a free, open source, fully featured note taking and to-do application, which can handle a large number of markdown notes organized into notebooks and tags. It offers E2EE encryption and can sync through Nextcloud, Dropbox and more. It also offers easy import from Evernote and plain text notes." description="Joplin is a free, open source, fully featured note taking and to-do application, which can handle a large number of markdown notes organized into notebooks and tags. It offers E2EE encryption and can sync through Nextcloud, Dropbox and more. It also offers easy import from Evernote and plain text notes."
website="https://joplinapp.org/" website="https://joplinapp.org/"
github="https://github.com/laurent22/joplin" github="https://github.com/laurent22/joplin"
@ -23,7 +23,7 @@ chrome="https://chrome.google.com/webstore/detail/joplin-web-clipper/alofnhikmmk
{% include cardv2.html {% include cardv2.html
title="Standard Notes" title="Standard Notes"
image="/assets/img/tools/StandardNotes.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/StandardNotes.png"
description="Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. Features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors." description="Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. Features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors."
website="https://standardnotes.org/" website="https://standardnotes.org/"
github="https://github.com/standardnotes" github="https://github.com/standardnotes"
@ -38,7 +38,7 @@ web="https://app.standardnotes.org/"
{% include cardv2.html {% include cardv2.html
title="Turtl" title="Turtl"
image="/assets/img/tools/Turtl.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Turtl.png"
description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with." 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/" website="https://turtlapp.com/"
github="https://github.com/turtl" github="https://github.com/turtl"

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Qubes OS" title="Qubes OS"
image="/assets/img/tools/Qubes-OS.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Qubes-OS.png"
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.' 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" badges="info:Xen"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -17,7 +17,7 @@ tor="http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/"
{% include cardv2.html {% include cardv2.html
title="Fedora Workstation" title="Fedora Workstation"
image="/assets/img/tools/Fedora.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Fedora.png"
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, using GNOME as the default desktop environment.' 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, using GNOME as the default desktop environment.'
badges="info:GNU/Linux" badges="info:GNU/Linux"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -27,7 +27,7 @@ git="https://src.fedoraproject.org/"
{% include cardv2.html {% include cardv2.html
title="Debian" title="Debian"
image="/assets/img/tools/Debian.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Debian.png"
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.' description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
badges="info:GNU/Linux" badges="info:GNU/Linux"
website="https://www.debian.org/" website="https://www.debian.org/"

View File

@ -8,7 +8,7 @@
{% include card.html color="success" {% include card.html color="success"
title="Discourse & Reddit" title="Discourse & Reddit"
image="/assets/img/icons/discourse.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/icons/discourse.png"
url="https://forum.privacytools.io/" url="https://forum.privacytools.io/"
website="Discourse" website="Discourse"
extra_button='<a class="btn btn-success mb-1" href="https://www.reddit.com/r/privacytoolsIO/">Reddit</a>' extra_button='<a class="btn btn-success mb-1" href="https://www.reddit.com/r/privacytoolsIO/">Reddit</a>'
@ -17,7 +17,7 @@
{% include card.html color="primary" {% include card.html color="primary"
title="Follow on Mastodon & Twitter" title="Follow on Mastodon & Twitter"
image="/assets/img/icons/mastodon.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/icons/mastodon.png"
url="https://social.privacytools.io/" url="https://social.privacytools.io/"
website="Mastodon" website="Mastodon"
extra_button='<a class="btn btn-primary mb-1" href="https://twitter.com/privacytoolsIO">Twitter</a>' extra_button='<a class="btn btn-primary mb-1" href="https://twitter.com/privacytoolsIO">Twitter</a>'

View File

@ -7,7 +7,7 @@
{% {%
include cardv2.html include cardv2.html
title="Bitwarden - Cloud/Self-host" title="Bitwarden - Cloud/Self-host"
image="/assets/img/tools/bitwarden.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/bitwarden.png"
description="<strong>Bitwarden</strong> is a free and open source password manager. It aims to solve password management problems for individuals, teams, and business organizations. Bitwarden is among the easiest and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices. If you don't want to use the Bitwarden cloud, you can easily host your own Bitwarden server." description="<strong>Bitwarden</strong> is a free and open source password manager. It aims to solve password management problems for individuals, teams, and business organizations. Bitwarden is among the easiest and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices. If you don't want to use the Bitwarden cloud, you can easily host your own Bitwarden server."
website="https://bitwarden.com/" website="https://bitwarden.com/"
forum="https://forum.privacytools.io/t/discussion-bitwarden/1343" forum="https://forum.privacytools.io/t/discussion-bitwarden/1343"
@ -32,7 +32,7 @@
{% {%
include cardv2.html include cardv2.html
title="KeePassXC - Local" title="KeePassXC - Local"
image="/assets/img/tools/keepassxc.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/keepassxc.png"
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." 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/" website="https://keepassxc.org/"
forum="https://forum.privacytools.io/t/discussion-keepassxc/1344/2" forum="https://forum.privacytools.io/t/discussion-keepassxc/1344/2"
@ -52,7 +52,7 @@
{% {%
include cardv2.html include cardv2.html
title="LessPass - Browser" title="LessPass - Browser"
image="/assets/img/tools/LessPass.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/LessPass.png"
description="<strong>LessPass</strong> is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security." description="<strong>LessPass</strong> is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security."
website="https://lesspass.com/" website="https://lesspass.com/"
forum="https://forum.privacytools.io/t/discussion-keepassxc/1344/2" forum="https://forum.privacytools.io/t/discussion-keepassxc/1344/2"

View File

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="PrivateBin" title="PrivateBin"
image="/assets/img/tools/PrivateBin.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/PrivateBin.png"
description="PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES. It is the improved version of ZeroBin." description="PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES. It is the improved version of ZeroBin."
website="https://privatebin.info/" website="https://privatebin.info/"
forum="https://forum.privacytools.io/t/discussion-privatebin/296" forum="https://forum.privacytools.io/t/discussion-privatebin/296"
@ -12,7 +12,7 @@ github="https://github.com/PrivateBin/PrivateBin"
{% include cardv2.html {% include cardv2.html
title="CryptPad" title="CryptPad"
image="/assets/img/provider/CryptPad.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/CryptPad.png"
description="CryptPad is an open source, zero knowledge, realtime collaborative editor. Data is encrypted/decrypted in the browser using 256bit AES." description="CryptPad is an open source, zero knowledge, realtime collaborative editor. Data is encrypted/decrypted in the browser using 256bit AES."
website="https://cryptpad.fr/pad/" website="https://cryptpad.fr/pad/"
forum="https://forum.privacytools.io/t/discussion-cryptpad/1270" forum="https://forum.privacytools.io/t/discussion-cryptpad/1270"

View File

@ -3,7 +3,7 @@
{% {%
include cardv2.html include cardv2.html
title="CryptPad" title="CryptPad"
image="/assets/img/provider/CryptPad.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/CryptPad.png"
description="<strong>CryptPad</strong> is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor Browser." description="<strong>CryptPad</strong> is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor Browser."
website="https://cryptpad.fr/" website="https://cryptpad.fr/"
forum="https://forum.privacytools.io/t/discussion-cryptpad-productivity-tools/1537" forum="https://forum.privacytools.io/t/discussion-cryptpad-productivity-tools/1537"
@ -14,8 +14,8 @@
{% {%
include cardv2.html include cardv2.html
title="Etherpad" title="Etherpad"
image="/assets/img/tools/Etherpad.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Etherpad.png"
image-dark="/assets/img/tools/Etherpad-dark.png" image-dark="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Etherpad-dark.png"
description="<strong>Etherpad</strong> is a highly customizable open source online editor providing collaborative editing in real-time. <a href=https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad>Here are a list of sites that run Etherpad</a>." 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/" website="https://etherpad.org/"
forum="https://forum.privacytools.io/t/discussion-etherpad-productivity-tools/1538" forum="https://forum.privacytools.io/t/discussion-etherpad-productivity-tools/1538"
@ -32,8 +32,8 @@
{% {%
include cardv2.html include cardv2.html
title="Write.as" title="Write.as"
image="/assets/img/tools/WriteAs.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/WriteAs.png"
image-dark="/assets/img/tools/WriteAs-dark.png" image-dark="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/WriteAs-dark.png"
description="<strong>Write.as</strong> is a cross-platform, privacy-oriented blogging platform. It's anonymous by default, letting you publish without signing up. If you create an account, it doesn't require any personal information. No ads, distraction-free, and built on a sustainable business model." 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/" website="https://write.as/"
forum="https://forum.privacytools.io/t/discussion-write-as-productivity-tools/1539" forum="https://forum.privacytools.io/t/discussion-write-as-productivity-tools/1539"
@ -70,7 +70,7 @@
{% {%
include cardv2.html include cardv2.html
title="MAT2" title="MAT2"
image="/assets/img/tools/MAT2.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/MAT2.png"
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." 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" website="https://0xacab.org/jvoisin/mat2"
forum="https://forum.privacytools.io/t/discussion-mat/1559" forum="https://forum.privacytools.io/t/discussion-mat/1559"

View File

@ -2,7 +2,7 @@
<h1>Privacy? I don't have anything to hide.</h1> <h1>Privacy? I don't have anything to hide.</h1>
</div> </div>
<blockquote class="blockquote"> <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/layout/Glenn-Greenwald-Why-privacy-matters.jpg" width="177" height="200" 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="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/Glenn-Greenwald-Why-privacy-matters.jpg" width="177" height="200" 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 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 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> 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

@ -2,7 +2,7 @@
{% include cardv2.html {% include cardv2.html
title="OpenWrt" title="OpenWrt"
image="/assets/img/tools/OpenWrt.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/OpenWrt.png"
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." 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" badges="info:Linux"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -12,7 +12,7 @@ git="https://git.openwrt.org/"
{% include cardv2.html {% include cardv2.html
title="pfSense" title="pfSense"
image="/assets/img/tools/pfSense.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/pfSense.png"
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." 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" badges="info:BSD"
labels="warning:contrib:This software may depend on or recommend non-free software." labels="warning:contrib:This software may depend on or recommend non-free software."
@ -22,7 +22,7 @@ github="https://github.com/pfsense/"
{% include cardv2.html {% include cardv2.html
title="LibreCMC" title="LibreCMC"
image="/assets/img/tools/LibreCMC.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/LibreCMC.png"
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)." 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" badges="info:GNU/Linux"
website="https://librecmc.org" website="https://librecmc.org"

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="searx - Decentral" title="searx - Decentral"
image="/assets/img/provider/searx.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/searx.png"
description='An <a href="https://github.com/asciimoo/searx">open source</a> metasearch engine, aggregating the results of other search engines while not storing information about its users. No logs, no ads and no tracking. <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">List of Instances</a> or try <a href="https://search.privacytools.io/">search.privacytools.io</a>' description='An <a href="https://github.com/asciimoo/searx">open source</a> metasearch engine, aggregating the results of other search engines while not storing information about its users. No logs, no ads and no tracking. <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">List of Instances</a> or try <a href="https://search.privacytools.io/">search.privacytools.io</a>'
website="https://searx.me/" website="https://searx.me/"
tor="http://ulrn6sryqaifefld.onion" tor="http://ulrn6sryqaifefld.onion"
@ -16,7 +16,7 @@ github="https://github.com/asciimoo/searx"
{% include cardv2.html {% include cardv2.html
title="StartPage - Netherlands" title="StartPage - Netherlands"
image="/assets/img/provider/StartPage.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/StartPage.png"
description="Google search results, with complete privacy protection. Behind StartPage is a European company that has been obsessive about privacy since 2006." description="Google search results, with complete privacy protection. Behind StartPage is a European company that has been obsessive about privacy since 2006."
website="https://www.startpage.com/" website="https://www.startpage.com/"
forum="https://forum.privacytools.io/t/discussion-startpage/284" forum="https://forum.privacytools.io/t/discussion-startpage/284"
@ -24,7 +24,7 @@ forum="https://forum.privacytools.io/t/discussion-startpage/284"
{% include cardv2.html {% include cardv2.html
title="DuckDuckGo - USA" title="DuckDuckGo - USA"
image="/assets/img/provider/DuckDuckGo.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/DuckDuckGo.png"
description='The search engine that doesn\'t track you. Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. <span class="flag-icon flag-icon-us"></span> <a href="../../providers/#ukusa">The company is based in the USA.</a>' description='The search engine that doesn\'t track you. Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. <span class="flag-icon flag-icon-us"></span> <a href="../../providers/#ukusa">The company is based in the USA.</a>'
website="https://duckduckgo.com/" website="https://duckduckgo.com/"
tor="http://3g2upl4pq6kufc4m.onion" tor="http://3g2upl4pq6kufc4m.onion"
@ -34,7 +34,7 @@ github="https://github.com/duckduckgo"
{% include cardv2.html {% include cardv2.html
title="Qwant - France" title="Qwant - France"
image="/assets/img/provider/Qwant.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Qwant.png"
description='Qwants philosophy is based on two principles: no user tracking and no filter bubble. Qwant was launched in France in February 2013. <a href="https://www.qwant.com/privacy">Privacy Policy.</a>' description='Qwants philosophy is based on two principles: no user tracking and no filter bubble. Qwant was launched in France in February 2013. <a href="https://www.qwant.com/privacy">Privacy Policy.</a>'
website="https://www.qwant.com/" website="https://www.qwant.com/"
forum="https://forum.privacytools.io/t/discussion-qwant/286" forum="https://forum.privacytools.io/t/discussion-qwant/286"

View File

@ -8,7 +8,7 @@
{% include card.html color="success" {% include card.html color="success"
title="Tor" title="Tor"
image="/assets/img/tools/Tor-Project.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Tor-Project.png"
url="https://www.torproject.org/" url="https://www.torproject.org/"
tor="http://expyuzz4wqqyqhjn.onion" tor="http://expyuzz4wqqyqhjn.onion"
footer='OS: Windows, macOS, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, Android (<a href="https://www.torproject.org/download/#android">Tor Browser</a>, <a href="https://guardianproject.info/apps/orbot/">Proxy other apps with Orbot</a>), <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a>' footer='OS: Windows, macOS, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, Android (<a href="https://www.torproject.org/download/#android">Tor Browser</a>, <a href="https://guardianproject.info/apps/orbot/">Proxy other apps with Orbot</a>), <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a>'
@ -17,7 +17,7 @@
{% include card.html color="primary" {% include card.html color="primary"
title="I2P Anonymous Network" title="I2P Anonymous Network"
image="/assets/img/tools/I2P.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/I2P.png"
url="https://geti2p.net/" url="https://geti2p.net/"
footer="OS: Windows, macOS, Linux, Android, BSD / Solaris." footer="OS: Windows, macOS, Linux, Android, BSD / Solaris."
description="The Invisible Internet Project (I2P) is a computer network layer that allows applications to send messages to each other pseudonymously and securely. Uses include anonymous 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
@ -26,7 +26,7 @@
{% include card.html color="warning" {% include card.html color="warning"
title="The Freenet Project" title="The Freenet Project"
image="/assets/img/tools/Freenet.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Freenet.png"
url="https://freenetproject.org/" url="https://freenetproject.org/"
footer="OS: Windows, macOS, Linux." footer="OS: Windows, macOS, Linux."
description="Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and 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

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Nextcloud" title="Nextcloud"
image="/assets/img/provider/Nextcloud.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Nextcloud.png"
description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
website="https://nextcloud.com/" website="https://nextcloud.com/"
forum="https://forum.privacytools.io/t/discussion-nextcloud/287" forum="https://forum.privacytools.io/t/discussion-nextcloud/287"
@ -24,8 +24,8 @@ github="https://github.com/nextcloud"
{% include cardv2.html {% include cardv2.html
title="Tahoe-LAFS" title="Tahoe-LAFS"
image="/assets/img/tools/Tahoe-LAFS.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Tahoe-LAFS.png"
image-dark="/assets/img/tools/Tahoe-LAFS-dark.png" image-dark="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Tahoe-LAFS-dark.png"
website="https://www.tahoe-lafs.org/" website="https://www.tahoe-lafs.org/"
forum="https://forum.privacytools.io/t/discussion-tahoe-lafs/1662" 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." 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

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Mastodon - Twitter Alternative" title="Mastodon - Twitter Alternative"
image="/assets/img/tools/Mastodon.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Mastodon.png"
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup. Feel welcome to join our hosted instance: <a href="https://social.privacytools.io/">social.privacytools.io</a>' description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup. Feel welcome to join our hosted instance: <a href="https://social.privacytools.io/">social.privacytools.io</a>'
website="https://joinmastodon.org/" website="https://joinmastodon.org/"
forum="https://forum.privacytools.io/t/discussion-mastodon/289" forum="https://forum.privacytools.io/t/discussion-mastodon/289"
@ -25,7 +25,7 @@ web="https://joinmastodon.org/#getting-started"
{% include cardv2.html {% include cardv2.html
title="diaspora* - Google+ Alternative" title="diaspora* - Google+ Alternative"
image="/assets/img/tools/diaspora.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/diaspora.png"
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." 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/" website="https://diasporafoundation.org/"
forum="https://forum.privacytools.io/t/discussion-diaspora/290" forum="https://forum.privacytools.io/t/discussion-diaspora/290"
@ -36,7 +36,7 @@ web="https://diasporafoundation.org/"
{% include cardv2.html {% include cardv2.html
title="Friendica - Facebook Alternative" title="Friendica - Facebook Alternative"
image="/assets/img/tools/Friendica.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Friendica.png"
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." 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/" website="https://friendi.ca/"
forum="https://forum.privacytools.io/t/discussion-friendica/291" forum="https://forum.privacytools.io/t/discussion-friendica/291"
@ -50,7 +50,7 @@ web="https://friendi.ca/"
{% include cardv2.html {% include cardv2.html
title="PixelFed - Instagram Alternative" title="PixelFed - Instagram Alternative"
image="/assets/img/provider/pixelfed.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/pixelfed.png"
description='A free and ethical photo sharing platform, powered by ActivityPub federation. Pixelfed is an open-source, federated platform. You can run your own instance or <a href="https://fediverse.party/en/pixelfed/">join one.</a>' description='A free and ethical photo sharing platform, powered by ActivityPub federation. Pixelfed is an open-source, federated platform. You can run your own instance or <a href="https://fediverse.party/en/pixelfed/">join one.</a>'
website="https://pixelfed.org/" website="https://pixelfed.org/"
forum="https://forum.privacytools.io/t/discussion-pixelfed/293" forum="https://forum.privacytools.io/t/discussion-pixelfed/293"
@ -60,7 +60,7 @@ web="https://pixelfed.org/"
{% include cardv2.html {% include cardv2.html
title="GNU social - Twitter Alternative" title="GNU social - Twitter Alternative"
image="/assets/img/provider/gnu-social.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/gnu-social.png"
description="A social communication software for both public and private communications. It is widely supported and has a large userbase. It is already used by the Free Software Foundation." description="A social communication software for both public and private communications. It is widely supported and has a large userbase. It is already used by the Free Software Foundation."
website="https://gnu.io/social/" website="https://gnu.io/social/"
forum="https://forum.privacytools.io/t/discussion-gnu-social/292" forum="https://forum.privacytools.io/t/discussion-gnu-social/292"

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Aether" title="Aether"
image="/assets/img/tools/aether.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/aether.png"
description='<a href="https://github.com/nehbit/aether/blob/master/LICENSE.md">Free/libre and open source</a> decentralized social news aggregator with a built in voting system.' description='<a href="https://github.com/nehbit/aether/blob/master/LICENSE.md">Free/libre and open source</a> decentralized social news aggregator with a built in voting system.'
website="https://getaether.net/" website="https://getaether.net/"
forum="https://forum.privacytools.io/t/discussion-aether/1256" forum="https://forum.privacytools.io/t/discussion-aether/1256"
@ -18,7 +18,7 @@ linux="https://getaether.net/download/"
{% include cardv2.html {% include cardv2.html
title="Tildes" title="Tildes"
image="/assets/img/tools/tildes.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/tildes.png"
description='Tildes is a web-based self-hostable online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">GPL 3.0</a>.' description='Tildes is a web-based self-hostable online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">GPL 3.0</a>.'
website="https://tildes.net" website="https://tildes.net"
forum="https://forum.privacytools.io/t/discussion-tildes/1257" forum="https://forum.privacytools.io/t/discussion-tildes/1257"
@ -28,7 +28,7 @@ web="https://tildes.net"
{% include cardv2.html {% include cardv2.html
title="Raddle" title="Raddle"
image="/assets/img/tools/raddle.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/raddle.png"
description="Raddle is a public Postmill instance focused on privacy and anti-censorship." description="Raddle is a public Postmill instance focused on privacy and anti-censorship."
website="https://raddle.me" website="https://raddle.me"
forum="https://forum.privacytools.io/t/discussion-raddle/1258" forum="https://forum.privacytools.io/t/discussion-raddle/1258"

View File

@ -7,7 +7,7 @@
{% {%
include cardv2.html include cardv2.html
title="Rocket.chat" title="Rocket.chat"
image="/assets/img/tools/rocket.chat.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/rocket.chat.png"
description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE." description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE."
labels="warning:<a href=//rocket.chat/docs/user-guides/end-to-end-encryption/>Experimental</a>:Regarding E2EE their documentation states 'This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. The federation was also added afterwards potentially causing room for mistakes." labels="warning:<a href=//rocket.chat/docs/user-guides/end-to-end-encryption/>Experimental</a>:Regarding E2EE their documentation states 'This feature is currently in alpha. It's also not yet supported on mobile'. There is no forward secrecy so compromised decryption password would leak all messages. The federation was also added afterwards potentially causing room for mistakes."
website="https://rocket.chat/" website="https://rocket.chat/"
@ -24,7 +24,7 @@
{% {%
include cardv2.html include cardv2.html
title="Keybase" title="Keybase"
image="/assets/img/tools/keybase.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/keybase.png"
description='Keybase provides a hosted team chat with end-to-end encryption. It has also been <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>.' description='Keybase provides a hosted team chat with end-to-end encryption. It has also been <a href="https://keybase.io/docs-assets/blog/NCC_Group_Keybase_KB2018_Public_Report_2019-02-27_v1.3.pdf">indepedently audited (PDF)</a>.'
labels="warning:<a href=//github.com/keybase/client/issues/6374>Warning</a>:The server side of Keybase runs on proprietary code and is centralized." labels="warning:<a href=//github.com/keybase/client/issues/6374>Warning</a>:The server side of Keybase runs on proprietary code and is centralized."
website="https://keybase.io/" website="https://keybase.io/"

View File

@ -6,7 +6,7 @@
{% include cardv2.html {% include cardv2.html
title="Linphone" title="Linphone"
image="/assets/img/tools/Linphone.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Linphone.png"
website="https://www.linphone.org/" website="https://www.linphone.org/"
description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication." description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication."
forum="https://forum.privacytools.io/t/discussion-linphone/751" forum="https://forum.privacytools.io/t/discussion-linphone/751"
@ -21,7 +21,7 @@ ios="https://itunes.apple.com/us/app/linphone/id360065638?mt=8"
{% include cardv2.html {% include cardv2.html
title="Mumble" title="Mumble"
image="/assets/img/tools/Mumble.png" image="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/tools/Mumble.png"
website="https://mumble.info/" website="https://mumble.info/"
description="Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. Note that while Mumble doesn't log messages or record by default, <a href=\"https://github.com/mumble-voip/mumble/issues/1813\">it's missing end-to-end encryption</a>, so self-hosting is recommended." description="Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. Note that while Mumble doesn't log messages or record by default, <a href=\"https://github.com/mumble-voip/mumble/issues/1813\">it's missing end-to-end encryption</a>, so self-hosting is recommended."
forum="https://forum.privacytools.io/t/discussion-mumble/1289" forum="https://forum.privacytools.io/t/discussion-mumble/1289"

View File

@ -8,7 +8,7 @@
<div class="row mb-2"> <div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5"> <div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/provider/Mullvad.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Mullvad"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/Mullvad.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Mullvad">
</div> </div>
<div class="col"> <div class="col">
<h2>Mullvad <span class="badge badge-info">EUR €60/Year</span></h2> <h2>Mullvad <span class="badge badge-info">EUR €60/Year</span></h2>
@ -43,7 +43,7 @@
<div class="row mb-2"> <div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5"> <div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/provider/ProtonVPN.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="ProtonVPN"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/ProtonVPN.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="ProtonVPN">
</div> </div>
<div class="col"> <div class="col">
<h2>ProtonVPN <span class="badge badge-info">Free</span> <span class="badge badge-info">USD $96/year</span></h2> <h2>ProtonVPN <span class="badge badge-info">Free</span> <span class="badge badge-info">USD $96/year</span></h2>
@ -68,7 +68,7 @@
<div class="row mb-2"> <div class="row mb-2">
<div class="col-lg-3 col-sm-12 pt-lg-5"> <div class="col-lg-3 col-sm-12 pt-lg-5">
<img src="/assets/img/provider/IVPN.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/provider/IVPN.png" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN">
</div> </div>
<div class="col"> <div class="col">
<h2>IVPN <span class="badge badge-info">USD $100/Year</span></h2> <h2>IVPN <span class="badge badge-info">USD $100/Year</span></h2>

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> <h1 id="wc" class="anchor"><a href="#wc"><i class="fas fa-link anchor-icon"></i></a> What is a warrant canary?</h1>
<img src="/assets/img/layout/warrant-canary.jpg" width="450" height="236" class="img-fluid float-right" alt="Warrant Canary Example" style="margin-left:20px;"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/warrant-canary.jpg" width="450" height="236" class="img-fluid float-right" alt="Warrant Canary Example" style="margin-left:20px;">
<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> <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> <strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
</div> </div>
<img src="/assets/img/layout/Windows-10-Privacy.png" width="367" height="369" class="img-fluid float-right" alt="Windows 10 Privacy" style="margin-left:10px;"> <img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/Windows-10-Privacy.png" width="367" height="369" class="img-fluid float-right" alt="Windows 10 Privacy" style="margin-left:10px;">
<ol> <ol>
<li><strong>Data syncing is by default enabled.</strong> <li><strong>Data syncing is by default enabled.</strong>

View File

@ -1,7 +1,7 @@
add_header X-Frame-Options DENY always; add_header X-Frame-Options DENY always;
add_header X-XSS-Protection "1; mode=block" always; add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options nosniff always; add_header X-Content-Type-Options nosniff always;
add_header Content-Security-Policy "default-src 'none'; script-src 'self' 'unsafe-inline' https://stats.privacytools.io; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://*.privacytools.io; object-src 'none'; frame-src https://stats.privacytools.io; font-src 'self'; manifest-src 'self';" always; add_header Content-Security-Policy "default-src 'none'; script-src 'self' 'unsafe-inline' https://stats.privacytools.io; style-src 'self' 'unsafe-inline'; img-src *; object-src 'none'; frame-src https://stats.privacytools.io; font-src 'self'; manifest-src 'self';" always;
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload"; add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Origin' '*';
add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1'; add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1';

View File

@ -7,7 +7,7 @@ permalink: /donate/
<div class="row"> <div class="row">
<div class="mx-auto text-center"> <div class="mx-auto text-center">
<div class="mt-4 mb-4"> <div class="mt-4 mb-4">
<a href="https://www.privacytools.io/"><img src="/assets/img/layout/logo.png" class="img-fluid" alt="privacytools.io"></a> <a href="https://www.privacytools.io/"><img src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/layout/logo.png" class="img-fluid" alt="privacytools.io"></a>
</div> </div>
<h1>Please Donate</h1> <h1>Please Donate</h1>
<p>Our website is free of advertisements and not affiliated with any listed providers.<br>Your donation will cover our costs for servers, domains, coffee, beer, and pizza.</p> <p>Our website is free of advertisements and not affiliated with any listed providers.<br>Your donation will cover our costs for servers, domains, coffee, beer, and pizza.</p>
@ -24,49 +24,49 @@ permalink: /donate/
<div class="col-md-12 col-lg-8 offset-lg-2 text-right"> <div class="col-md-12 col-lg-8 offset-lg-2 text-right">
<div class="form-group row"> <div class="form-group row">
<label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong> <a href="/assets/img/qr/BTC.png"><i class="fa fa-qrcode"></i></a></label> <label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong> <a href="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/BTC.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<label for="BCH" class="col-sm-4 col-form-label"><strong>Bitcoin Cash (BCH)</strong> <a href="/assets/img/qr/BCH.png"><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="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/BCH.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="BCH" type="text" value="bitcoincash:qzs5eh484cc7gq2frw4y0ygdg33uv6ucrq48ewgqqf" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="BCH" type="text" value="bitcoincash:qzs5eh484cc7gq2frw4y0ygdg33uv6ucrq48ewgqqf" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<label for="ETH" class="col-sm-4 col-form-label"><strong>Ethereum (ETH)</strong> <a href="/assets/img/qr/ETH.png"><i class="fa fa-qrcode"></i></a></label> <label for="ETH" class="col-sm-4 col-form-label"><strong>Ethereum (ETH)</strong> <a href="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/ETH.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="ETH" type="text" value="0x1DdD9c188aaf9198b664CeBce9a9cD03E75FdD49" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="ETH" type="text" value="0x1DdD9c188aaf9198b664CeBce9a9cD03E75FdD49" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<label for="ZEC" class="col-sm-4 col-form-label"><strong>Zcash (ZEC)</strong> <a href="/assets/img/qr/ZEC.png"><i class="fa fa-qrcode"></i></a></label> <label for="ZEC" class="col-sm-4 col-form-label"><strong>Zcash (ZEC)</strong> <a href="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/ZEC.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="ZEC" type="text" value="t1Sv6rSRchWUXkWNz7PkeYixTs9M2aAs4wX" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="ZEC" type="text" value="t1Sv6rSRchWUXkWNz7PkeYixTs9M2aAs4wX" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<label for="LTC" class="col-sm-4 col-form-label"><strong>Litecoin (LTC)</strong> <a href="/assets/img/qr/LTC.png"><i class="fa fa-qrcode"></i></a></label> <label for="LTC" class="col-sm-4 col-form-label"><strong>Litecoin (LTC)</strong> <a href="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/LTC.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="LTC" type="text" value="LSccXrCDm7zu4Gc6PiiW6sBaKjADfFGQSQ" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="LTC" type="text" value="LSccXrCDm7zu4Gc6PiiW6sBaKjADfFGQSQ" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<label for="XLM" class="col-sm-4 col-form-label"><strong>Stellar (XLM)</strong> <a href="/assets/img/qr/XLM.png"><i class="fa fa-qrcode"></i></a></label> <label for="XLM" class="col-sm-4 col-form-label"><strong>Stellar (XLM)</strong> <a href="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/XLM.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="XLM" type="text" value="GA3GFFRS2PEZHFYOKYO5FSK5GAMW44AOGI4RY5ISXOWMD3PWAARFVAA4" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="XLM" type="text" value="GA3GFFRS2PEZHFYOKYO5FSK5GAMW44AOGI4RY5ISXOWMD3PWAARFVAA4" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>
</div> </div>
<div class="form-group row"> <div class="form-group row">
<label for="XMR" class="col-sm-4 col-form-label"><strong>Monero (XMR)</strong> <a href="/assets/img/qr/XMR.png"><i class="fa fa-qrcode"></i></a></label> <label for="XMR" class="col-sm-4 col-form-label"><strong>Monero (XMR)</strong> <a href="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/assets/img/qr/XMR.png"><i class="fa fa-qrcode"></i></a></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="XMR" type="text" value="45yJ8LkShLt2f9gCqbBQUcDw7um9XxD2vZ8h2Rt3GoLq9kMrznB3UAHBS1chJk9KjugpBbbJFGtdAeXE5j99wuGxDcbYUri" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="XMR" type="text" value="45yJ8LkShLt2f9gCqbBQUcDw7um9XxD2vZ8h2Rt3GoLq9kMrznB3UAHBS1chJk9KjugpBbbJFGtdAeXE5j99wuGxDcbYUri" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div> </div>