Key some software pages

This covers
* Calendar/Contacts Sync Tools
* Digital Notebook
* Email Alternatives and Clients
* File Encrpytion, Sharing, and Sync
* Metadata Removal Toosl
* Password Manager
* Productivity Tools
* Self-contained Networks
* Self-hosted Cloud Server
This commit is contained in:
djoate 2019-11-24 18:20:21 -05:00
parent 13b5827a79
commit 271c705ad3
No known key found for this signature in database
GPG Key ID: E8366E2E207EFB0E
22 changed files with 827 additions and 88 deletions

View File

@ -1,7 +1,7 @@
<h1 id="calendar_contacts" class="anchor"><a href="#calendar_contacts"><i class="fas fa-link anchor-icon"></i></a> Calendar and Contacts Sync</h1> <h1 id="calendar_contacts" class="anchor"><a href="#calendar_contacts"><i class="fas fa-link anchor-icon"></i></a> {% t Calendar and Contacts Sync %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently using a calendar and or contacts synchronization service like Google Sync or iCloud, you should pick an alternative here.</strong> <strong>{% t If you are currently using a calendar and or contacts synchronization service like Google Sync or iCloud, you should pick an alternative here. %}</strong>
</div> </div>
{% {%
@ -22,12 +22,15 @@
ios="https://nextcloud.com/install/" ios="https://nextcloud.com/install/"
%} %}
{% capture email_providers_desc %}Many email providers also offer calendar and or contacts sync services. Refer to the <a href="{{'/providers/email' | translate_page }}">Email Providers section</a> to choose an email provider and check if they also offer calendar and/or contacts sync.{% endcapture %}
{% capture email_providers_link %}{{'/providers/email' | translate_page }}{% endcapture %}
{% {%
include cardv2.html include cardv2.html
title="Email Providers" title="Email Providers"
image="/assets/img/misc/email.png" image="/assets/img/misc/email.png"
description='Many email providers also offer calendar and or contacts sync services. Refer to the <a href="/providers/email">Email Providers section</a> to choose an email provider and check if they also offer calendar and/or contacts sync.' description="Many email providers also offer calendar and or contacts sync services. Refer to the <a href=\"{{'/providers/email' | translate_page }}\">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' | translate_page }}"
%} %}
{% {%
@ -46,14 +49,14 @@
googleplay="https://play.google.com/store/apps/details?id=com.etesync.syncadapter" googleplay="https://play.google.com/store/apps/details?id=com.etesync.syncadapter"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li> <li>
<a href="https://fruux.com/">fruux</a> - A unified contacts/calendaring system that works across platforms and devices. <a href="{% t https://fruux.com/ %}">{% t fruux %}</a> - {% t A unified contacts/calendaring system that works across platforms and devices. %}
</li> </li>
<li> <li>
<a href="../cloud">cloud backups</a> - Consider regularly exporting your calendar and or contacts and backing them up on a separate storage drive or uploading them to cloud storage (ideally after <a href="../encryption-tools/">encrypting</a> them). <a href="../cloud">{% t cloud backups %}</a> - {% t Consider regularly exporting your calendar and or contacts and backing them up on a separate storage drive or uploading them to cloud storage (ideally after <a href="../encryption-tools/">encrypting</a> them).%}
</li> </li>
</ul> </ul>

View File

@ -1,4 +1,4 @@
<h1 id="messaging" class="anchor"><a href="#messaging"><i class="fas fa-link anchor-icon"></i></a> Email Alternatives</h1> <h1 id="messaging" class="anchor"><a href="#messaging"><i class="fas fa-link anchor-icon"></i></a> {% t Email Alternatives %}</h1>
{% include cardv2.html {% include cardv2.html
title="Bitmessage" title="Bitmessage"
@ -26,8 +26,8 @@ freebsd="https://retroshare.cc/downloads.html#freebsd"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://i2pbote.xyz/">I2P-Bote</a> - End-to-end encrypted decentralized mail system within the I2P network.</li> <li><a href="{% t https://i2pbote.xyz/ %}">{% t I2P-Bote %}</a> - {% t End-to-end encrypted decentralized mail system within the I2P network. %}</li>
</ul> </ul>

View File

@ -1,4 +1,4 @@
<h1 id="clients" class="anchor"><a href="#clients"><i class="fas fa-link anchor-icon"></i></a> Email Clients</h1> <h1 id="clients" class="anchor"><a href="#clients"><i class="fas fa-link anchor-icon"></i></a> {% t Email Clients %}</h1>
{% include cardv2.html {% include cardv2.html
title="Thunderbird" title="Thunderbird"
@ -31,20 +31,20 @@ netbsd="http://pkgsrc.se/mail/claws-mail"
%} %}
<h3>Privacy Email Tools</h3> <h3>{% t Privacy Email Tools %}</h3>
<ul> <ul>
<li><a href="https://www.gpg4usb.org/">gpg4usb</a> - A very easy to use and small portable editor to encrypt and decrypt any text-message or -file. For Windows and Linux. <a href="https://theprivacyguide.org/tutorials/gpg.html">GPG tutorial</a>.</li> <li><a href="{% t https://www.gpg4usb.org/ %}">{% t gpg4usb %}</a> - {% t A very easy to use and small portable editor to encrypt and decrypt any text-message or -file. For Windows and Linux. <a href="https://theprivacyguide.org/tutorials/gpg.html">GPG tutorial</a>. %}</li>
<li><a href="https://www.mailvelope.com/">Mailvelope</a> - A browser extension that enables the exchange of encrypted emails following the <a href="https://theprivacyguide.org/tutorials/pgp.html">OpenPGP encryption standard</a>.</li> <li><a href="{% t https://www.mailvelope.com/ %}">{% t Mailvelope %}</a> - {% t A browser extension that enables the exchange of encrypted emails following the <a href="https://theprivacyguide.org/tutorials/pgp.html">OpenPGP encryption standard</a>. %}</li>
<li><a href="https://www.enigmail.net/">Enigmail</a> - A security extension to Thunderbird and Seamonkey. It enables you to write and receive email messages signed and/or encrypted with the <a href="https://theprivacyguide.org/tutorials/pgp.html">OpenPGP standard</a>.</li> <li><a href="{% t https://www.enigmail.net/ %}">{% t Enigmail %}</a> - {% t A security extension to Thunderbird and Seamonkey. It enables you to write and receive email messages signed and/or encrypted with the <a href="https://theprivacyguide.org/tutorials/pgp.html">OpenPGP standard</a>. %}</li>
<li><a href="https://addons.thunderbird.net/thunderbird/addon/torbirdy/">TorBirdy</a> - TorBirdy configures Thunderbird to make connections over the Tor anonymity network. This extension is in beta and should be considered experimental.</li> <li><a href="{% t https://addons.thunderbird.net/thunderbird/addon/torbirdy/ %}">{% t TorBirdy %}</a> - {% t TorBirdy configures Thunderbird to make connections over the Tor anonymity network. This extension is in beta and should be considered experimental. %}</li>
<li><a href="https://www.emailprivacytester.com/">Email Privacy Tester</a> - This tool will send an Email to your address and perform privacy-related tests.</li> <li><a href="{% t https://www.emailprivacytester.com/ %}">{% t Email Privacy Tester %}</a> - {% t This tool will send an Email to your address and perform privacy-related tests. %}</li>
</ul> </ul>
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://github.com/k9mail/k-9/releases">K-9 Mail</a> - An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP.</li> <li><a href="{% t https://github.com/k9mail/k-9/releases %}">{% t K-9 Mail %}</a> - {% t An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP. %}</li>
<li><a href="https://www.gnupg.org/">GNU Privacy Guard</a> - Email Encryption. GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. <a href="https://theprivacyguide.org/tutorials/gpg.html">Tutorial.</a> Use <a href="https://gpgtools.org/">GPGTools for macOS.</a></li> <li><a href="{% t https://www.gnupg.org/ %}">{% t GNU Privacy Guard %}</a> - {% t Email Encryption. GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. <a href="https://theprivacyguide.org/tutorials/gpg.html">Tutorial.</a> Use <a href="https://gpgtools.org/">GPGTools for macOS.</a> %}</li>
<li><a href="https://www.mailpile.is/">Mailpile (Beta)</a> - A modern, fast web-mail client with user-friendly encryption and privacy features.</li> <li><a href="{% t https://www.mailpile.is/ %}">{% t Mailpile (Beta) %}</a> - {% t A modern, fast web-mail client with user-friendly encryption and privacy features. %}</li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
<h1 id="encrypt" class="anchor"><a href="#encrypt"><i class="fas fa-link anchor-icon"></i></a> File Encryption Software</h1> <h1 id="encrypt" class="anchor"><a href="#encrypt"><i class="fas fa-link anchor-icon"></i></a> {% t File Encryption Software %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently not using encryption software for your hard disk, emails, or file archives, you should pick one here.</strong> <strong>{% t If you are currently not using encryption software for your hard disk, emails, or file archives, you should pick one here. %}</strong>
</div> </div>
{% {%
@ -50,11 +50,11 @@
netbsd="https://www.peazip.org/peazip-bsd.html" netbsd="https://www.peazip.org/peazip-bsd.html"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. <span class="badge badge-warning" data-toggle="tooltip" title="Cryptomator's mobile apps are not open-source."><a href="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375"><i class="fas fa-exclamation-triangle"></i></a></span></li></li> <li><a href="{% t https://cryptomator.org/ %}">{% t Cryptomator %}</a> - {% t Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.%} <span class="badge badge-warning" data-toggle="tooltip" title="{% t Cryptomator's mobile apps are not open-source. %}"><a href="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375"><i class="fas fa-exclamation-triangle"></i></a></span></li></li>
<li><a href="https://gitlab.com/cryptsetup/cryptsetup/">Linux Unified Key Setup (LUKS)</a> - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.</li> <li><a href="{% t https://gitlab.com/cryptsetup/cryptsetup/ %}">{% t Linux Unified Key Setup (LUKS) %}</a> - {% t A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux. %}</li>
<li><a href="https://hat.sh/">Hat.sh</a> - A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.</a></li> <li><a href="{% t https://hat.sh/ %}">{% t Hat.sh %}</a> - {% t A cross-platform, serverless JavaScript web application that provides secure file encryption using the AES-256-GCM algorithm in your browser. It can also be downloaded and run offline.</a> %}</li>
<li><a href="https://www.keka.io/">Keka</a> - A macOS-only, open-source file archiver with the ability to encrypt files.</li> <li><a href="{% t https://www.keka.io/ %}">{% t Keka %}</a> - {% t A macOS-only, open-source file archiver with the ability to encrypt files. %}</li>
</ul> </ul>

View File

@ -1,4 +1,4 @@
<h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1> <h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> {% t File Sharing %}</h1>
{% include cardv2.html {% include cardv2.html
title="Firefox Send" title="Firefox Send"
@ -41,9 +41,9 @@ openbsd="https://pypi.org/project/magic-wormhole/"
netbsd="https://pypi.org/project/magic-wormhole/" netbsd="https://pypi.org/project/magic-wormhole/"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://github.com/schollz/croc">croc</a> - Easily and securely send things from one computer to another.</li> <li><a href="{% t https://github.com/schollz/croc %}">{% t croc %}</a> - {% t Easily and securely send things from one computer to another. %}</li>
<li><a href="https://freedombox.org/">FreedomBox</a> - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.</li> <li><a href="{% t https://freedombox.org/ %}">{% t FreedomBox %}</a> - {% t Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN. %}</li>
</ul> </ul>

View File

@ -2,7 +2,7 @@
<a href="#sync"> <a href="#sync">
<i class="fas fa-link anchor-icon"></i> <i class="fas fa-link anchor-icon"></i>
</a> </a>
File Sync {% t File Sync %}
</h1> </h1>
{% {%
@ -32,11 +32,10 @@
mac="https://github.com/hbons/SparkleShare/releases/" mac="https://github.com/hbons/SparkleShare/releases/"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li> <li>
<a href="https://git-annex.branchable.com/">git-annex</a> - Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, <a href="{% t https://git-annex.branchable.com/ %}">{% t git-annex %}</a> - {% t Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space. %}
whether due to limitations in memory, time, or disk space.
</li> </li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
<h1 id="notebook" class="anchor"><a href="#notebook"><i class="fas fa-link anchor-icon"></i></a> Digital Notebook</h1> <h1 id="notebook" class="anchor"><a href="#notebook"><i class="fas fa-link anchor-icon"></i></a> {% t Digital Notebook %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently using an application like Evernote, Google Keep, or Microsoft OneNote, you should pick an alternative here.</strong> <strong>{% t If you are currently using an application like Evernote, Google Keep, or Microsoft OneNote, you should pick an alternative here. %}</strong>
</div> </div>
{% include cardv2.html {% include cardv2.html
@ -51,16 +51,16 @@ firefox="https://addons.mozilla.org/en-US/firefox/addon/turtl-bookmarking/"
chrome="https://chrome.google.com/webstore/detail/turtl/dgcojenhfdjhieoglmiaheihjadlpcml" chrome="https://chrome.google.com/webstore/detail/turtl/dgcojenhfdjhieoglmiaheihjadlpcml"
%} %}
<h3>Warning</h3> <h3>{% t Warning %}</h3>
<ul> <ul>
<li>Note: As of Dec 2018, Joplin does not support password/pin protection for the application itself or individual notes/notebooks. Data is still encrypted in transit and at sync location using your master key. See <a href='https://github.com/laurent22/joplin/issues/289'>open issue</a>.</li> <li>{% t Note: As of Dec 2018, Joplin does not support password/pin protection for the application itself or individual notes/notebooks. Data is still encrypted in transit and at sync location using your master key.%} {% t See <a href='https://github.com/laurent22/joplin/issues/289'>open issue</a>. %}</li>
</ul> </ul>
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://github.com/notable/notable">Notable</a> - The markdown-based note-taking app that doesn't suck.</li> <li><a href="{% t https://github.com/notable/notable %}">{% t Notable %}</a> - {% t The markdown-based note-taking app that doesn't suck. %}</li>
<li><a href="https://paperwork.cloud/">Paperwork</a> - An open-source and self-hosted solution. For PHP / MySQL servers.</li> <li><a href="{% t https://paperwork.cloud/ %}">{% t Paperwork %}</a> - {% t An open-source and self-hosted solution. For PHP / MySQL servers. %}</li>
<li><a href="https://orgmode.org">Org-mode</a> - A major mode for GNU Emacs. Org-mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. </li> <li><a href="{% t https://orgmode.org %}">{% t Org-mode %}</a> - {% t A major mode for GNU Emacs. Org-mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. %}</li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
<h1 id="pw" class="anchor"><a href="#pw"><i class="fas fa-link anchor-icon"></i></a> Password Manager Software</h1> <h1 id="pw" class="anchor"><a href="#pw"><i class="fas fa-link anchor-icon"></i></a> {% t Password Manager Software %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently using a password manager software like 1Password, LastPass, Roboform, or iCloud Keychain, you should pick an alternative here.</strong> <strong>{% t If you are currently using a password manager software like 1Password, LastPass, Roboform, or iCloud Keychain, you should pick an alternative here. %}</strong>
</div> </div>
{% {%
@ -67,24 +67,24 @@
googleplay="https://play.google.com/store/apps/details?id=com.lesspass.android" googleplay="https://play.google.com/store/apps/details?id=com.lesspass.android"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li> <li>
<a href="https://masterpassword.app">Master Password</a> - A password manager based on an ingenious password-generation algorithm that guarantees your passwords can never be lost. Its passwords aren't stored: they are generated on-demand from your name, the site, and your master password. No syncing, backups, or internet access needed. <a href="{% t https://masterpassword.app %}">{% t Master Password %}</a> - {% t A password manager based on an ingenious password-generation algorithm that guarantees your passwords can never be lost. Its passwords aren't stored: they are generated on-demand from your name, the site, and your master password. No syncing, backups, or internet access needed. %}
</li> </li>
<li> <li>
<a href="https://psono.com/">Psono</a> - Free and open source password manager for teams with client side encryption and secure sharing of passwords, files, bookmarks, emails. All secrets are protected by a master password. Uses <a href="https://nacl.cr.yp.to/">NACL Crypto</a>, a combination of Curve25519, Salsa20 and Poly1305. <a href="{% t https://psono.com/ %}">{% t Psono %}</a> - {% t Free and open source password manager for teams with client side encryption and secure sharing of passwords, files, bookmarks, emails. All secrets are protected by a master password. Uses <a href="https://nacl.cr.yp.to/">NACL Crypto</a>, a combination of Curve25519, Salsa20 and Poly1305. %}
</li> </li>
<li> <li>
<a href="https://pwsafe.org/">Password Safe</a> - Whether the answer is one or hundreds, Password Safe allows you to safely and easily create a secured and encrypted username/password list. With Password Safe all you have to do is create and remember a single "Master Password" of your choice in order to unlock and access your entire username/password list. <a href="{% t https://pwsafe.org/ %}">{% t Password Safe %}</a> - {% t Whether the answer is one or hundreds, Password Safe allows you to safely and easily create a secured and encrypted username/password list. With Password Safe all you have to do is create and remember a single "Master Password" of your choice in order to unlock and access your entire username/password list. %}
</li> </li>
</ul> </ul>
<h3>Related Information</h3> <h3>{% t Related Information %}</h3>
<ul> <ul>
<li><a href="https://peertube.mastodon.host/videos/watch/4cdedd90-a5b4-4022-b93d-828e85ed58cd">Edward Snowden on Passwords on Peertube</a></li> <li><a href="{% t https://peertube.mastodon.host/videos/watch/4cdedd90-a5b4-4022-b93d-828e85ed58cd %}">{% t Edward Snowden on Passwords on Peertube %}</a></li>
</ul> </ul>

View File

@ -1,4 +1,4 @@
<h1 id="productivity" class="anchor"><a href="#productivity"><i class="fas fa-link anchor-icon"></i></a> Productivity Tools</h1> <h1 id="productivity" class="anchor"><a href="#productivity"><i class="fas fa-link anchor-icon"></i></a> {% t Productivity Tools %}</h1>
{% {%
include cardv2.html include cardv2.html
@ -48,25 +48,24 @@
ios="https://itunes.apple.com/app/apple-store/id1000755153" ios="https://itunes.apple.com/app/apple-store/id1000755153"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://crypt.ee/">Cryptee</a> - Free privacy-friendly service for storing Documents, files and Photos</li> <li><a href="{% t https://crypt.ee/ %}">{% t Cryptee %}</a> - {% t Free privacy-friendly service for storing Documents, files and Photos %}</li>
<li><a href="https://ethercalc.net/">EtherCalc</a> - EtherCalc is a web spreadsheet. Data is saved on the web, and people can edit the same document at the same time. Changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions.</li> <li><a href="{% t https://ethercalc.net/ %}">{% t EtherCalc %}</a> - {% t EtherCalc is a web spreadsheet. Data is saved on the web, and people can edit the same document at the same time. Changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions. %}</li>
<li><a href="https://disroot.org/">Disroot</a> - Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin.</li> <li><a href="{% t https://disroot.org/ %}">{% t Disroot %}</a> - {% t Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin. %}</li>
<li><a href="https://dudle.inf.tu-dresden.de/anonymous/">dudle</a> - An online scheduling application, free and open-source. Schedule meetings or make small online polls. No email collection or the need of registration.</li> <li><a href="{% t https://dudle.inf.tu-dresden.de/anonymous/ %}">{% t dudle %}</a> - {% t An online scheduling application, free and open-source. Schedule meetings or make small online polls. No email collection or the need of registration. %}</li>
<li><a href="https://framadate.org/">Framadate</a> - A free and open-source online service for planning an appointment or making a decision quickly and easily. No registration is required.</li> <li><a href="{% t https://framadate.org/ %}">{% t Framadate %}</a> - {% t A free and open-source online service for planning an appointment or making a decision quickly and easily. No registration is required. %}</li>
<li><a href="https://www.libreoffice.org/">LibreOffice</a> - Free and open-source office suite.</li> <li><a href="{% t https://www.libreoffice.org/ %}">{% t LibreOffice %}</a> - {% t Free and open-source office suite. %}</li>
<li><a href="https://vscodium.com/">VSCodium</a> - Fork of Microsoft's Visual Studio Code editor without branding or telemetry.</li> <li><a href="{% t https://vscodium.com/ %}">{% t VSCodium %}</a> - {% t Fork of Microsoft's Visual Studio Code editor without branding or telemetry. %}</li>
</ul> </ul>
<h1 id="metadata-removal-tools" class="anchor"> <h1 id="metadata-removal-tools" class="anchor">
<a href="#metadata-removal-tools" <a href="#metadata-removal-tools"
><i class="fas fa-link anchor-icon"></i> ><i class="fas fa-link anchor-icon"></i>
</a> Metadata Removal Tools </a> {% t Metadata Removal Tools %}
</h1> </h1>
<div class="row mb-2">
{% {%
include cardv2.html include cardv2.html
title="MAT2" title="MAT2"
@ -82,4 +81,3 @@
openbsd="https://pypi.org/project/mat2/" openbsd="https://pypi.org/project/mat2/"
netbsd="https://pypi.org/project/mat2/" netbsd="https://pypi.org/project/mat2/"
%} %}
</div>

View File

@ -1,7 +1,7 @@
<h1 id="darknets" class="anchor"><a href="#darknets"><i class="fas fa-link anchor-icon"></i></a> Self-contained Networks</h1> <h1 id="darknets" class="anchor"><a href="#darknets"><i class="fas fa-link anchor-icon"></i></a> {% t Self-contained Networks %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently browsing <a href="https://en.wikipedia.org/wiki/Surface_Web">clearnet</a> and want to access the <a href="https://en.wikipedia.org/wiki/Dark_web">dark web</a>, this section is for you.</strong> <strong>{% t If you are currently browsing <a href="https://en.wikipedia.org/wiki/Surface_Web">clearnet</a> and want to access the <a href="https://en.wikipedia.org/wiki/Dark_web">dark web</a>, this section is for you. %}</strong>
</div> </div>
{% include cardv2.html {% include cardv2.html
@ -58,23 +58,23 @@ netbsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
github="https://github.com/freenet/" github="https://github.com/freenet/"
%} %}
<h3>Related Information</h3> <h3>{% t Related Information %}</h3>
<ul> <ul>
<li><a href="https://darknetdiaries.com/">darknetdiaries.com</a> - True stories from the dark side of the Internet.</li> <li><a href="{% t https://darknetdiaries.com/ %}">{% t darknetdiaries.com %}</a> - {% t True stories from the dark side of the Internet. %}</li>
</ul> </ul>
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://zeronet.io/">ZeroNet</a> - Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network. <span class="badge badge-danger" data-toggle="tooltip" title="Your IP address isn't hidden by default and won't be, unless you enforce Tor usage.">privacy warning <span class="far fa-question-circle"></span></span></li> <li><a href="{% t https://zeronet.io/ %}">{% t ZeroNet %}</a> - {% t Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network.%} <span class="badge badge-danger" data-toggle="tooltip" title="{% t Your IP address isn't hidden by default and won't be, unless you enforce Tor usage. %}">{% t privacy warning %} <span class="far fa-question-circle"></span></span> </li>
<li><a href="https://retroshare.cc/">RetroShare</a> - An open source, cross-platform, friend-to-friend, secure, and decentralized communication platform.</li> <li><a href="{% t https://retroshare.cc/ %}">{% t RetroShare %}</a> - {% t An open source, cross-platform, friend-to-friend, secure, and decentralized communication platform. %}</li>
<li><a href="https://gnunet.org/">GNUnet</a> - GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy.</li> <li><a href="{% t https://gnunet.org/ %}">{% t GNUnet %}</a> - {% t GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy. %}</li>
<li><a href="https://ipfs.io/">IPFS</a> <em>and</em> <a href="https://github.com/ipfs-shipyard/ipfs-companion">IPFS Companion</a>- A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. IPFS Companion is a browser extension for redirecting queries to a gateway of your choice (generally local). <a href="https://github.com/privacytoolsIO/privacytools.io/pull/361#issuecomment-344414022"> <li><a href="{% t https://ipfs.io/">IPFS</a> <em>and</em> <a href="https://github.com/ipfs-shipyard/ipfs-companion">IPFS Companion</a>%} - {% t A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. IPFS Companion is a browser extension for redirecting queries to a gateway of your choice (generally local).%} <a href="https://github.com/privacytoolsIO/privacytools.io/pull/361#issuecomment-344414022">
<span class="badge badge-danger" data-toggle="tooltip" title=""> <span class="badge badge-danger" data-toggle="tooltip" title="">
<span class="fas fa-exclamation-triangle"></span> <span class="fas fa-exclamation-triangle"></span>
Important privacy warning {% t Important privacy warning %}
</span> </span>
</a></li> </a></li>
<li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a> - An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms, and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. <span class="badge badge-warning" data-toggle="tooltip" title="The project is currently in early stages but it is being actively developed.">experimental <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers.">privacy warning <i class="far fa-question-circle"></i></span></li> <li><a href="{% t https://yggdrasil-network.github.io/ %}">{% t Yggdrasil %}</a> - {% t An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms, and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4.%} <span class="badge badge-warning" data-toggle="tooltip" title="{% t The project is currently in early stages but it is being actively developed. %}">{% t experimental %} <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="{% t Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers. %}">{% t privacy warning%} <i class="far fa-question-circle"></i></span></li>
</ul> </ul>

View File

@ -1,7 +1,7 @@
<h1 id="mycloud" class="anchor"><a href="#mycloud"><i class="fas fa-link anchor-icon"></i></a> Self-Hosted Cloud Server Software</h1> <h1 id="mycloud" class="anchor"><a href="#mycloud"><i class="fas fa-link anchor-icon"></i></a> {% t Self-Hosted Cloud Server Software %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently using a Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should think about hosting it on your own.</strong> <strong>{% t If you are currently using a Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should think about hosting it on your own. %}</strong>
</div> </div>
{% include cardv2.html {% include cardv2.html
@ -36,7 +36,7 @@ netbsd="http://pkgsrc.se/filesystems/tahoe-lafs"
git="https://www.tahoe-lafs.org/trac/tahoe-lafs/browser" git="https://www.tahoe-lafs.org/trac/tahoe-lafs/browser"
%} %}
<h3>Worth Mentioning</h3> <h3>{% t Worth Mentioning %}</h3>
<ul> <ul>
<li><a href="https://github.com/xwiki-labs/cryptpad/">CryptPad</a> - An open-source and end-to-end encrypted real-time collaborative editor that lets you share folders, media, and documents.</li> <li><a href="{% t https://github.com/xwiki-labs/cryptpad/ %}">{% t CryptPad %}</a> - {% t An open-source and end-to-end encrypted real-time collaborative editor that lets you share folders, media, and documents. %}</li>
</ul> </ul>

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/calendar-contacts/ permalink: /software/calendar-contacts/
title: "Calendar/Contacts Sync Tools" title: "Calendar/Contacts Sync Tools"
description: "Discover free, open-source, and secure ways to sync your contacts and calendars across your devices." description: "Discover free, open-source, and secure ways to sync your contacts and calendars across your devices."
translate: true
--- ---
{% include sections/calendar-contacts-sync.html %} {% include sections/calendar-contacts-sync.html %}

View File

@ -1,8 +1,9 @@
--- ---
layout: page layout: page
permalink: /software/cloud/ permalink: /software/cloud/
title: "Self Hosted \"Cloud\"" title: 'Self Hosted "Cloud"'
description: "Discover how to securely and privately self-host your cloud with open-source software." description: "Discover how to securely and privately self-host your cloud with open-source software."
translate: true
--- ---
{% include sections/selfhosted-cloud.html %} {% include sections/selfhosted-cloud.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/email/ permalink: /software/email/
title: "Email Clients" title: "Email Clients"
description: "Discover free, open-source, and secure email clients, along with some email alternatives you may not have considered." description: "Discover free, open-source, and secure email clients, along with some email alternatives you may not have considered."
translate: true
--- ---
{% include sections/email-clients.html %} {% include sections/email-clients.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/encryption-tools/ permalink: /software/encryption-tools/
title: "Encryption Tools" title: "Encryption Tools"
description: "Discover free, open-source, and secure ways to encrypt your sensitive data to keep it from prying eyes." description: "Discover free, open-source, and secure ways to encrypt your sensitive data to keep it from prying eyes."
translate: true
--- ---
{% include sections/file-encryption.html %} {% include sections/file-encryption.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/file-sharing/ permalink: /software/file-sharing/
title: "File Sharing" title: "File Sharing"
description: "Discover how to share your files with your friends and family or anonymously, without a middleman." description: "Discover how to share your files with your friends and family or anonymously, without a middleman."
translate: true
--- ---
{% include sections/file-sharing.html %} {% include sections/file-sharing.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/file-sync/ permalink: /software/file-sync/
title: "File Sync" title: "File Sync"
description: "Discover free, open-source, and secure ways to sync your files across your devices." description: "Discover free, open-source, and secure ways to sync your files across your devices."
translate: true
--- ---
{% include sections/file-sync.html %} {% include sections/file-sync.html %}

View File

@ -4,6 +4,7 @@ permalink: /software/networks/
title: "Self-Contained Networks" title: "Self-Contained Networks"
description: "If you are currently browsing clearnet and want to access the dark web, this section is for you." description: "If you are currently browsing clearnet and want to access the dark web, this section is for you."
hidedesc: true hidedesc: true
translate: true
--- ---
{% include sections/self-contained-networks.html %} {% include sections/self-contained-networks.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/notebooks/ permalink: /software/notebooks/
title: "Notebooks" title: "Notebooks"
description: "Keep track of your notes and journalings without giving them to a third party." description: "Keep track of your notes and journalings without giving them to a third party."
translate: true
--- ---
{% include sections/notebooks.html %} {% include sections/notebooks.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/passwords/ permalink: /software/passwords/
title: "Password Managers" title: "Password Managers"
description: "Stay safe and secure online with an encrypted and open-source password manager." description: "Stay safe and secure online with an encrypted and open-source password manager."
translate: true
--- ---
{% include sections/password-managers.html %} {% include sections/password-managers.html %}

View File

@ -3,6 +3,7 @@ layout: page
permalink: /software/productivity/ permalink: /software/productivity/
title: "Productivity Tools" title: "Productivity Tools"
description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider." description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider."
translate: true
--- ---
{% include sections/productivity-tools.html %} {% include sections/productivity-tools.html %}

View File

@ -11,6 +11,12 @@ Web_Browsers_KEY: |
These_are_our_current_web_browser_recommendations_and_some_tweaks_you_can_use_to_preserve_your_privacy._KEY: | These_are_our_current_web_browser_recommendations_and_some_tweaks_you_can_use_to_preserve_your_privacy._KEY: |
These are our current web browser recommendations and some tweaks you can use to preserve your privacy. These are our current web browser recommendations and some tweaks you can use to preserve your privacy.
CalendarContacts_Sync_Tools_KEY: |
Calendar/Contacts Sync Tools
Discover_free_opensource_and_secure_ways_to_sync_your_contacts_and_calendars_across_your_devices._KEY: |
Discover free, open-source, and secure ways to sync your contacts and calendars across your devices.
DNS__Domain_Providers_KEY: | DNS__Domain_Providers_KEY: |
DNS / Domain Providers DNS / Domain Providers
@ -122,9 +128,6 @@ Firefox_Tweaks_KEY: |
Software_KEY: | Software_KEY: |
Software Software
CalendarContacts_Sync_Tools_KEY: |
Calendar/Contacts Sync Tools
Digital_Notebook_KEY: | Digital_Notebook_KEY: |
Digital Notebook Digital Notebook
@ -1058,6 +1061,12 @@ Firefox_Privacy_Guide_For_Dummies_KEY: |
Guide_on_ways_already_discussed_and_others_to_improve_your_privacy_and_safety_on_Firefox._KEY: | Guide_on_ways_already_discussed_and_others_to_improve_your_privacy_and_safety_on_Firefox._KEY: |
Guide on ways (already discussed and others) to improve your privacy and safety on Firefox. Guide on ways (already discussed and others) to improve your privacy and safety on Firefox.
Calendar_and_Contacts_Sync_KEY: |
Calendar and Contacts Sync
If_you_are_currently_using_a_calendar_and_or_contacts_synchronization_service_like_Google_Sync_or_iCloud_you_should_pick_an_alternative_here._KEY: |
If you are currently using a calendar and or contacts synchronization service like Google Sync or iCloud, you should pick an alternative here.
Nextcloud_KEY: | Nextcloud_KEY: |
Nextcloud Nextcloud
@ -1088,8 +1097,8 @@ Email_Providers_KEY: |
Many_email_providers_also_offer_calendar_and_or_contacts_sync_services._Refer_to_the_a_hrefprovidersemailEmail_Providers_sectiona_to_choose_a_KEY: | Many_email_providers_also_offer_calendar_and_or_contacts_sync_services._Refer_to_the_a_hrefprovidersemailEmail_Providers_sectiona_to_choose_a_KEY: |
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. 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.
providersemail_KEY: | providersemail__translate_page__KEY: |
/providers/email {{'/providers/email' | translate_page }}
EteSync_KEY: | EteSync_KEY: |
EteSync EteSync
@ -1115,6 +1124,24 @@ httpsclient.etesync.com_KEY: |
httpsgithub.cometesync_KEY: | httpsgithub.cometesync_KEY: |
https://github.com/etesync https://github.com/etesync
Worth_Mentioning_KEY: |
Worth Mentioning
httpsfruux.com_KEY: |
https://fruux.com/
fruux_KEY: |
fruux
A_unified_contactscalendaring_system_that_works_across_platforms_and_devices._KEY: |
A unified contacts/calendaring system that works across platforms and devices.
cloud_backups_KEY: |
cloud backups
Consider_regularly_exporting_your_calendar_and_or_contacts_and_backing_them_up_on_a_separate_storage_drive_or_uploading_them_to_cloud_storage_ideally__KEY: |
Consider regularly exporting your calendar and or contacts and backing them up on a separate storage drive or uploading them to cloud storage (ideally after <a href="../encryption-tools/">encrypting</a> them).
Nextcloud_is_similar_in_functionality_to_the_widely_used_Dropbox_with_the_difference_being_that_Nextcloud_is_free_and_opensource_thereby_allowing_an_KEY: | Nextcloud_is_similar_in_functionality_to_the_widely_used_Dropbox_with_the_difference_being_that_Nextcloud_is_free_and_opensource_thereby_allowing_an_KEY: |
Nextcloud is similar in functionality to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server with no limits on storage space or the number of connected clients. Nextcloud is similar in functionality to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server with no limits on storage space or the number of connected clients.
@ -3332,9 +3359,6 @@ Firefox_extension_that_prevents_Google_and_Yandex_search_pages_from_modifying_se
Open_Source_KEY: | Open_Source_KEY: |
Open Source Open Source
Worth_Mentioning_KEY: |
Worth Mentioning
httpsyacy.net_KEY: | httpsyacy.net_KEY: |
https://yacy.net/ https://yacy.net/
@ -4730,3 +4754,708 @@ httpsgist.github.comkennwhite1f3bc4d889b02b35d8aa_KEY: |
Dont_use_LT2P_IPSec_use_other_protocols._KEY: | Dont_use_LT2P_IPSec_use_other_protocols._KEY: |
Don't use LT2P IPSec, use other protocols. Don't use LT2P IPSec, use other protocols.
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefox_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefox
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idcom.google.android.webviewhlen_US_KEY: |
https://play.google.com/store/apps/details?id=com.google.android.webview&hl=en_US
Browser_Fingerprint__Is_your_browser_configuration_unique?_KEY: |
Browser Fingerprint - Is your browser configuration unique?
How_Unique_Is_Your_Web_Browser?_Peter_Eckersley_EFF._KEY: |
How Unique Is Your Web Browser? Peter Eckersley, EFF.
WebRTC_IP_Leak_Test__Is_your_IP_address_leaking?_KEY: |
WebRTC IP Leak Test - Is your IP address leaking?
How_to_disable_WebRTC_in_Firefox?_KEY: |
How to disable WebRTC in Firefox?
How_to_fix_the_WebRTC_Leak_in_Google_Chrome?_KEY: |
How to fix the WebRTC Leak in Google Chrome?
What_about_other_browsers?_KEY: |
What about other browsers?
Looking_for_TRR_DoH_or_ESNI?_KEY: |
Looking for TRR, DoH or ESNI?
Many_email_providers_also_offer_calendar_and_or_contacts_sync_services._Refer_to_the_a_hrefprovidersemail__translate_page_Email_Providers_KEY: |
Many email providers also offer calendar and or contacts sync services. Refer to the <a href="{{'/providers/email' | translate_page }}">Email Providers section</a> to choose an email provider and check if they also offer calendar and/or contacts sync.
httpsplay.google.comstoreappsdetails?idcom.etesync.syncadapter_KEY: |
https://play.google.com/store/apps/details?id=com.etesync.syncadapter
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
httpsbugzilla.mozilla.orgshow_bug.cgi?id1500289_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1500289
httpsbugzilla.mozilla.orgshow_bug.cgi?id1542754_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1542754
httpswww.clawsmail.orgdownloads.php?sectiondownloads_KEY: |
https://www.claws-mail.org/downloads.php?section=downloads
httpsplay.google.comstoreappsdetails?idorg.sufficientlysecure.keychain_KEY: |
https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain
httpsgit.gnupg.orgcgibingitweb.cgi?pgnupg.git_KEY: |
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefoxsend_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend
httpsplay.google.comstoreappsdetails?idcom.github.catfriend1.syncthingandroid_KEY: |
https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid
httpsgithub.comsyncthing?typesource_KEY: |
https://github.com/syncthing?type=source
Prefer_the_classic_site?_View_a_singlepage_layout._KEY: |
Prefer the classic site? View a single-page layout.
Privacy?_I_dont_have_anything_to_hide._KEY: |
Privacy? I don't have anything to hide.
How_do_you_counter_the_I_have_nothing_to_hide?_argument?_reddit.com_KEY: |
How do you counter the "I have nothing to hide?" argument? (reddit.com)
httpspapers.ssrn.comsol3papers.cfm?abstract_id998565_KEY: |
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=998565
What_does_the_US_government_know_about_you?_KEY: |
What does the US government know about you?
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idnet.i2p.android_KEY: |
https://play.google.com/store/apps/details?id=net.i2p.android
httpsplay.google.comstoreappsdetails?idcom.standardnotes_KEY: |
https://play.google.com/store/apps/details?id=com.standardnotes
httpsplay.google.comstoreappsdetails?idcom.lyonbros.turtl_KEY: |
https://play.google.com/store/apps/details?id=com.lyonbros.turtl
Privacy?_I_dont_have_anything_to_hide._KEY: |
Privacy? I don't have anything to hide.
How_do_you_counter_the_I_have_nothing_to_hide?_argument?_reddit.com_KEY: |
How do you counter the "I have nothing to hide?" argument? (reddit.com)
httpspapers.ssrn.comsol3papers.cfm?abstract_id998565_KEY: |
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=998565
Who_is_required_to_hand_over_the_encryption_keys_to_authorities?_KEY: |
Who is required to hand over the encryption keys to authorities?
Why_is_it_not_recommended_to_choose_a_USbased_service?_KEY: |
Why is it not recommended to choose a US-based service?
What_is_a_warrant_canary?_KEY: |
What is a warrant canary?
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefox_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefox
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idcom.google.android.webviewhlen_US_KEY: |
https://play.google.com/store/apps/details?id=com.google.android.webview&hl=en_US
Browser_Fingerprint__Is_your_browser_configuration_unique?_KEY: |
Browser Fingerprint - Is your browser configuration unique?
How_Unique_Is_Your_Web_Browser?_Peter_Eckersley_EFF._KEY: |
How Unique Is Your Web Browser? Peter Eckersley, EFF.
WebRTC_IP_Leak_Test__Is_your_IP_address_leaking?_KEY: |
WebRTC IP Leak Test - Is your IP address leaking?
How_to_disable_WebRTC_in_Firefox?_KEY: |
How to disable WebRTC in Firefox?
How_to_fix_the_WebRTC_Leak_in_Google_Chrome?_KEY: |
How to fix the WebRTC Leak in Google Chrome?
What_about_other_browsers?_KEY: |
What about other browsers?
Looking_for_TRR_DoH_or_ESNI?_KEY: |
Looking for TRR, DoH or ESNI?
httpswww.clawsmail.orgdownloads.php?sectiondownloads_KEY: |
https://www.claws-mail.org/downloads.php?section=downloads
httpsplay.google.comstoreappsdetails?idorg.thoughtcrime.securesms_KEY: |
https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms
httpsplay.google.comstoreappsdetails?idcom.wire_KEY: |
https://play.google.com/store/apps/details?id=com.wire
httpsitunes.apple.comappwireid930944768?mt8_KEY: |
https://itunes.apple.com/app/wire/id930944768?mt=8
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpsplay.google.comstoreappsdetails?idorg.linphone_KEY: |
https://play.google.com/store/apps/details?id=org.linphone
httpsitunes.apple.comusapplinphoneid360065638?mt8_KEY: |
https://itunes.apple.com/us/app/linphone/id360065638?mt=8
httpsapps.apple.comusappmumbleid443472808?ls1_KEY: |
https://apps.apple.com/us/app/mumble/id443472808?ls=1
httpsfdroid.orgrepositorybrowse?fdidim.vector.alpha_KEY: |
https://f-droid.org/repository/browse/?fdid=im.vector.alpha
httpsplay.google.comstoreappsdetails?idim.vector.app_KEY: |
https://play.google.com/store/apps/details?id=im.vector.app
httpsplay.google.comstoreappsdetails?idchat.rocket.android_KEY: |
https://play.google.com/store/apps/details?id=chat.rocket.android
httpsplay.google.comstoreappsdetails?idio.keybase.ossifragehlen_US_KEY: |
https://play.google.com/store/apps/details?id=io.keybase.ossifrage&hl=en_US
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefoxsend_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
httpsplay.google.comstoreappsdetails?idcom.github.catfriend1.syncthingandroid_KEY: |
https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid
httpsgithub.comsyncthing?typesource_KEY: |
https://github.com/syncthing?type=source
httpssafariextensions.apple.comdetails?idcom.bitwarden.safariLTZ2PFU5D6_KEY: |
https://safari-extensions.apple.com/details/?id=com.bitwarden.safari-LTZ2PFU5D6
httpsplay.google.comstoreappsdetails?idcom.x8bit.bitwarden_KEY: |
https://play.google.com/store/apps/details?id=com.x8bit.bitwarden
httpsitunes.apple.comappbitwardenfreepasswordmanagerid1137397744?mt8_KEY: |
https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8
httpsplay.google.comstoreappsdetails?idcom.kunzisoft.keepass.free_KEY: |
https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free
httpsplay.google.comstoreappsdetails?idcom.lesspass.android_KEY: |
https://play.google.com/store/apps/details?id=com.lesspass.android
httpsplay.google.comstoreappsdetails?idcom.etesync.syncadapter_KEY: |
https://play.google.com/store/apps/details?id=com.etesync.syncadapter
httpsplay.google.comstoreappsdetails?idorg.sufficientlysecure.keychain_KEY: |
https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain
httpsgit.gnupg.orgcgibingitweb.cgi?pgnupg.git_KEY: |
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idnet.i2p.android_KEY: |
https://play.google.com/store/apps/details?id=net.i2p.android
httpsbugzilla.mozilla.orgshow_bug.cgi?id1500289_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1500289
httpsbugzilla.mozilla.orgshow_bug.cgi?id1542754_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1542754
httpsplay.google.comstoreappsdetails?idcom.standardnotes_KEY: |
https://play.google.com/store/apps/details?id=com.standardnotes
httpsplay.google.comstoreappsdetails?idcom.lyonbros.turtl_KEY: |
https://play.google.com/store/apps/details?id=com.lyonbros.turtl
httpsplay.google.comstoreappsdetails?idcom.abunchtell.writeas_KEY: |
https://play.google.com/store/apps/details?id=com.abunchtell.writeas
What_does_the_US_government_know_about_you?_KEY: |
What does the US government know about you?
httpssafariextensions.apple.comdetails?idcom.bitwarden.safariLTZ2PFU5D6_KEY: |
https://safari-extensions.apple.com/details/?id=com.bitwarden.safari-LTZ2PFU5D6
httpsplay.google.comstoreappsdetails?idcom.x8bit.bitwarden_KEY: |
https://play.google.com/store/apps/details?id=com.x8bit.bitwarden
httpsitunes.apple.comappbitwardenfreepasswordmanagerid1137397744?mt8_KEY: |
https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8
httpsplay.google.comstoreappsdetails?idcom.kunzisoft.keepass.free_KEY: |
https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free
httpsplay.google.comstoreappsdetails?idcom.lesspass.android_KEY: |
https://play.google.com/store/apps/details?id=com.lesspass.android
httpsplay.google.comstoreappsdetails?idcom.abunchtell.writeas_KEY: |
https://play.google.com/store/apps/details?id=com.abunchtell.writeas
Who_is_required_to_hand_over_the_encryption_keys_to_authorities?_KEY: |
Who is required to hand over the encryption keys to authorities?
Why_is_it_not_recommended_to_choose_a_USbased_service?_KEY: |
Why is it not recommended to choose a US-based service?
What_is_a_warrant_canary?_KEY: |
What is a warrant canary?
httpsplay.google.comstoreappsdetails?idorg.thoughtcrime.securesms_KEY: |
https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms
httpsplay.google.comstoreappsdetails?idcom.wire_KEY: |
https://play.google.com/store/apps/details?id=com.wire
httpsitunes.apple.comappwireid930944768?mt8_KEY: |
https://itunes.apple.com/app/wire/id930944768?mt=8
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpsplay.google.comstoreappsdetails?idorg.linphone_KEY: |
https://play.google.com/store/apps/details?id=org.linphone
httpsitunes.apple.comusapplinphoneid360065638?mt8_KEY: |
https://itunes.apple.com/us/app/linphone/id360065638?mt=8
httpsapps.apple.comusappmumbleid443472808?ls1_KEY: |
https://apps.apple.com/us/app/mumble/id443472808?ls=1
httpsfdroid.orgrepositorybrowse?fdidim.vector.alpha_KEY: |
https://f-droid.org/repository/browse/?fdid=im.vector.alpha
httpsplay.google.comstoreappsdetails?idim.vector.app_KEY: |
https://play.google.com/store/apps/details?id=im.vector.app
httpsplay.google.comstoreappsdetails?idchat.rocket.android_KEY: |
https://play.google.com/store/apps/details?id=chat.rocket.android
httpsplay.google.comstoreappsdetails?idio.keybase.ossifragehlen_US_KEY: |
https://play.google.com/store/apps/details?id=io.keybase.ossifrage&hl=en_US
Why_sponsor__site.name_?_KEY: |
Why sponsor {{ site.name }}?
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
You_wouldnt_trust_your_finances_to_someone_with_a_fake_identity_so_why_trust_them_with_your_internet_data?_We_require_our_recommended_providers_to_be_KEY: |
You wouldn't trust your finances to someone with a fake identity, so why trust them with your internet data? We require our recommended providers to be public about their ownership or leadership. We also would like to see frequent transparency reports, especially in regard to how government requests are handled.
Should_I_use_a_VPN?_KEY: |
Should I use a VPN?
What_if_I_need_encryption?_KEY: |
What if I need encryption?
Should_I_use_encrypted_DNS_with_a_VPN?_KEY: |
Should I use encrypted DNS with a VPN?
What_if_I_need_anonymity?_KEY: |
What if I need anonymity?
Shouldnt_I_hide_my_IP_address?_KEY: |
Shouldn't I hide my IP address?
Should_I_use_Tor_emandem_a_VPN?_KEY: |
Should I use Tor <em>and</em> a VPN?
Are_VPNs_ever_useful?_KEY: |
Are VPNs ever useful?
httpsproxy.shpanelknowledgebase.php?actiondisplayarticleid5_KEY: |
https://proxy.sh/panel/knowledgebase.php?action=displayarticle&id=5
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefox_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefox
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idcom.google.android.webviewhlen_US_KEY: |
https://play.google.com/store/apps/details?id=com.google.android.webview&hl=en_US
Browser_Fingerprint__Is_your_browser_configuration_unique?_KEY: |
Browser Fingerprint - Is your browser configuration unique?
How_Unique_Is_Your_Web_Browser?_Peter_Eckersley_EFF._KEY: |
How Unique Is Your Web Browser? Peter Eckersley, EFF.
WebRTC_IP_Leak_Test__Is_your_IP_address_leaking?_KEY: |
WebRTC IP Leak Test - Is your IP address leaking?
How_to_disable_WebRTC_in_Firefox?_KEY: |
How to disable WebRTC in Firefox?
How_to_fix_the_WebRTC_Leak_in_Google_Chrome?_KEY: |
How to fix the WebRTC Leak in Google Chrome?
What_about_other_browsers?_KEY: |
What about other browsers?
Looking_for_TRR_DoH_or_ESNI?_KEY: |
Looking for TRR, DoH or ESNI?
httpsplay.google.comstoreappsdetails?idcom.etesync.syncadapter_KEY: |
https://play.google.com/store/apps/details?id=com.etesync.syncadapter
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
httpsbugzilla.mozilla.orgshow_bug.cgi?id1500289_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1500289
httpsbugzilla.mozilla.orgshow_bug.cgi?id1542754_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1542754
httpswww.clawsmail.orgdownloads.php?sectiondownloads_KEY: |
https://www.claws-mail.org/downloads.php?section=downloads
httpsplay.google.comstoreappsdetails?idorg.sufficientlysecure.keychain_KEY: |
https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain
httpsgit.gnupg.orgcgibingitweb.cgi?pgnupg.git_KEY: |
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefoxsend_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend
httpsplay.google.comstoreappsdetails?idcom.github.catfriend1.syncthingandroid_KEY: |
https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid
httpsgithub.comsyncthing?typesource_KEY: |
https://github.com/syncthing?type=source
Prefer_the_classic_site?_View_a_singlepage_layout._KEY: |
Prefer the classic site? View a single-page layout.
Privacy?_I_dont_have_anything_to_hide._KEY: |
Privacy? I don't have anything to hide.
How_do_you_counter_the_I_have_nothing_to_hide?_argument?_reddit.com_KEY: |
How do you counter the "I have nothing to hide?" argument? (reddit.com)
httpspapers.ssrn.comsol3papers.cfm?abstract_id998565_KEY: |
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=998565
What_does_the_US_government_know_about_you?_KEY: |
What does the US government know about you?
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idnet.i2p.android_KEY: |
https://play.google.com/store/apps/details?id=net.i2p.android
httpsplay.google.comstoreappsdetails?idcom.standardnotes_KEY: |
https://play.google.com/store/apps/details?id=com.standardnotes
httpsplay.google.comstoreappsdetails?idcom.lyonbros.turtl_KEY: |
https://play.google.com/store/apps/details?id=com.lyonbros.turtl
Privacy?_I_dont_have_anything_to_hide._KEY: |
Privacy? I don't have anything to hide.
How_do_you_counter_the_I_have_nothing_to_hide?_argument?_reddit.com_KEY: |
How do you counter the "I have nothing to hide?" argument? (reddit.com)
httpspapers.ssrn.comsol3papers.cfm?abstract_id998565_KEY: |
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=998565
Who_is_required_to_hand_over_the_encryption_keys_to_authorities?_KEY: |
Who is required to hand over the encryption keys to authorities?
Why_is_it_not_recommended_to_choose_a_USbased_service?_KEY: |
Why is it not recommended to choose a US-based service?
What_is_a_warrant_canary?_KEY: |
What is a warrant canary?
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefox_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefox
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idcom.google.android.webviewhlen_US_KEY: |
https://play.google.com/store/apps/details?id=com.google.android.webview&hl=en_US
Browser_Fingerprint__Is_your_browser_configuration_unique?_KEY: |
Browser Fingerprint - Is your browser configuration unique?
How_Unique_Is_Your_Web_Browser?_Peter_Eckersley_EFF._KEY: |
How Unique Is Your Web Browser? Peter Eckersley, EFF.
WebRTC_IP_Leak_Test__Is_your_IP_address_leaking?_KEY: |
WebRTC IP Leak Test - Is your IP address leaking?
How_to_disable_WebRTC_in_Firefox?_KEY: |
How to disable WebRTC in Firefox?
How_to_fix_the_WebRTC_Leak_in_Google_Chrome?_KEY: |
How to fix the WebRTC Leak in Google Chrome?
What_about_other_browsers?_KEY: |
What about other browsers?
Looking_for_TRR_DoH_or_ESNI?_KEY: |
Looking for TRR, DoH or ESNI?
httpswww.clawsmail.orgdownloads.php?sectiondownloads_KEY: |
https://www.claws-mail.org/downloads.php?section=downloads
httpsplay.google.comstoreappsdetails?idorg.thoughtcrime.securesms_KEY: |
https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms
httpsplay.google.comstoreappsdetails?idcom.wire_KEY: |
https://play.google.com/store/apps/details?id=com.wire
httpsitunes.apple.comappwireid930944768?mt8_KEY: |
https://itunes.apple.com/app/wire/id930944768?mt=8
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpsplay.google.comstoreappsdetails?idorg.linphone_KEY: |
https://play.google.com/store/apps/details?id=org.linphone
httpsitunes.apple.comusapplinphoneid360065638?mt8_KEY: |
https://itunes.apple.com/us/app/linphone/id360065638?mt=8
httpsapps.apple.comusappmumbleid443472808?ls1_KEY: |
https://apps.apple.com/us/app/mumble/id443472808?ls=1
httpsfdroid.orgrepositorybrowse?fdidim.vector.alpha_KEY: |
https://f-droid.org/repository/browse/?fdid=im.vector.alpha
httpsplay.google.comstoreappsdetails?idim.vector.app_KEY: |
https://play.google.com/store/apps/details?id=im.vector.app
httpsplay.google.comstoreappsdetails?idchat.rocket.android_KEY: |
https://play.google.com/store/apps/details?id=chat.rocket.android
httpsplay.google.comstoreappsdetails?idio.keybase.ossifragehlen_US_KEY: |
https://play.google.com/store/apps/details?id=io.keybase.ossifrage&hl=en_US
httpsplay.google.comstoreappsdetails?idorg.mozilla.firefoxsend_KEY: |
https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
httpsplay.google.comstoreappsdetails?idcom.github.catfriend1.syncthingandroid_KEY: |
https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid
httpsgithub.comsyncthing?typesource_KEY: |
https://github.com/syncthing?type=source
httpssafariextensions.apple.comdetails?idcom.bitwarden.safariLTZ2PFU5D6_KEY: |
https://safari-extensions.apple.com/details/?id=com.bitwarden.safari-LTZ2PFU5D6
httpsplay.google.comstoreappsdetails?idcom.x8bit.bitwarden_KEY: |
https://play.google.com/store/apps/details?id=com.x8bit.bitwarden
httpsitunes.apple.comappbitwardenfreepasswordmanagerid1137397744?mt8_KEY: |
https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8
httpsplay.google.comstoreappsdetails?idcom.kunzisoft.keepass.free_KEY: |
https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free
httpsplay.google.comstoreappsdetails?idcom.lesspass.android_KEY: |
https://play.google.com/store/apps/details?id=com.lesspass.android
httpsplay.google.comstoreappsdetails?idcom.etesync.syncadapter_KEY: |
https://play.google.com/store/apps/details?id=com.etesync.syncadapter
httpsplay.google.comstoreappsdetails?idorg.sufficientlysecure.keychain_KEY: |
https://play.google.com/store/apps/details?id=org.sufficientlysecure.keychain
httpsgit.gnupg.orgcgibingitweb.cgi?pgnupg.git_KEY: |
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git
httpsplay.google.comstoreappsdetails?idorg.torproject.torbrowser_KEY: |
https://play.google.com/store/apps/details?id=org.torproject.torbrowser
httpsplay.google.comstoreappsdetails?idnet.i2p.android_KEY: |
https://play.google.com/store/apps/details?id=net.i2p.android
httpsbugzilla.mozilla.orgshow_bug.cgi?id1500289_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1500289
httpsbugzilla.mozilla.orgshow_bug.cgi?id1542754_KEY: |
https://bugzilla.mozilla.org/show_bug.cgi?id=1542754
httpsplay.google.comstoreappsdetails?idcom.standardnotes_KEY: |
https://play.google.com/store/apps/details?id=com.standardnotes
httpsplay.google.comstoreappsdetails?idcom.lyonbros.turtl_KEY: |
https://play.google.com/store/apps/details?id=com.lyonbros.turtl
httpsplay.google.comstoreappsdetails?idcom.abunchtell.writeas_KEY: |
https://play.google.com/store/apps/details?id=com.abunchtell.writeas
What_does_the_US_government_know_about_you?_KEY: |
What does the US government know about you?
httpssafariextensions.apple.comdetails?idcom.bitwarden.safariLTZ2PFU5D6_KEY: |
https://safari-extensions.apple.com/details/?id=com.bitwarden.safari-LTZ2PFU5D6
httpsplay.google.comstoreappsdetails?idcom.x8bit.bitwarden_KEY: |
https://play.google.com/store/apps/details?id=com.x8bit.bitwarden
httpsitunes.apple.comappbitwardenfreepasswordmanagerid1137397744?mt8_KEY: |
https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8
httpsplay.google.comstoreappsdetails?idcom.kunzisoft.keepass.free_KEY: |
https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free
httpsplay.google.comstoreappsdetails?idcom.lesspass.android_KEY: |
https://play.google.com/store/apps/details?id=com.lesspass.android
httpsplay.google.comstoreappsdetails?idcom.abunchtell.writeas_KEY: |
https://play.google.com/store/apps/details?id=com.abunchtell.writeas
Who_is_required_to_hand_over_the_encryption_keys_to_authorities?_KEY: |
Who is required to hand over the encryption keys to authorities?
Why_is_it_not_recommended_to_choose_a_USbased_service?_KEY: |
Why is it not recommended to choose a US-based service?
What_is_a_warrant_canary?_KEY: |
What is a warrant canary?
httpsplay.google.comstoreappsdetails?idorg.thoughtcrime.securesms_KEY: |
https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms
httpsplay.google.comstoreappsdetails?idcom.wire_KEY: |
https://play.google.com/store/apps/details?id=com.wire
httpsitunes.apple.comappwireid930944768?mt8_KEY: |
https://itunes.apple.com/app/wire/id930944768?mt=8
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpswww.linphone.orgtechnicalcornerlinphone?qttechnical_corner2qttechnical_corner_KEY: |
https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner
httpsplay.google.comstoreappsdetails?idorg.linphone_KEY: |
https://play.google.com/store/apps/details?id=org.linphone
httpsitunes.apple.comusapplinphoneid360065638?mt8_KEY: |
https://itunes.apple.com/us/app/linphone/id360065638?mt=8
httpsapps.apple.comusappmumbleid443472808?ls1_KEY: |
https://apps.apple.com/us/app/mumble/id443472808?ls=1
httpsfdroid.orgrepositorybrowse?fdidim.vector.alpha_KEY: |
https://f-droid.org/repository/browse/?fdid=im.vector.alpha
httpsplay.google.comstoreappsdetails?idim.vector.app_KEY: |
https://play.google.com/store/apps/details?id=im.vector.app
httpsplay.google.comstoreappsdetails?idchat.rocket.android_KEY: |
https://play.google.com/store/apps/details?id=chat.rocket.android
httpsplay.google.comstoreappsdetails?idio.keybase.ossifragehlen_US_KEY: |
https://play.google.com/store/apps/details?id=io.keybase.ossifrage&hl=en_US
Why_sponsor__site.name_?_KEY: |
Why sponsor {{ site.name }}?
httpsplay.google.comstoreappsdetails?idcom.nextcloud.client_KEY: |
https://play.google.com/store/apps/details?id=com.nextcloud.client
httpsitunes.apple.comusappnextcloudid1125420102?mt8_KEY: |
https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8
You_wouldnt_trust_your_finances_to_someone_with_a_fake_identity_so_why_trust_them_with_your_internet_data?_We_require_our_recommended_providers_to_be_KEY: |
You wouldn't trust your finances to someone with a fake identity, so why trust them with your internet data? We require our recommended providers to be public about their ownership or leadership. We also would like to see frequent transparency reports, especially in regard to how government requests are handled.
Should_I_use_a_VPN?_KEY: |
Should I use a VPN?
What_if_I_need_encryption?_KEY: |
What if I need encryption?
Should_I_use_encrypted_DNS_with_a_VPN?_KEY: |
Should I use encrypted DNS with a VPN?
What_if_I_need_anonymity?_KEY: |
What if I need anonymity?
Shouldnt_I_hide_my_IP_address?_KEY: |
Shouldn't I hide my IP address?
Should_I_use_Tor_emandem_a_VPN?_KEY: |
Should I use Tor <em>and</em> a VPN?
Are_VPNs_ever_useful?_KEY: |
Are VPNs ever useful?
httpsproxy.shpanelknowledgebase.php?actiondisplayarticleid5_KEY: |
https://proxy.sh/panel/knowledgebase.php?action=displayarticle&id=5