Compare commits
1 Commits
cdn
...
update-nit
Author | SHA1 | Date | |
---|---|---|---|
25d0af8a78 |
24
Gemfile
24
Gemfile
@ -1,26 +1,11 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
# Hello! This is where you manage which Jekyll version is used to run.
|
||||
# When you want to use a different version, change it below, save the
|
||||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
||||
#
|
||||
# bundle exec jekyll serve
|
||||
#
|
||||
# This will help ensure the proper Jekyll version is running.
|
||||
# Happy Jekylling!
|
||||
gem "jekyll", "~> 3.8.5"
|
||||
# Install github-pages gem (https://jekyllrb.com/docs/github-pages/)
|
||||
gem "github-pages", group: :jekyll_plugins
|
||||
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minima", "~> 2.0"
|
||||
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
# gem "github-pages", group: :jekyll_plugins
|
||||
|
||||
# If you have any plugins, put them here!
|
||||
# Plugins
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem "jekyll-sitemap", "~> 1.4"
|
||||
# example: gem "jekyll-feed", "~> 0.6"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
@ -28,3 +13,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||
|
||||
|
186
Gemfile.lock
186
Gemfile.lock
@ -1,16 +1,89 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.2.11.1)
|
||||
i18n (~> 0.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.6.0)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.11.1)
|
||||
colorator (1.1.0)
|
||||
commonmarker (0.17.13)
|
||||
ruby-enum (~> 0.5)
|
||||
concurrent-ruby (1.1.5)
|
||||
dnsruby (1.61.3)
|
||||
addressable (~> 2.5)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
ethon (0.12.0)
|
||||
ffi (>= 1.3.0)
|
||||
eventmachine (1.2.7)
|
||||
execjs (2.7.0)
|
||||
faraday (0.15.4)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.11.1)
|
||||
forwardable-extended (2.6.0)
|
||||
gemoji (3.0.1)
|
||||
github-pages (198)
|
||||
activesupport (= 4.2.11.1)
|
||||
github-pages-health-check (= 1.16.1)
|
||||
jekyll (= 3.8.5)
|
||||
jekyll-avatar (= 0.6.0)
|
||||
jekyll-coffeescript (= 1.1.1)
|
||||
jekyll-commonmark-ghpages (= 0.1.5)
|
||||
jekyll-default-layout (= 0.1.4)
|
||||
jekyll-feed (= 0.11.0)
|
||||
jekyll-gist (= 1.5.0)
|
||||
jekyll-github-metadata (= 2.12.1)
|
||||
jekyll-mentions (= 1.4.1)
|
||||
jekyll-optional-front-matter (= 0.3.0)
|
||||
jekyll-paginate (= 1.1.0)
|
||||
jekyll-readme-index (= 0.2.0)
|
||||
jekyll-redirect-from (= 0.14.0)
|
||||
jekyll-relative-links (= 0.6.0)
|
||||
jekyll-remote-theme (= 0.3.1)
|
||||
jekyll-sass-converter (= 1.5.2)
|
||||
jekyll-seo-tag (= 2.5.0)
|
||||
jekyll-sitemap (= 1.2.0)
|
||||
jekyll-swiss (= 0.4.0)
|
||||
jekyll-theme-architect (= 0.1.1)
|
||||
jekyll-theme-cayman (= 0.1.1)
|
||||
jekyll-theme-dinky (= 0.1.1)
|
||||
jekyll-theme-hacker (= 0.1.1)
|
||||
jekyll-theme-leap-day (= 0.1.1)
|
||||
jekyll-theme-merlot (= 0.1.1)
|
||||
jekyll-theme-midnight (= 0.1.1)
|
||||
jekyll-theme-minimal (= 0.1.1)
|
||||
jekyll-theme-modernist (= 0.1.1)
|
||||
jekyll-theme-primer (= 0.5.3)
|
||||
jekyll-theme-slate (= 0.1.1)
|
||||
jekyll-theme-tactile (= 0.1.1)
|
||||
jekyll-theme-time-machine (= 0.1.1)
|
||||
jekyll-titles-from-headings (= 0.5.1)
|
||||
jemoji (= 0.10.2)
|
||||
kramdown (= 1.17.0)
|
||||
liquid (= 4.0.0)
|
||||
listen (= 3.1.5)
|
||||
mercenary (~> 0.3)
|
||||
minima (= 2.5.0)
|
||||
nokogiri (>= 1.8.5, < 2.0)
|
||||
rouge (= 2.2.1)
|
||||
terminal-table (~> 1.4)
|
||||
github-pages-health-check (1.16.1)
|
||||
addressable (~> 2.3)
|
||||
dnsruby (~> 1.60)
|
||||
octokit (~> 4.0)
|
||||
public_suffix (~> 3.0)
|
||||
typhoeus (~> 1.3)
|
||||
html-pipeline (2.12.0)
|
||||
activesupport (>= 2)
|
||||
nokogiri (>= 1.4)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
@ -27,16 +100,97 @@ GEM
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 4)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-avatar (0.6.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-coffeescript (1.1.1)
|
||||
coffee-script (~> 2.2)
|
||||
coffee-script-source (~> 1.11.1)
|
||||
jekyll-commonmark (1.3.1)
|
||||
commonmarker (~> 0.14)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-commonmark-ghpages (0.1.5)
|
||||
commonmarker (~> 0.17.6)
|
||||
jekyll-commonmark (~> 1)
|
||||
rouge (~> 2)
|
||||
jekyll-default-layout (0.1.4)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-feed (0.11.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-gist (1.5.0)
|
||||
octokit (~> 4.2)
|
||||
jekyll-github-metadata (2.12.1)
|
||||
jekyll (~> 3.4)
|
||||
octokit (~> 4.0, != 4.4.0)
|
||||
jekyll-mentions (1.4.1)
|
||||
html-pipeline (~> 2.3)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-optional-front-matter (0.3.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-paginate (1.1.0)
|
||||
jekyll-readme-index (0.2.0)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-redirect-from (0.14.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-relative-links (0.6.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-remote-theme (0.3.1)
|
||||
jekyll (~> 3.5)
|
||||
rubyzip (>= 1.2.1, < 3.0)
|
||||
jekyll-sass-converter (1.5.2)
|
||||
sass (~> 3.4)
|
||||
jekyll-seo-tag (2.5.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sitemap (1.2.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-swiss (0.4.0)
|
||||
jekyll-theme-architect (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-cayman (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-dinky (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-hacker (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-leap-day (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-merlot (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-midnight (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-minimal (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-modernist (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-primer (0.5.3)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-github-metadata (~> 2.9)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-slate (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-tactile (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-theme-time-machine (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
jekyll-titles-from-headings (0.5.1)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
jemoji (0.10.2)
|
||||
gemoji (~> 3.0)
|
||||
html-pipeline (~> 2.2)
|
||||
jekyll (~> 3.0)
|
||||
kramdown (1.17.0)
|
||||
liquid (4.0.0)
|
||||
listen (3.1.5)
|
||||
@ -44,10 +198,17 @@ GEM
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
mercenary (0.3.6)
|
||||
mini_portile2 (2.4.0)
|
||||
minima (2.5.0)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-feed (~> 0.9)
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
minitest (5.11.3)
|
||||
multipart-post (2.1.1)
|
||||
nokogiri (1.10.8)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
octokit (4.14.0)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.1.1)
|
||||
@ -55,23 +216,34 @@ GEM
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
rouge (2.2.1)
|
||||
ruby-enum (0.7.2)
|
||||
i18n
|
||||
ruby_dep (1.5.0)
|
||||
rubyzip (2.0.0)
|
||||
safe_yaml (1.0.5)
|
||||
sass (3.7.4)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
sawyer (0.8.2)
|
||||
addressable (>= 2.3.5)
|
||||
faraday (> 0.8, < 2.0)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
thread_safe (0.3.6)
|
||||
typhoeus (1.3.1)
|
||||
ethon (>= 0.9.0)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.6.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 3.8.5)
|
||||
jekyll-feed (~> 0.6)
|
||||
jekyll-sitemap (~> 1.4)
|
||||
minima (~> 2.0)
|
||||
github-pages
|
||||
tzinfo-data
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
2.0.1
|
||||
|
@ -3,7 +3,6 @@ name: PrivacyTools
|
||||
description: You are being watched. PrivacyTools provides knowledge, encryption, and software recommendations to protect you against global mass surveillance.
|
||||
url: "https://www.privacytools.io"
|
||||
production_url: "https://www.privacytools.io"
|
||||
pull_cdn: "https://cdn.privacytools.io"
|
||||
sass:
|
||||
style: compressed
|
||||
plugins:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{% if include.link %}
|
||||
<a
|
||||
href="{{ include.link }}" class="badge badge-{{ include.color | default: "info" }}"
|
||||
href="{{ link }}" class="badge badge-{{ include.color | default: "info" }}"
|
||||
{% if include.tooltip %}
|
||||
data-toggle="tooltip"
|
||||
title="{{ include.tooltip }}"><i class="{{ include.icon | default: "far fa-question-circle"}}"></i> {{ include.text }}
|
||||
|
@ -56,7 +56,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{% 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="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/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="/assets/img/layout/tor.png" width="35" height="35"></a>
|
||||
{% endif %}
|
||||
|
||||
{% if include.git %}
|
||||
|
@ -29,7 +29,7 @@
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}{{include.image}}"
|
||||
src="{{include.image}}"
|
||||
{% if include.image-dark %}
|
||||
data-theme-src="{{include.image-dark}}"
|
||||
{% endif %}
|
||||
|
@ -6,8 +6,6 @@
|
||||
<meta name="keywords" content="privacy, anonymity, privacy tools, surveillance, encryption">
|
||||
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url | replace:'index.html',''}}">
|
||||
<link rel="preconnect" href="https://cdn.privacytools.io/" crossorigin>
|
||||
<link rel="dns-prefetch" href="https://cdn.privacytools.io/">
|
||||
|
||||
<!-- title -->
|
||||
{% if page.title %}
|
||||
@ -50,18 +48,18 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- icons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/apple-touch-icon.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/favicon-32x32.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/favicon-16x16.png?v=2">
|
||||
<link rel="manifest" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/site.webmanifest?v=2">
|
||||
<link rel="mask-icon" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/safari-pinned-tab.svg?v=2" color="#3498db">
|
||||
<link rel="shortcut icon" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/favicon.ico?v=2">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/png/favicons/apple-touch-icon.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/png/favicons/favicon-32x32.png?v=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/png/favicons/favicon-16x16.png?v=2">
|
||||
<link rel="manifest" href="/assets/img/png/favicons/site.webmanifest?v=2">
|
||||
<link rel="mask-icon" href="/assets/img/png/favicons/safari-pinned-tab.svg?v=2" color="#3498db">
|
||||
<link rel="shortcut icon" href="/assets/img/png/favicons/favicon.ico?v=2">
|
||||
<meta name="msapplication-TileColor" content="#3498db">
|
||||
<meta name="msapplication-config" content="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/browserconfig.xml?v=2">
|
||||
<meta name="msapplication-config" content="/assets/img/png/favicons/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<!-- CSS stylesheets -->
|
||||
<link href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/css/style.css?v=9" rel="stylesheet" integrity="sha384-qBP5Bbk7h5voX7+I9CM6Vy0HQpm+PWHRXZy2Ut/52+S3WmuBw3YWNyoeI/QRGWv4" crossorigin="anonymous">
|
||||
<link id="dark-css" href="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)" integrity="sha384-V2UIGW0+AbgQZL/bmWAM8pRXghNGm/IvTD/yeSAsMLpsz3D+0MnYvKZ7h6Udng9x" crossorigin="anonymous">
|
||||
<link href="/assets/css/style.css?v=9" rel="stylesheet">
|
||||
<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
||||
</head>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div id="navbar" class="d-flex flex-wrap justify-content-between align-items-center">
|
||||
<div class="w-50">
|
||||
<a id="nav-home-mobile" class="nav-anchor" href="/">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/brand/horizontal.svg" width="150px" />
|
||||
<img src="/assets/img/svg/layout/brand/horizontal.svg" width="150px" />
|
||||
</a>
|
||||
</div>
|
||||
<input type="checkbox" id="nav-toggle" checked />
|
||||
|
@ -1,8 +1,8 @@
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/jquery-3.3.1.min.js?v=4" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/popper.min.js?v=4" integrity="sha384-yipEjruz9xikSpiIi+F8+G+OvmOYvx/hY06pr3eA26265pJ8+Lbc3sZ2uBgBG7b7" crossorigin="anonymous"></script>
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/bootstrap.min.js?v=4" integrity="sha384-uz42m69OOLo5hnP147/k7qYaV16ebylNguXL8G7Z/iBMtapgaUSOwgo/9MopjS46" crossorigin="anonymous"></script>
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/sortable.min.js?v=4" integrity="sha384-tukxl0r6OP6AB7mHv3RINgYu4i6IvHr1bdnypIcYez2WQzZKq08BXyFEZCW//Juc" crossorigin="anonymous"></script>
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/main.js?v=5" integrity="sha384-7Cn7Co5qrN1jU/2wfO5Kn0M/FR/UtrkM1+rLAEIUteTqmzgMPLXjm9H2c5NsnSxp" crossorigin="anonymous"></script>
|
||||
<script src="/assets/js/jquery-3.3.1.min.js?v=4"></script>
|
||||
<script src="/assets/js/popper.min.js?v=4"></script>
|
||||
<script src="/assets/js/bootstrap.min.js?v=4"></script>
|
||||
<script src="/assets/js/sortable.min.js?v=4"></script>
|
||||
<script src="/assets/js/main.js?v=5"></script>
|
||||
|
||||
<!--
|
||||
Matomo is the leading open-source analytics platform:
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/3rd-party/netguard.png" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="NetGuard">
|
||||
<img src="/assets/img/png/3rd-party/netguard.png" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="NetGuard">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h3>Control your traffic with <a href="https://www.netguard.me/">NetGuard</a></h3>
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/orbot.svg" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Orbot">
|
||||
<img src="/assets/img/svg/3rd-party/orbot.svg" height="70" width="70" class="img-fluid d-block mr-auto ml-auto align-middle" alt="Orbot">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h3>Tor for Android with <a href="https://guardianproject.info/apps/orbot/">Orbot</a></h3>
|
||||
|
@ -5,56 +5,56 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="uBlock Origin: Block Ads and Trackers"
|
||||
image="/assets/img/svg/3rd-party/ublock_origin.svg"
|
||||
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum blocker</a> that is easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
||||
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||
privacy-policy="https://github.com/gorhill/uBlock/wiki/Privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
||||
github="https://github.com/gorhill/uBlock/"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||
chrome="https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
||||
opera="https://addons.opera.com/en/extensions/details/ublock/"
|
||||
edge="https://www.microsoft.com/en-us/p/ublock-origin/9nblggh444l4"
|
||||
title="uBlock Origin: Block Ads and Trackers"
|
||||
image="/assets/img/svg/3rd-party/ublock_origin.svg"
|
||||
description="<strong>uBlock Origin</strong> is an efficient <a href=https://github.com/gorhill/uBlock/wiki/Blocking-mode>wide-spectrum blocker</a> that is easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
|
||||
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||
privacy-policy="https://github.com/gorhill/uBlock/wiki/Privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
|
||||
github="https://github.com/gorhill/uBlock/"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/ublock-origin/"
|
||||
chrome="https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
||||
opera="https://addons.opera.com/en/extensions/details/ublock/"
|
||||
edge="https://www.microsoft.com/en-us/p/ublock-origin/9nblggh444l4"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="HTTPS Everywhere: Secure Connections"
|
||||
image="/assets/img/svg/3rd-party/https_everywhere.svg"
|
||||
description="<strong>HTTPS Everywhere</strong> enables encryption of your connections to many major websites, making your browsing more secure. It is a collaboration between The Tor Project and the Electronic Frontier Foundation."
|
||||
website="https://www.eff.org/https-everywhere"
|
||||
privacy-policy="https://www.eff.org/code/privacy/policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-https-everywhere/268"
|
||||
github="https://github.com/EFForg/https-everywhere"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/https-everywhere"
|
||||
chrome="https://chrome.google.com/webstore/detail/https-everywhere/gcbommkclmclpchllfjekcdonpmejbdp"
|
||||
opera="https://addons.opera.com/en/extensions/details/https-everywhere"
|
||||
title="HTTPS Everywhere: Secure Connections"
|
||||
image="/assets/img/svg/3rd-party/https_everywhere.svg"
|
||||
description="<strong>HTTPS Everywhere</strong> enables encryption of your connections to many major websites, making your browsing more secure. It is a collaboration between The Tor Project and the Electronic Frontier Foundation."
|
||||
website="https://www.eff.org/https-everywhere"
|
||||
privacy-policy="https://www.eff.org/code/privacy/policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-https-everywhere/268"
|
||||
github="https://github.com/EFForg/https-everywhere"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/https-everywhere"
|
||||
chrome="https://chrome.google.com/webstore/detail/https-everywhere/gcbommkclmclpchllfjekcdonpmejbdp"
|
||||
opera="https://addons.opera.com/en/extensions/details/https-everywhere"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Decentraleyes: Block Content Delivery Networks"
|
||||
image="/assets/img/svg/3rd-party/decentraleyes.svg"
|
||||
description="<strong>Decentraleyes</strong> emulates Content Delivery Networks locally by intercepting requests, finding the required resource, and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
|
||||
website="https://decentraleyes.org/"
|
||||
privacy-policy="https://decentraleyes.org/privacy-policy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-decentraleyes/269"
|
||||
gitlab="https://git.synz.io/Synzvato/decentraleyes"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/decentraleyes"
|
||||
chrome="https://chrome.google.com/webstore/detail/decentraleyes/ldpochfccmkkmhdbclfhpagapcfdljkj"
|
||||
opera="https://addons.opera.com/extensions/details/decentraleyes"
|
||||
title="Decentraleyes: Block Content Delivery Networks"
|
||||
image="/assets/img/svg/3rd-party/decentraleyes.svg"
|
||||
description="<strong>Decentraleyes</strong> emulates Content Delivery Networks locally by intercepting requests, finding the required resource, and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
|
||||
website="https://decentraleyes.org/"
|
||||
privacy-policy="https://decentraleyes.org/privacy-policy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-decentraleyes/269"
|
||||
gitlab="https://git.synz.io/Synzvato/decentraleyes"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/decentraleyes"
|
||||
chrome="https://chrome.google.com/webstore/detail/decentraleyes/ldpochfccmkkmhdbclfhpagapcfdljkj"
|
||||
opera="https://addons.opera.com/extensions/details/decentraleyes"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="ClearURLs"
|
||||
image="/assets/img/svg/3rd-party/clearurls.svg"
|
||||
description="<strong>ClearURLs</strong> will automatically remove tracking elements from URLs to help protect your privacy when browse through the Internet."
|
||||
website="https://gitlab.com/KevinRoebert/ClearUrls"
|
||||
privacy-policy="https://gitlab.com/KevinRoebert/ClearUrls/-/blob/master/PRIVACY.md"
|
||||
forum="https://forum.privacytools.io/t/discussion-clearurls/3353"
|
||||
gitlab="https://gitlab.com/KevinRoebert/ClearUrls"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/clearurls/"
|
||||
chrome="https://chrome.google.com/webstore/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk"
|
||||
edge="https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei"
|
||||
title="ClearURLs"
|
||||
image="/assets/img/svg/3rd-party/clearurls.svg"
|
||||
description="<strong>ClearURLs</strong> will automatically remove tracking elements from URLs to help protect your privacy when browse through the Internet."
|
||||
website="https://gitlab.com/KevinRoebert/ClearUrls"
|
||||
privacy-policy="https://gitlab.com/KevinRoebert/ClearUrls/-/blob/master/PRIVACY.md"
|
||||
forum="https://forum.privacytools.io/t/discussion-clearurls/3353"
|
||||
gitlab="https://gitlab.com/KevinRoebert/ClearUrls"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/clearurls/"
|
||||
chrome="https://chrome.google.com/webstore/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk"
|
||||
edge="https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei"
|
||||
%}
|
||||
|
||||
<h2>Additional Functionality</h2>
|
||||
@ -64,27 +64,27 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Terms of Service; Didn’t Read: Be Informed"
|
||||
image="/assets/img/svg/3rd-party/terms_of_service_didnt_read.svg"
|
||||
description='<strong>Terms of Service; Didn’t Read</strong> is an addon that believes "I have read and agree to the Terms of Service" is the biggest lie on the web, and wants to fix it by grading websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analysis and ratings are published transparently by a community of reviewers.'
|
||||
website="https://tosdr.org/"
|
||||
privacy-policy="https://addons.mozilla.org/firefox/addon/terms-of-service-didnt-read/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-terms-of-service-didn-t-read/270"
|
||||
github="https://github.com/tosdr/"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/terms-of-service-didnt-read/"
|
||||
chrome="https://chrome.google.com/webstore/detail/terms-of-service-didn%E2%80%99t-r/hjdoplcnndgiblooccencgcggcoihigg"
|
||||
opera="https://addons.opera.com/extensions/details/terms-of-service-didnt-read"
|
||||
title="Terms of Service; Didn’t Read: Be Informed"
|
||||
image="/assets/img/svg/3rd-party/terms_of_service_didnt_read.svg"
|
||||
description='<strong>Terms of Service; Didn’t Read</strong> is an addon that believes "I have read and agree to the Terms of Service" is the biggest lie on the web, and wants to fix it by grading websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analysis and ratings are published transparently by a community of reviewers.'
|
||||
website="https://tosdr.org/"
|
||||
privacy-policy="https://addons.mozilla.org/firefox/addon/terms-of-service-didnt-read/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-terms-of-service-didn-t-read/270"
|
||||
github="https://github.com/tosdr/"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/terms-of-service-didnt-read/"
|
||||
chrome="https://chrome.google.com/webstore/detail/terms-of-service-didn%E2%80%99t-r/hjdoplcnndgiblooccencgcggcoihigg"
|
||||
opera="https://addons.opera.com/extensions/details/terms-of-service-didnt-read"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Snowflake"
|
||||
image="/assets/img/svg/3rd-party/snowflake.svg"
|
||||
description="<strong>Snowflake</strong> is a new <a href=https://2019.www.torproject.org/docs/pluggable-transports.html.en>pluggable transport</a> from the Tor Project. If you have an uncensored connection, running this extension volunteers your connection to be used as a Snowflake proxy to help users unable to connect to the Tor network. Your IP will not be visible to the sites users visit using your proxy, as this extension will not make you an exit node. If your access to the Tor network is blocked, this extension will not assist you, and you should use the <a href=https://www.torproject.org>Tor Browser</a> instead. <b>Note:</b> This add-on does not work with WebRTC disabled."
|
||||
website="https://snowflake.torproject.org"
|
||||
forum="https://forum.privacytools.io/t/discussion-snowflake/1146"
|
||||
git="https://gitweb.torproject.org/pluggable-transports/snowflake.git"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/torproject-snowflake"
|
||||
chrome="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie"
|
||||
title="Snowflake"
|
||||
image="/assets/img/svg/3rd-party/snowflake.svg"
|
||||
description="<strong>Snowflake</strong> is a new <a href=https://2019.www.torproject.org/docs/pluggable-transports.html.en>pluggable transport</a> from the Tor Project. If you have an uncensored connection, running this extension volunteers your connection to be used as a Snowflake proxy to help users unable to connect to the Tor network. Your IP will not be visible to the sites users visit using your proxy, as this extension will not make you an exit node. If your access to the Tor network is blocked, this extension will not assist you, and you should use the <a href=https://www.torproject.org>Tor Browser</a> instead. <b>Note:</b> This add-on does not work with WebRTC disabled."
|
||||
website="https://snowflake.torproject.org"
|
||||
forum="https://forum.privacytools.io/t/discussion-snowflake/1146"
|
||||
git="https://gitweb.torproject.org/pluggable-transports/snowflake.git"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/torproject-snowflake"
|
||||
chrome="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie"
|
||||
%}
|
||||
|
||||
<h2>Persistent storage management</h2>
|
||||
@ -96,25 +96,25 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Temporary Containers"
|
||||
image="/assets/img/svg/3rd-party/temporary_containers.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/temporary_containers-dark.svg"
|
||||
description="<strong>Temporary Containers</strong> allow you to open tabs, websites, and links in automatically managed disposable containers. Containers isolate data websites store (cookies, storage, and more) from each other, enhancing your privacy and security while you browse: <a href=https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21>Enhance your privacy in Firefox with Temporary Containers.</a>"
|
||||
website="https://addons.mozilla.org/firefox/addon/temporary-containers/"
|
||||
privacy-policy="https://addons.mozilla.org/firefox/addon/temporary-containers/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-temporary-containers-multi-account-containers/3354"
|
||||
github="https://github.com/stoically/temporary-containers"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/temporary-containers/"
|
||||
title="Temporary Containers"
|
||||
image="/assets/img/svg/3rd-party/temporary_containers.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/temporary_containers-dark.svg"
|
||||
description="<strong>Temporary Containers</strong> allow you to open tabs, websites, and links in automatically managed disposable containers. Containers isolate data websites store (cookies, storage, and more) from each other, enhancing your privacy and security while you browse: <a href=https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21>Enhance your privacy in Firefox with Temporary Containers.</a>"
|
||||
website="https://addons.mozilla.org/firefox/addon/temporary-containers/"
|
||||
privacy-policy="https://addons.mozilla.org/firefox/addon/temporary-containers/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-temporary-containers-multi-account-containers/3354"
|
||||
github="https://github.com/stoically/temporary-containers"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/temporary-containers/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox Multi-Account Containers"
|
||||
image="/assets/img/svg/3rd-party/firefox_multi_account_containers.svg"
|
||||
description="<strong>Firefox Multi-Account Containers</strong> allow you to create containers for specific websites. These containers are isolated from eachother. This add-on can be used in conjunctiuon with Temporary Containers to allow persistent logins to websites you specify."
|
||||
website="https://support.mozilla.org/kb/containers"
|
||||
forum="https://forum.privacytools.io/t/discussion-temporary-containers-multi-account-containers/3354"
|
||||
github="https://github.com/mozilla/multi-account-containers"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/multi-account-containers/"
|
||||
title="Firefox Multi-Account Containers"
|
||||
image="/assets/img/svg/3rd-party/firefox_multi_account_containers.svg"
|
||||
description="<strong>Firefox Multi-Account Containers</strong> allow you to create containers for specific websites. These containers are isolated from eachother. This add-on can be used in conjunctiuon with Temporary Containers to allow persistent logins to websites you specify."
|
||||
website="https://support.mozilla.org/kb/containers"
|
||||
forum="https://forum.privacytools.io/t/discussion-temporary-containers-multi-account-containers/3354"
|
||||
github="https://github.com/mozilla/multi-account-containers"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/multi-account-containers/"
|
||||
%}
|
||||
|
||||
<h3>Android</h3>
|
||||
@ -124,24 +124,24 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="ETag Stoppa"
|
||||
image="/assets/img/svg/3rd-party/etag_stoppa.svg"
|
||||
description="<strong>ETag Stoppa</strong> Prevents Firefox from storing entity tags by removing ETag response headers unconditionally and without exceptions."
|
||||
website="https://addons.mozilla.org/firefox/addon/etag-stoppa/"
|
||||
forum=""
|
||||
github="https://github.com/claustromaniac/etag-stoppa"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/etag-stoppa/"
|
||||
title="ETag Stoppa"
|
||||
image="/assets/img/svg/3rd-party/etag_stoppa.svg"
|
||||
description="<strong>ETag Stoppa</strong> Prevents Firefox from storing entity tags by removing ETag response headers unconditionally and without exceptions."
|
||||
website="https://addons.mozilla.org/firefox/addon/etag-stoppa/"
|
||||
forum=""
|
||||
github="https://github.com/claustromaniac/etag-stoppa"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/etag-stoppa/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Cookie AutoDelete: Automatically Delete Cookies"
|
||||
image="/assets/img/png/3rd-party/cookie_autodelete.png"
|
||||
description="<strong>Cookie AutoDelete</strong> automatically removes cookies, lingering sessions, and other information that can be used to spy on you when they are no longer used by open browser tabs."
|
||||
website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/"
|
||||
forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267"
|
||||
github="https://github.com/Cookie-AutoDelete/Cookie-AutoDelete"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/cookie-autodelete"
|
||||
chrome="https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh"
|
||||
title="Cookie AutoDelete: Automatically Delete Cookies"
|
||||
image="/assets/img/png/3rd-party/cookie_autodelete.png"
|
||||
description="<strong>Cookie AutoDelete</strong> automatically removes cookies, lingering sessions, and other information that can be used to spy on you when they are no longer used by open browser tabs."
|
||||
website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/"
|
||||
forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267"
|
||||
github="https://github.com/Cookie-AutoDelete/Cookie-AutoDelete"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/cookie-autodelete"
|
||||
chrome="https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh"
|
||||
%}
|
||||
|
||||
<h2>For Advanced Users</h2>
|
||||
@ -151,25 +151,25 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="uMatrix: Stop Cross-Site Requests"
|
||||
image="/assets/img/png/3rd-party/umatrix.png"
|
||||
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider <a href=https://github.com/gorhill/uMatrix/wiki/How-to-block-1st-party-scripts-everywhere-by-default>blocking 1st party scripts everywhere by default</a>."
|
||||
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
||||
privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
||||
github="https://github.com/gorhill/uMatrix"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/umatrix"
|
||||
chrome="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf"
|
||||
opera="https://addons.opera.com/extensions/details/umatrix"
|
||||
title="uMatrix: Stop Cross-Site Requests"
|
||||
image="/assets/img/png/3rd-party/umatrix.png"
|
||||
description="<strong>uMatrix</strong> gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider <a href=https://github.com/gorhill/uMatrix/wiki/How-to-block-1st-party-scripts-everywhere-by-default>blocking 1st party scripts everywhere by default</a>."
|
||||
website="https://addons.mozilla.org/firefox/addon/umatrix/"
|
||||
privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
|
||||
github="https://github.com/gorhill/uMatrix"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/umatrix"
|
||||
chrome="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf"
|
||||
opera="https://addons.opera.com/extensions/details/umatrix"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="CanvasBlocker"
|
||||
image="/assets/img/svg/3rd-party/canvasblocker.svg"
|
||||
description="<strong>CanvasBlocker</strong> allows users to prevent websites from using some Javascript APIs to fingerprint them. Users can choose to block the APIs entirely on some or all websites (which may break some websites) or just block or fake its fingerprinting-friendly readout API."
|
||||
website="https://github.com/kkapsner/CanvasBlocker/"
|
||||
privacy-policy="https://addons.mozilla.org/firefox/addon/canvasblocker/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-canvasblocker/3352"
|
||||
github="https://github.com/kkapsner/CanvasBlocker/"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/canvasblocker/"
|
||||
title="CanvasBlocker"
|
||||
image="/assets/img/svg/3rd-party/canvasblocker.svg"
|
||||
description="<strong>CanvasBlocker</strong> allows users to prevent websites from using some Javascript APIs to fingerprint them. Users can choose to block the APIs entirely on some or all websites (which may break some websites) or just block or fake its fingerprinting-friendly readout API."
|
||||
website="https://github.com/kkapsner/CanvasBlocker/"
|
||||
privacy-policy="https://addons.mozilla.org/firefox/addon/canvasblocker/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-canvasblocker/3352"
|
||||
github="https://github.com/kkapsner/CanvasBlocker/"
|
||||
firefox="https://addons.mozilla.org/firefox/addon/canvasblocker/"
|
||||
%}
|
||||
|
@ -4,34 +4,34 @@
|
||||
</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox"
|
||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
recommendations: <a href="#addons"><i class="fas fa-link"></i> Privacy Add-ons</a> <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> <a href="#about_config"><i class="fas fa-link"></i> about:config tweaks</a>.'
|
||||
website="https://firefox.com"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://hg.mozilla.org/mozilla-central/"
|
||||
windows="https://www.mozilla.org/firefox/windows/"
|
||||
mac="https://www.mozilla.org/firefox/mac/"
|
||||
linux="https://www.mozilla.org/firefox/linux/"
|
||||
freebsd="https://www.freshports.org/www/firefox"
|
||||
openbsd="http://openports.se/www/mozilla-firefox"
|
||||
netbsd="http://pkgsrc.se/www/firefox"
|
||||
title="Firefox"
|
||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
recommendations: <a href="#addons"><i class="fas fa-link"></i> Privacy Add-ons</a> <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> <a href="#about_config"><i class="fas fa-link"></i> about:config tweaks</a>.'
|
||||
website="https://firefox.com"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://hg.mozilla.org/mozilla-central/"
|
||||
windows="https://www.mozilla.org/firefox/windows/"
|
||||
mac="https://www.mozilla.org/firefox/mac/"
|
||||
linux="https://www.mozilla.org/firefox/linux/"
|
||||
freebsd="https://www.freshports.org/www/firefox"
|
||||
openbsd="http://openports.se/www/mozilla-firefox"
|
||||
netbsd="http://pkgsrc.se/www/firefox"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Tor Browser - Provides Anonymity"
|
||||
image="/assets/img/svg/3rd-party/tor_browser.svg"
|
||||
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption, and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>'
|
||||
website="https://www.torproject.org/"
|
||||
privacy-policy="https://support.torproject.org/tbb/tbb-3/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser/278"
|
||||
git="https://trac.torproject.org/projects/tor"
|
||||
windows="https://www.torproject.org/download/"
|
||||
mac="https://www.torproject.org/download/"
|
||||
linux="https://www.torproject.org/download/"
|
||||
title="Tor Browser - Provides Anonymity"
|
||||
image="/assets/img/svg/3rd-party/tor_browser.svg"
|
||||
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption, and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>'
|
||||
website="https://www.torproject.org/"
|
||||
privacy-policy="https://support.torproject.org/tbb/tbb-3/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser/278"
|
||||
git="https://trac.torproject.org/projects/tor"
|
||||
windows="https://www.torproject.org/download/"
|
||||
mac="https://www.torproject.org/download/"
|
||||
linux="https://www.torproject.org/download/"
|
||||
%}
|
||||
|
||||
<h1 id="browser-android" class="anchor">
|
||||
@ -40,42 +40,42 @@
|
||||
</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox"
|
||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
recommendations: <a href="#addons"><i class="fas fa-link"></i> Privacy Add-ons</a> <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> <a href="#about_config"><i class="fas fa-link"></i> about:config tweaks</a>.'
|
||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://github.com/mozilla-mobile"
|
||||
fdroid="https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefox"
|
||||
android="https://www.mozilla.org/firefox/all/#product-android-release"
|
||||
title="Firefox"
|
||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Don\'t forget to adjust the settings according to our
|
||||
recommendations: <a href="#addons"><i class="fas fa-link"></i> Privacy Add-ons</a> <a href="#webrtc"><i class="fas fa-link"></i> WebRTC</a> <a href="#about_config"><i class="fas fa-link"></i> about:config tweaks</a>.'
|
||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://github.com/mozilla-mobile"
|
||||
fdroid="https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefox"
|
||||
android="https://www.mozilla.org/firefox/all/#product-android-release"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Tor Browser - Provides Anonymity"
|
||||
image="/assets/img/svg/3rd-party/tor_browser.svg"
|
||||
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>'
|
||||
website="https://www.torproject.org/"
|
||||
privacy-policy="https://support.torproject.org/tbb/tbb-3/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser-for-android-browsers/1522"
|
||||
git="https://gitweb.torproject.org/tor-browser.git/"
|
||||
android="https://www.torproject.org/download/#android"
|
||||
fdroid="https://guardianproject.info/fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrowser"
|
||||
title="Tor Browser - Provides Anonymity"
|
||||
image="/assets/img/svg/3rd-party/tor_browser.svg"
|
||||
description='Tor Browser is your choice if you need an extra layer of anonymity. It\'s a modified version of Firefox ESR, which comes with pre-installed privacy add-ons, encryption and an advanced proxy. <a href="https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor">How does Tor work?</a>'
|
||||
website="https://www.torproject.org/"
|
||||
privacy-policy="https://support.torproject.org/tbb/tbb-3/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion/"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor-browser-for-android-browsers/1522"
|
||||
git="https://gitweb.torproject.org/tor-browser.git/"
|
||||
android="https://www.torproject.org/download/#android"
|
||||
fdroid="https://guardianproject.info/fdroid/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrowser"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Bromite"
|
||||
image="/assets/img/svg/3rd-party/bromite.svg"
|
||||
description='Bromite is a Chromium-based browser with privacy and security enhancements, built-in adblocking and DNS over HTTPS support; it includes patches from ungoogled-chromium and other privacy-focused projects. More info can be found <a href="https://www.bromite.org/#main-features">on the official website</a>.'
|
||||
website="https://www.bromite.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bromite-browsers/1521"
|
||||
github="https://github.com/bromite/bromite"
|
||||
fdroid="https://www.bromite.org/fdroid"
|
||||
android="https://www.bromite.org/#download-bromite"
|
||||
title="Bromite"
|
||||
image="/assets/img/svg/3rd-party/bromite.svg"
|
||||
description='Bromite is a Chromium-based browser with privacy and security enhancements, built-in adblocking and DNS over HTTPS support; it includes patches from ungoogled-chromium and other privacy-focused projects. More info can be found <a href="https://www.bromite.org/#main-features">on the official website</a>.'
|
||||
website="https://www.bromite.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bromite-browsers/1521"
|
||||
github="https://github.com/bromite/bromite"
|
||||
fdroid="https://www.bromite.org/fdroid"
|
||||
android="https://www.bromite.org/#download-bromite"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning for Android</h3>
|
||||
@ -83,14 +83,13 @@
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.stoutner.com/privacy-browser/">Privacy Browser</a>
|
||||
- An open-source web browser focused on user privacy. Features include integrated ad blocking with <a href="https://easylist.to/">EasyList</a>, <a href="https://www.stoutner.com/privacy-browser-2-5/">SSL certificate pinning</a>, and <a href='https://guardianproject.info/apps/orbot/'>Tor Orbot proxy support.</a>
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://play.google.com/store/apps/details?id=com.google.android.webview"
|
||||
tooltip="Privacy Browser relies on the Android System WebView which needs to be kept up to date to fix security issues. One can update WebView by either installing it from Google Play or Aurora Store which you can get from F-Droid."
|
||||
text="Keep WebView up-to-date"
|
||||
%}
|
||||
- An open-source web browser focused on user privacy. Features include integrated ad blocking with <a href="https://easylist.to/">EasyList</a>, <a href="https://www.stoutner.com/privacy-browser-2-5/">SSL certificate pinning</a>, and <a href='https://guardianproject.info/apps/orbot/'>Tor Orbot proxy support.</a>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.google.android.webview&hl=en_US">
|
||||
<span class="badge badge-warning" data-toggle="tooltip" title="Privacy Browser relies on the Android System WebView which needs to be kept up to date to fix security issues. One can update WebView by either installing it from Google Play or Aurora Store which you can get from F-Droid.">
|
||||
<span class="fas fa-exclamation-triangle"></span>
|
||||
Keep Android WebView up-to-date
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -98,39 +97,39 @@
|
||||
<h1 id="browser-ios" class="anchor"><a href="#browser-ios"><i class="fas fa-link anchor-icon"></i></a> Browser Recommendations For iOS</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox"
|
||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Note: Because of limitations set by Apple in iOS, our recommended tweaks cannot be applied. However, Firefox for iOS has an <a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-ios">Enhanced Tracking Protection</a> feature that uses a list provided by <a href="https://disconnect.me/trackerprotection">Disconnect</a> to identify and block ad, social, and analytics trackers, as well as cryptominers and fingerprinters.'
|
||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://github.com/mozilla-mobile/firefox-ios"
|
||||
ios="https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926"
|
||||
title="Firefox"
|
||||
image="/assets/img/svg/3rd-party/firefox_browser.svg"
|
||||
description='Firefox is fast, reliable, open-source, and respects your privacy. Note: Because of limitations set by Apple in iOS, our recommended tweaks cannot be applied. However, Firefox for iOS has an <a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-ios">Enhanced Tracking Protection</a> feature that uses a list provided by <a href="https://disconnect.me/trackerprotection">Disconnect</a> to identify and block ad, social, and analytics trackers, as well as cryptominers and fingerprinters.'
|
||||
website="https://www.mozilla.org/en-US/firefox/mobile/"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/firefox/"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox/279"
|
||||
source="https://github.com/mozilla-mobile/firefox-ios"
|
||||
ios="https://apps.apple.com/us/app/firefox-private-safe-browser/id989804926"
|
||||
%}
|
||||
|
||||
|
||||
{% include cardv2.html
|
||||
title="Onion Browser"
|
||||
image="/assets/img/svg/3rd-party/onion_browser.svg"
|
||||
description='Onion Browser is an open-source browser that lets you browse the web anonymously over the Tor network on iOS devices and is endorsed by the Tor Project. Warning: there are certain anonymity-related <a href="https://onionbrowser.com/#security-advisories">issues</a> with Onion Browser due to iOS limitations.'
|
||||
website="https://onionbrowser.com/"
|
||||
privacy-policy="https://onionbrowser.com/privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523"
|
||||
github="https://github.com/OnionBrowser/OnionBrowser"
|
||||
ios="https://apps.apple.com/us/app/onion-browser/id519296448"
|
||||
title="Onion Browser"
|
||||
image="/assets/img/svg/3rd-party/onion_browser.svg"
|
||||
description='Onion Browser is an open-source browser that lets you browse the web anonymously over the Tor network on iOS devices and is endorsed by the Tor Project. Warning: there are certain anonymity-related <a href="https://onionbrowser.com/#security-advisories">issues</a> with Onion Browser due to iOS limitations.'
|
||||
website="https://onionbrowser.com/"
|
||||
privacy-policy="https://onionbrowser.com/privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-onion-browser-browsers/1523"
|
||||
github="https://github.com/OnionBrowser/OnionBrowser"
|
||||
ios="https://apps.apple.com/us/app/onion-browser/id519296448"
|
||||
%}
|
||||
|
||||
|
||||
{% include cardv2.html
|
||||
title="DuckDuckGo Privacy Browser"
|
||||
image="/assets/img/svg/3rd-party/duckduckgo.svg"
|
||||
description='DuckDuckGo Privacy Browser is an open-source web browser that has built-in ad and tracker blocking and utilizes <a href="https://tosdr.org/">ToS;DR</a> to rate the privacy policies of the sites you visit.'
|
||||
website="https://duckduckgo.com/app"
|
||||
privacy-policy="https://duckduckgo.com/privacy"
|
||||
tor="https://3g2upl4pq6kufc4m.onion/app"
|
||||
forum="https://forum.privacytools.io/t/discussion-duckduckgo-privacy-browser-browsers/1524"
|
||||
github="https://github.com/duckduckgo/iOS"
|
||||
ios="https://apps.apple.com/us/app/duckduckgo-privacy-browser/id663592361"
|
||||
title="DuckDuckGo Privacy Browser"
|
||||
image="/assets/img/svg/3rd-party/duckduckgo.svg"
|
||||
description='DuckDuckGo Privacy Browser is an open-source web browser that has built-in ad and tracker blocking and utilizes <a href="https://tosdr.org/">ToS;DR</a> to rate the privacy policies of the sites you visit.'
|
||||
website="https://duckduckgo.com/app"
|
||||
privacy-policy="https://duckduckgo.com/privacy"
|
||||
tor="https://3g2upl4pq6kufc4m.onion/app"
|
||||
forum="https://forum.privacytools.io/t/discussion-duckduckgo-privacy-browser-browsers/1524"
|
||||
github="https://github.com/duckduckgo/iOS"
|
||||
ios="https://apps.apple.com/us/app/duckduckgo-privacy-browser/id663592361"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning for iOS</h3>
|
||||
|
@ -4,6 +4,25 @@
|
||||
<strong>If you are currently using Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should pick an alternative here.</strong>
|
||||
</div>
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Keybase KBFS"
|
||||
image="/assets/img/svg/3rd-party/keybase.svg"
|
||||
description='Keybase provides 250GB of E2EE cloud storage for free. Its protocol 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>. Keybase allows you to share files with any Keybase user, or social media user through the use of "<a href="https://en.wikipedia.org/wiki/Keybase#Identity_proofs">identity proofs</a>". They currently do not offer additional space above your quota.'
|
||||
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://github.com/keybase/client/issues/6374::text==Warning::tooltip==This software relies on a closed-source central server."
|
||||
website="https://book.keybase.io/docs/files"
|
||||
privacy-policy="https://keybase.io/docs/privacypolicy"
|
||||
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
|
||||
tor="http://keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion/"
|
||||
github="https://github.com/keybase/client/tree/master/go/kbfs"
|
||||
windows="https://keybase.io/docs/the_app/install_windows"
|
||||
mac="https://keybase.io/docs/the_app/install_macos"
|
||||
linux="https://keybase.io/docs/the_app/install_linux"
|
||||
freebsd="https://www.freshports.org/security/keybase/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=io.keybase.ossifrage"
|
||||
ios="https://apps.apple.com/app/keybase-crypto-for-everyone/id1044461770"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Nextcloud - Choose your hoster"
|
||||
image="/assets/img/svg/3rd-party/nextcloud.svg"
|
||||
@ -24,25 +43,6 @@
|
||||
github="https://github.com/nextcloud"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Keybase KBFS"
|
||||
image="/assets/img/svg/3rd-party/keybase.svg"
|
||||
description='Keybase provides 250GB of E2EE cloud storage for free. Its protocol 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>. Keybase allows you to share files with any Keybase user, or social media user through the use of "<a href="https://en.wikipedia.org/wiki/Keybase#Identity_proofs">identity proofs</a>". They currently do not offer additional space above your quota.'
|
||||
labels="color==warning::link==https://github.com/keybase/client/issues/6374::text==Warning::tooltip==This software relies on a closed-source central server.| color==info::link==https://github.com/privacytools/privacytools.io/issues/1894::text==Ownership change::tooltip==Keybase has recently been acquired by Zoom."
|
||||
website="https://book.keybase.io/docs/files"
|
||||
privacy-policy="https://keybase.io/docs/privacypolicy"
|
||||
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
|
||||
tor="http://keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion/"
|
||||
github="https://github.com/keybase/client/tree/master/go/kbfs"
|
||||
windows="https://keybase.io/docs/the_app/install_windows"
|
||||
mac="https://keybase.io/docs/the_app/install_macos"
|
||||
linux="https://keybase.io/docs/the_app/install_linux"
|
||||
freebsd="https://www.freshports.org/security/keybase/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=io.keybase.ossifrage"
|
||||
ios="https://apps.apple.com/app/keybase-crypto-for-everyone/id1044461770"
|
||||
%}
|
||||
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
|
@ -112,12 +112,7 @@
|
||||
</span>
|
||||
<span class="no-text-wrap">
|
||||
malicious domains
|
||||
{% include badge.html
|
||||
link="https://github.com/ookangzheng/blahdns#default-blocked-wildcard-domain"
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="And some wildcard and IDN domains."
|
||||
%}
|
||||
<span class="badge badge-warning" data-toggle="tooltip" data-original-title="And some wildcard and IDN domains."><a href="https://github.com/ookangzheng/blahdns#default-blocked-wildcard-domain"><i class="fas fa-exclamation-triangle"></i></a></span>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
@ -142,13 +137,7 @@
|
||||
|
||||
<tr>
|
||||
<td data-value="Cloudflare">
|
||||
<a href="https://developers.cloudflare.com/1.1.1.1/setting-up-1.1.1.1/">Cloudflare</a>
|
||||
{% include badge.html
|
||||
link="https://codeberg.org/crimeflare/cloudflare-tor/"
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="Cloudflare is one of the world's largest networks, and a problem considering anonymity and decentralization."
|
||||
%}
|
||||
<a href="https://developers.cloudflare.com/1.1.1.1/setting-up-1.1.1.1/">Cloudflare</a> <span class="badge badge-warning" data-toggle="tooltip" title="Cloudflare is one of the world's largest networks, and a problem considering anonymity and decentralization."><a href="https://codeberg.org/crimeflare/cloudflare-tor/"><i class="fas fa-exclamation-triangle"></i></a></span>
|
||||
</td>
|
||||
<td>Anycast (based in
|
||||
<span class="no-text-wrap">
|
||||
@ -366,12 +355,7 @@
|
||||
|
||||
<tr>
|
||||
<td data-value="Quad9">
|
||||
<a href="https://quad9.net/">Quad9</a>
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="Founders include the Global Cyber Alliance, composed of the City of London Police and Manhattan District Attorney's Office."
|
||||
%}
|
||||
<a href="https://quad9.net/">Quad9</a> <span class="badge badge-warning" data-toggle="tooltip" title="Founders include the Global Cyber Alliance, composed of the City of London Police and Manhattan District Attorney's Office"><i class="fas fa-exclamation-triangle"></i></span>
|
||||
</td>
|
||||
<td>Anycast (based in
|
||||
<span class="no-text-wrap">
|
||||
|
@ -1,34 +1,34 @@
|
||||
<h1 id="clients" class="anchor"><a href="#clients"><i class="fas fa-link anchor-icon"></i></a> Email Clients</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Thunderbird"
|
||||
image="/assets/img/svg/3rd-party/thunderbird.svg"
|
||||
description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation."
|
||||
website="https://www.thunderbird.net/"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/thunderbird/"
|
||||
forum="https://forum.privacytools.io/t/discussion-thunderbird/659"
|
||||
source="https://hg.mozilla.org/comm-central/"
|
||||
windows="https://www.thunderbird.net/en-US/"
|
||||
mac="https://www.thunderbird.net/en-US/"
|
||||
linux="https://www.thunderbird.net/en-US/"
|
||||
freebsd="https://www.freshports.org/mail/thunderbird/"
|
||||
openbsd="http://openports.se/mail/mozilla-thunderbird"
|
||||
netbsd="http://pkgsrc.se/mail/thunderbird"
|
||||
title="Thunderbird"
|
||||
image="/assets/img/svg/3rd-party/thunderbird.svg"
|
||||
description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation."
|
||||
website="https://www.thunderbird.net/"
|
||||
privacy-policy="https://www.mozilla.org/en-US/privacy/thunderbird/"
|
||||
forum="https://forum.privacytools.io/t/discussion-thunderbird/659"
|
||||
source="https://hg.mozilla.org/comm-central/"
|
||||
windows="https://www.thunderbird.net/en-US/"
|
||||
mac="https://www.thunderbird.net/en-US/"
|
||||
linux="https://www.thunderbird.net/en-US/"
|
||||
freebsd="https://www.freshports.org/mail/thunderbird/"
|
||||
openbsd="http://openports.se/mail/mozilla-thunderbird"
|
||||
netbsd="http://pkgsrc.se/mail/thunderbird"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Claws Mail"
|
||||
image="/assets/img/png/3rd-party/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."
|
||||
website="https://www.claws-mail.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-claws-mail/660"
|
||||
git="https://git.claws-mail.org/"
|
||||
windows="https://www.claws-mail.org/win32/"
|
||||
mac="https://www.claws-mail.org/faq/index.php/Installation_and_Configuration#What_do_I_need_to_compile_Claws_Mail.3F"
|
||||
linux="https://www.claws-mail.org/downloads.php?section=downloads"
|
||||
freebsd="https://www.freshports.org/mail/claws-mail/"
|
||||
openbsd="http://openports.se/mail/claws-mail"
|
||||
netbsd="http://pkgsrc.se/mail/claws-mail"
|
||||
title="Claws Mail"
|
||||
image="/assets/img/png/3rd-party/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."
|
||||
website="https://www.claws-mail.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-claws-mail/660"
|
||||
git="https://git.claws-mail.org/"
|
||||
windows="https://www.claws-mail.org/win32/"
|
||||
mac="https://www.claws-mail.org/faq/index.php/Installation_and_Configuration#What_do_I_need_to_compile_Claws_Mail.3F"
|
||||
linux="https://www.claws-mail.org/downloads.php?section=downloads"
|
||||
freebsd="https://www.freshports.org/mail/claws-mail/"
|
||||
openbsd="http://openports.se/mail/claws-mail"
|
||||
netbsd="http://pkgsrc.se/mail/claws-mail"
|
||||
%}
|
||||
|
||||
|
||||
|
@ -9,224 +9,224 @@
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/protonmail.svg"
|
||||
src="/assets/img/svg/3rd-party/protonmail.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="ProtonMail">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="protonmail" class="anchor"><a href="#protonmail"><i class="fas fa-link anchor-icon"></i></a> ProtonMail {% include badge.html color="info" text="Free" %}</h2>
|
||||
<h2 id="protonmail" class="anchor"><a href="#protonmail"><i class="fas fa-link anchor-icon"></i></a> ProtonMail <span class="badge badge-info">Free</span></h2>
|
||||
<p><strong><a href="https://protonmail.com">ProtonMail.com</a></strong> is an email service with a focus on privacy, encryption, security, and ease of use. They have been in operation since <strong>2013</strong>. ProtonMail is based in Genève, <span class="flag-icon flag-icon-ch"></span> Switzerland. Accounts start with 500 MB storage with their free plan.</p>
|
||||
|
||||
<p>Free accounts have some limitations and do not allow the use of the <a href="https://protonmail.com/bridge">ProtonMail Bridge</a>, which is required to use a <a href="/software/email">recommended email client</a> (e.g. Thunderbird) or to search email by body text. Paid accounts are available starting at <strong>€48/y</strong> which include features like ProtonMail Bridge, additional storage, custom domain support, and more. The webmail and mobile apps can only search <code>To:</code>, <code>From:</code>, <code>Date:</code> and <code>Subject:</code> (this is likely to change when <a href="https://reddit.com/comments/cqwk2a/comment/ex21b4e">v4.0</a> of ProtonMail is released).</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-success">Domains and Aliases</span></h5>
|
||||
<p>Paid ProtonMail users can use their own domain with the service. <a href="https://protonmail.com/support/knowledge-base/catch-all/">Catch-all</a> addresses are supported with custom domains for Professional and Visionary plans. ProtonMail also supports <a href="https://protonmail.com/support/knowledge-base/creating-aliases/">subaddressing</a>, which is useful for users who don't want to purchase a domain.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-success">Payment Methods</span></h5>
|
||||
<p>ProtonMail accepts Bitcoin in addition to accepting credit/debit cards and PayPal.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>ProtonMail supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> <a href="https://protonmail.com/support/knowledge-base/two-factor-authentication/">two factor authentication</a> only. The use of a <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key is not yet supported. ProtonMail is planning to implement U2F upon completion of their <a href="https://reddit.com/comments/cheoy6/comment/feh2lw0/">Single Sign On (SSO)</a> code.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Data Security</span></h5>
|
||||
<p>ProtonMail has <a href="https://protonmail.com/blog/zero-access-encryption">zero access encryption at rest</a> for your emails, <a href="https://protonmail.com/blog/encrypted-contacts-manager">address book contacts</a>, and <a href="https://protonmail.com/blog/protoncalendar-security-model">calendars</a>. This means the messages and other data stored in your account are only readable by you. </p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-success">Email Encryption</span></h5>
|
||||
<p>ProtonMail has <a href="https://protonmail.com/support/knowledge-base/how-to-use-pgp">integrated OpenPGP encryption</a> in their webmail. Emails to other ProtonMail users are encrypted automatically, and encryption to non-ProtonMail users with an OpenPGP key can be enabled easily in your account settings. They also allow you to <a href="https://protonmail.com/support/knowledge-base/encrypt-for-outside-users">encrypt messages to non-ProtonMail users</a> without the need for them to sign up for a ProtonMail account or use software like OpenPGP.</p>
|
||||
<p>ProtonMail also supports the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of ProtonMail to find the OpenPGP keys of ProtonMail users easily, for cross-provider E2EE.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-success">.onion Service</span></h5>
|
||||
<p>ProtonMail is accessible via Tor at <a href="https://protonirockerxow.onion/">protonirockerxow.onion</a>.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>ProtonMail offers a "Visionary" account for €24/Month, which also enables access to ProtonVPN in addition to providing multiple accounts, domains, aliases, and extra storage.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/mailboxorg.svg"
|
||||
src="/assets/img/svg/3rd-party/mailboxorg.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="Mailbox">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="mailbox" class="anchor"><a href="#mailbox"><i class="fas fa-link anchor-icon"></i></a> Mailbox.org {% include badge.html color="info" text="€12/y" %}</h2>
|
||||
<h2 id="mailbox" class="anchor"><a href="#mailbox"><i class="fas fa-link anchor-icon"></i></a> Mailbox.org <span class="badge badge-info">€12/y</span></h2>
|
||||
<p><strong><a href="https://mailbox.org">Mailbox.org</a></strong> is an email service with a focus on being secure, ad-free, and privately powered by 100% eco-friendly energy. They have been in operation since <strong>2014</strong>. Mailbox.org is based in Berlin, <span class="flag-icon flag-icon-de"></span> Germany. Accounts start with 2 GB of storage, which can be upgraded as needed.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-success">Domains and Aliases</span></h5>
|
||||
<p>Mailbox.org lets users use their own domain and they support <a href="https://kb.mailbox.org/display/MBOKBEN/Using+catch-all+alias+with+own+domain">catch-all</a> addresses. Mailbox.org also supports <a href="https://kb.mailbox.org/display/BMBOKBEN/What+is+an+alias+and+how+do+I+use+it">subaddressing</a>, which is useful for users who don't want to purchase a domain.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-warning">Payment Methods</span></h5>
|
||||
<p>Mailbox.org doesn't accept Bitcoin or any other cryptocurrencies as a result of their payment processor BitPay suspending operations in Germany. However, they do accept Cash by mail, cash payment to bank account, bank transfer, credit card, PayPal and couple of German-specific processors: paydirekt and Sofortüberweisung.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>Mailbox.org supports <a href="https://kb.mailbox.org/display/MBOKBEN/How+to+use+two-factor+authentication+-+2FA">two factor authentication</a> for their webmail only. You can use either <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> or a <a href="https://en.wikipedia.org/wiki/YubiKey">Yubikey</a> via the <a href="https://www.yubico.com/products/services-software/yubicloud">Yubicloud</a>. Web standards such as <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> and <a href="https://en.wikipedia.org/wiki/WebAuthn">WebAuthn</a> are not yet supported.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-warning">Data Security</span></h5>
|
||||
<p>Mailbox.org allows for encryption of incoming mail using their <a href="https://kb.mailbox.org/display/MBOKBEN/The+Encrypted+Mailbox">encrypted mailbox</a>. New messages that you receive will then be immediately encrypted with your public key.</p>
|
||||
<p>However, <a href="https://en.wikipedia.org/wiki/Open-Xchange">Open-Exchange</a>, the software platform used by Mailbox.org, <a href="https://kb.mailbox.org/display/BMBOKBEN/Encryption+of+calendar+and+address+book">does not support</a> the encryption of your address book and calendar. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate for that information.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-success">Email Encryption</span></h5>
|
||||
<p>Mailbox.org has <a href="https://kb.mailbox.org/display/MBOKBEN/Send+encrypted+e-mails+with+Guard">integrated encryption</a> in their webmail, which simplifies sending messages to users with public OpenPGP keys. They also allow <a href="https://kb.mailbox.org/display/MBOKBEN/My+recipient+does+not+use+PGP">remote recipients to decrypt an email</a> on Mailbox.org's servers. This feature is useful when the remote recipient does not have OpenPGP and cannot decrypt a copy of the email in their own mailbox.</p>
|
||||
<p>Mailbox.org also supports the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of Mailbox.org to find the OpenPGP keys of Mailbox.org users easily, for cross-provider E2EE.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-warning">.onion Service</span></h5>
|
||||
<p>You can access your Mailbox.org account via IMAP/SMTP using <a href="https://kb.mailbox.org/display/MBOKBEN/The+Tor+exit+node+of+mailbox.org">their .onion service</a>. However, their webmail interface cannot be accessed via their .onion service, and users may experience TLS certificate errors.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>All accounts come with limited cloud storage that <a href="https://kb.mailbox.org/display/MBOKBEN/Encrypt+files+on+your+Drive">can be encrypted</a>. Mailbox.org also offers the alias <a href="https://kb.mailbox.org/display/MBOKBEN/Ensuring+E-Mails+are+Sent+Securely">@secure.mailbox.org</a>, which enforces the TLS encryption on the connection between mail servers, otherwise the message will not be sent at all. Mailbox.org also supports <a href="https://en.wikipedia.org/wiki/Exchange_ActiveSync">Exchange ActiveSync</a> in addition to standard access protocols like IMAP and POP3.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/posteo.svg"
|
||||
src="/assets/img/svg/3rd-party/posteo.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="Posteo">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="posteo" class="anchor"><a href="#posteo"><i class="fas fa-link anchor-icon"></i></a> Posteo {% include badge.html color="info" text="€12/y" %}</h2>
|
||||
<h2 id="posteo" class="anchor"><a href="#posteo"><i class="fas fa-link anchor-icon"></i></a> Posteo <span class="badge badge-info">€12/y</span></h2>
|
||||
<p><strong><a href="https://posteo.de">Posteo.de</a></strong> is an email provider that focuses on anonymous, secure, and private email. Their servers are powered by 100% sustainable energy. They have been in operation since <strong>2009</strong>. Posteo is based in <span class="flag-icon flag-icon-de"></span> Germany and has a free 14-day trial. Posteo comes with 2 GB for the monthly cost and an extra gigabyte can be purchased for €0.25 per month.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-warning">Domains and Aliases</span></h5>
|
||||
<p>Posteo does <a href="https://posteo.de/en/site/faq">not allow the use of custom domains</a>, however users may still make use of <a href="https://posteo.de/en/help/what-is-an-email-alias">subaddressing</a>.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-warning">Payment Methods</span></h5>
|
||||
<p>Posteo does not accept Bitcoin or other cryptocurrencies as a form of payment, however they do accept cash-by-mail. They also accept credit/debit cards, bank transfers, and PayPal, and remove PII (personally identifiable information) <a href="https://posteo.de/en/site/payment">that they receive</a> in connection with these payment methods.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>Posteo supports <a href="https://posteo.de/en/help/what-is-two-factor-authentication-and-how-do-i-set-it-up">two factor authentication</a> for their webmail only. You can use either <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> a <a href="https://en.wikipedia.org/wiki/YubiKey">Yubikey</a> with TOTP. Web standards such as <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> and <a href="https://en.wikipedia.org/wiki/WebAuthn">WebAuthn</a> are not yet supported.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-warning">Data Security</span></h5>
|
||||
<p>Posteo has <a href="https://posteo.de/en/site/encryption#cryptomailstorage">zero access encryption</a> for email storage. This means the messages stored in your account are only readable by you.</p>
|
||||
<p>Posteo also supports the encryption of your <a href="https://posteo.de/en/site/features#featuresaddressbook">address book contacts</a> and <a href="https://posteo.de/en/site/features#featurescalendar">calendars</a> at rest. However, Posteo still uses standard <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a> and <a href="https://en.wikipedia.org/wiki/CardDAV">CardDAV</a> for calendars and contacts. These protocols do not support <a href="https://en.wikipedia.org/wiki/End-to-end_encryption">E2EE (End-To-End Encryption)</a>. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropiate.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-success">Email Encryption</span></h5>
|
||||
<p>Posteo has <a href="https://posteo.de/en/site/encryption#pgp_webmailer">integrated encryption</a> in their webmail, which simplifies sending messages to users with public OpenPGP keys. They also support the discovery of public keys via HTTP from their <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a>. This allows users outside of Posteo to find the OpenPGP keys of Posteo users easily, for cross-provider E2EE.</p>
|
||||
|
||||
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-danger">.onion Service</span></h5>
|
||||
<p>Posteo does not operate a .onion service.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>Posteo allows users to <a href="https://posteo.de/en/help/does-posteo-offer-mailing-lists">set up their own mailing lists</a>. Each account can create one list for free.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/soverin.svg"
|
||||
src="/assets/img/svg/3rd-party/soverin.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="Soverin">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="soverin" class="anchor"><a href="#soverin"><i class="fas fa-link anchor-icon"></i></a> Soverin {% include badge.html color="info" text="€29/y" %}</h2>
|
||||
<h2 id="soverin" class="anchor"><a href="#soverin"><i class="fas fa-link anchor-icon"></i></a> Soverin <span class="badge badge-info">€29/y</span></h2>
|
||||
<p><strong><a href="https://soverin.net">Soverin.net</a></strong> is an email provider which focuses on being private, ad-free, and powered by sustainable energy. They have been in operation since <strong>2015</strong>. Soverin is based in <span class="flag-icon flag-icon-nl"></span> Amsterdam and does not have a free trial. Accounts start at 25 GB.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-success">Domains and Aliases</span></h5>
|
||||
<p>Soverin lets users use their own domain. Soverin users can also use <a href="https://support.soverin.net/hc/en-us/articles/115004811093-How-can-I-setup-a-catch-all-on-my-domain-">catch-all</a> and <a href="https://support.soverin.net/hc/en-us/articles/115004811073-How-can-I-add-an-alias-to-my-domain-">aliases</a> for domains they own. Soverin also allows for <a href="https://support.soverin.net/hc/en-us/articles/115004811033-Do-support-the-plus-syntax-subaddressing-">subaddressing</a>, which is useful for users who don't want to purchase a domain.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-success">Payment Methods</span></h5>
|
||||
<p>Soverin accepts Bitcoin as payment. They also accept credit/debit cards, PayPal, and the Netherlands-specific payment gateway iDEAL.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>Soverin supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> two factor authentication <a href="https://support.soverin.net/hc/en-us/articles/360008819553-Setting-up-2-Factor-Authentication-2FA-Webmail-only">for webmail only</a>. They do not allow <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key authentication.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-warning">Data Security</span></h5>
|
||||
<p>Soverin has <a href="https://support.soverin.net/hc/en-us/articles/115004810713-Technical-details-about-Soverin">encryption at rest</a> however it doesn't appear to be "zero access", meaning it is technically possible for them to decrypt the data they have.</p>
|
||||
<p>Soverin also uses the standard <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a> and <a href="https://en.wikipedia.org/wiki/CardDAV">CardDAV</a> protocols for calendars and contacts, which do not support E2EE. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-success">Email Encryption</span></h5>
|
||||
<p>Soverin has integrated encryption in their webmail, which simplifies sending messages to users. However, Soverin has not integrated a <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a> for users on their platform.<p>
|
||||
|
||||
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-danger">.onion Service</span></h5>
|
||||
<p>Soverin does not operate a .onion service.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>Soverin also providers users with space for a personal webpage.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/disroot.svg"
|
||||
data-theme-src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/disroot-dark.svg"
|
||||
src="/assets/img/svg/3rd-party/disroot.svg"
|
||||
data-theme-src="/assets/img/svg/3rd-party/disroot-dark.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="Disroot">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="disroot" class="anchor"><a href="#disroot"><i class="fas fa-link anchor-icon"></i></a> Disroot {% include badge.html color="info" text="Free" %}</h2>
|
||||
<h2 id="disroot" class="anchor"><a href="#disroot"><i class="fas fa-link anchor-icon"></i></a> Disroot <span class="badge badge-info">Free</span></h2>
|
||||
<p><strong><a href="https://disroot.org/en/services/email">Disroot</a></strong> offers email amongst <a href="https://disroot.org/en/#services">other services</a>. The service is maintained by volunteers and its community. They have been in operation since <strong>2015</strong>. Disroot is based in <span class="flag-icon flag-icon-nl"></span> Amsterdam. Disroot is free and uses open source software such as Rainloop to provide service. Users support the service through donations and buying extra storage. The mailbox limit is 1 GB, but extra storage can be purchased 0.15€ per GB per month paid yearly.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-success">Domains and Aliases</span></h5>
|
||||
<p>Disroot lets users use their own domain. They have aliases, however you must <a href="https://disroot.org/en/forms/alias-request-form">manually apply</a> for them.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-success">Payment Methods</span></h5>
|
||||
<p>Disroot accepts Bitcoin and Faircoin as payment methods. They also accept PayPal, direct bank deposit, and Patreon payments. Disroot is a not-for-profit organization that also accepts donations through Liberapay, Flattr, and Monero, but these payment methods cannot be used to purchase services.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>Disroot supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> two factor authentication for webmail only. They do not allow <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key authentication.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-warning">Data Security</span></h5>
|
||||
<p>Disroot uses full disk encryption. However, it doesn't appear to be "zero access", meaning it is technically possible for them to decrypt the data they have.</p>
|
||||
<p>Disroot also uses the standard <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a> and <a href="https://en.wikipedia.org/wiki/CardDAV">CardDAV</a> protocols for calendars and contacts, which do not support E2EE. A <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-success">Email Encryption</span></h5>
|
||||
<p>Disroot allows for encrypted emails to be sent from their webmail application using OpenPGP. However, Disroot has not integrated a <a href="https://wiki.gnupg.org/WKD">Web Key Directory (WKD)</a> for users on their platform.</p>
|
||||
|
||||
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-danger">.onion Service</span></h5>
|
||||
<p>Disroot does not operate a .onion service.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>They offer <a href="https://disroot.org/en/#services">other services</a> such as NextCloud, XMPP Chat, Etherpad, Ethercalc, Pastebin, Online polls and a Gitea instance. They also have an app <a href="https://f-droid.org/packages/org.disroot.disrootapp/">available in F-Droid</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/tutanota.svg"
|
||||
data-theme-src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/tutanota-dark.svg"
|
||||
src="/assets/img/svg/3rd-party/tutanota.svg"
|
||||
data-theme-src="/assets/img/svg/3rd-party/tutanota-dark.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="Tutanota">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="tutanota" class="anchor"><a href="#tutanota"><i class="fas fa-link anchor-icon"></i></a> Tutanota {% include badge.html color="info" text="Free" %}</h2>
|
||||
<h2 id="tutanota" class="anchor"><a href="#tutanota"><i class="fas fa-link anchor-icon"></i></a> Tutanota <span class="badge badge-info">Free</span></h2>
|
||||
<p><strong><a href="https://tutanota.com">Tutanota.com</a></strong> is an email service with a focus on security and privacy through the use of encryption. Tutanota has been in operation since <strong>2011</strong> and is based in Hanover, <span class="flag-icon flag-icon-de"></span> Germany. Accounts start with 1GB storage with their free plan.</p>
|
||||
<p>Tutanota <a href="https://tutanota.com/faq/#imap">doesn't allow</a> the use of third-party <a href="/software/email/">email clients</a>. There are plans to allow Tutanota pull email from <a href="https://github.com/tutao/tutanota/issues/544">external email accounts</a> using the <a href="https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP</a> protocol. <a href="https://github.com/tutao/tutanota/issues/630">Email import</a> is currently not possible.</p>
|
||||
<p>Emails can be exported <a href="https://tutanota.com/howto#generalMail">individually or by bulk selection</a>. Tutanota does not allow for <a href="https://github.com/tutao/tutanota/issues/927">subfolders</a> as you might expect with other email providers.</p>
|
||||
<p>Tutanota is working on a <a href="https://tutanota.com/blog/posts/desktop-clients/">desktop client</a> and they have an app <a href="https://f-droid.org/packages/de.tutao.tutanota">available in F-Droid</a>. They also have their app in conventional stores such as <a href="https://apps.apple.com/us/app/tutanota/id922429609">App Store</a> on iOS and <a href="https://play.google.com/store/apps/details?id=de.tutao.tutanota">Google Play</a> for Android.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-success">Domains and Aliases</span></h5>
|
||||
<p>Paid Tutanota accounts can use up to 5 <a href="https://tutanota.com/faq#alias">aliases</a> and <a href="https://tutanota.com/faq#custom-domain">custom domains</a>. Tutanota doesn't allow for <a href="https://tutanota.com/faq#plus">subaddressing (plus addresses)</a>, but you can use a <a href="https://tutanota.com/howto#settings-global">catch-all</a> with a custom domain.</p>
|
||||
|
||||
<h5>{% include badge.html color="danger" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-danger">Payment Methods</span></h5>
|
||||
<p>Tutanota accepts only credit cards and PayPal.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>Tutanota supports <a href="https://tutanota.com/faq#2fa">two factor authentication</a>. Users can either use <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> or <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a>. U2F support is <a href="https://github.com/tutao/tutanota/issues/443">not yet available on Android</a>.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Data Security</span></h5>
|
||||
<p>Tutanota has <a href="https://tutanota.com/faq#what-encrypted">zero access encryption at rest</a> for your emails, <a href="https://tutanota.com/faq#encrypted-address-book">address book contacts</a>, and <a href="https://tutanota.com/faq#calendar">calendars</a>. This means the messages and other data stored in your account are only readable by you. </p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-warning">Email Encryption</span></h5>
|
||||
<p>Tutanota <a href="https://www.tutanota.com/faq/#pgp">does not use OpenPGP</a>. Tutanota users can only receive encrypted emails when external users send them through a <a href="https://www.tutanota.com/howto/#encrypted-email-external">temporary Tutanota mailbox</a>.</p>
|
||||
<p>Tutanota <a href="https://github.com/tutao/tutanota/issues/198">does have plans</a> to support <a href="https://autocrypt.org">AutoCrypt</a>. This would allow for external users to send encrypted emails to Tutanota users as long as their email client supports the AutoCrypt headers.</p>
|
||||
|
||||
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-danger">.onion Service</span></h5>
|
||||
<p>Tutanota does not operate a .onion service but <a href="https://github.com/tutao/tutanota/issues/528">may consider</a> it in the future.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>Tutanota offers the business version of <a href="https://tutanota.com/blog/posts/secure-email-for-non-profit">Tutanota to non-profit organizations</a> for free or with a heavy discount.</p>
|
||||
|
||||
<p>Tutanota also has a business feature called <a href="https://tutanota.com/secure-connect/">Secure Connect</a>. This ensures customer contact to the business uses E2EE. The feature costs €240/y.</p>
|
||||
@ -235,38 +235,38 @@
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/startmail.svg"
|
||||
data-theme-src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/startmail-dark.svg"
|
||||
src="/assets/img/svg/3rd-party/startmail.svg"
|
||||
data-theme-src="/assets/img/svg/3rd-party/startmail-dark.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
alt="StartMail">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="startmail" class="anchor"><a href="#startmail"><i class="fas fa-link anchor-icon"></i></a> StartMail {% include badge.html color="info" text="Personal USD $59.95/y" %}</h2>
|
||||
<h2 id="startmail" class="anchor"><a href="#startmail"><i class="fas fa-link anchor-icon"></i></a> StartMail <span class="badge badge-info">Personal USD $59.95/y</span></h2>
|
||||
<p><strong><a href="https://startmail.com">StartMail.com</a></strong> is an email service with a focus on security and privacy through the use of standard OpenPGP encryption. StartMail has been in operation since <strong>2014</strong> and is based in Boulevard 11, Zeist <span class="flag-icon flag-icon-nl"></span> Netherlands. Accounts start with 10GB. They offer a 30-day trial.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Domains and Aliases" %}</h5>
|
||||
<h5><span class="badge badge-success">Domains and Aliases</span></h5>
|
||||
<p>Personal accounts can use <a href="https://support.startmail.com/hc/en-us/articles/360007297457-Aliases">Custom or Generated</a> aliases. Business accounts can use <a href="https://support.startmail.com/hc/en-us/articles/360006840058">Domain aliases</a>.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Payment Methods" %}</h5>
|
||||
<h5><span class="badge badge-warning">Payment Methods</span></h5>
|
||||
<p>StartMail accepts Visa, MasterCard, American Express and Paypal. StartMail also has other <a href="https://support.startmail.com/hc/en-us/articles/360006620637-Payment-methods">payment options</a> such as Bitcoin (currently only for Personal accounts) and SEPA Direct Debit for accounts older than a year.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Account Security" %}</h5>
|
||||
<h5><span class="badge badge-success">Account Security</span></h5>
|
||||
<p>StartMail supports <a href="https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm">TOTP</a> two factor authentication <a href="https://support.startmail.com/hc/en-us/articles/360006682158-Two-factor-authentication-2FA">for webmail only</a>. They do not allow <a href="https://en.wikipedia.org/wiki/Universal_2nd_Factor">U2F</a> security key authentication.</p>
|
||||
|
||||
<h5>{% include badge.html color="warning" text="Data Security" %}</h5>
|
||||
<h5><span class="badge badge-warning">Data Security</span></h5>
|
||||
<p>StartMail has <a href="https://www.startmail.com/en/whitepaper/#_Toc458527835">zero access encryption at rest</a>, using their "user vault" system. When a user logs in, the vault is opened, and the email is then moved to the vault out of the queue where it is decrypted by the corresponding private key.</p>
|
||||
|
||||
<p>StartMail supports importing <a href="https://support.startmail.com/hc/en-us/articles/360006495557-Import-contacts">contacts</a> however, they are only accessible in the webmail and not through protocols such as <a href="https://en.wikipedia.org/wiki/CalDAV">CalDAV</a>. Contacts are also not stored using zero knowledge encryption, so a <a href="/software/calendar-contacts/">standalone option</a> may be more appropriate.</p>
|
||||
|
||||
<h5>{% include badge.html color="success" text="Email Encryption" %}</h5>
|
||||
<h5><span class="badge badge-success">Email Encryption</span></h5>
|
||||
<p>StartMail has <a href="https://support.startmail.com/hc/en-us/sections/360001889078-Encryption">integrated encryption</a> in their webmail, which simplifies sending messages to users with public OpenPGP keys.</p>
|
||||
|
||||
<h5>{% include badge.html color="danger" text=".onion Service" %}</h5>
|
||||
<h5><span class="badge badge-danger">.onion Service</span></h5>
|
||||
<p>StartMail does not operate a .onion service.</p>
|
||||
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>StartMail allows for proxying of images within emails. If a user allows the remote image to be loaded, the sender won't know what the user's IP address is.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -55,21 +55,10 @@
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://github.com/cryptomator/cryptomator-android/issues/1#issuecomment-257979375"
|
||||
tooltip="Cryptomator's mobile apps are not open-source."
|
||||
%}</li>
|
||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration. <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><a href="https://gitlab.com/cryptsetup/cryptsetup/">Linux Unified Key Setup (LUKS)</a> - A full disk encryption system for Linux using dm-crypt as the disk encryption backend. Included by default in Ubuntu. Available for Windows and Linux.</li>
|
||||
<li><a href="https://www.dyne.org/software/tomb/">Tomb</a> - A simple zsh script for making LUKS containers on the commandline.</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.</li>
|
||||
<li><a href="https://www.keka.io/">Keka</a> - A macOS-only, file archiver with the ability to encrypt files.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://github.com/aonez/Keka#so-where-is-the-source-code"
|
||||
tooltip="This software is no longer open source."
|
||||
%}</li>
|
||||
<li><a href="https://www.keka.io/">Keka</a> - A macOS-only, file archiver with the ability to encrypt files. <span class="badge badge-warning" data-toggle="tooltip" title="This software isn't open source anymore"><a href="https://github.com/aonez/Keka#so-where-is-the-source-code"><i class="fas fa-exclamation-triangle"></i></a></span>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1,59 +1,52 @@
|
||||
<h1 id="filesharing" class="anchor"><a href="#filesharing"><i class="fas fa-link anchor-icon"></i></a> File Sharing</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Firefox Send"
|
||||
image="/assets/img/svg/3rd-party/firefox_send.svg"
|
||||
labels="color==warning::link==https://send.firefox.com/legal::text==Warning::tooltip==IP addresses are retained in logs for 90 days."
|
||||
description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security."
|
||||
website="https://send.firefox.com/"
|
||||
privacy-policy="https://send.firefox.com/legal"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox-send/755"
|
||||
github="https://github.com/mozilla/send"
|
||||
web="https://send.firefox.com/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend"
|
||||
title="Firefox Send"
|
||||
image="/assets/img/svg/3rd-party/firefox_send.svg"
|
||||
labels="color==warning::link==https://send.firefox.com/legal::text==Warning::tooltip==IP addresses are retained in logs for 90 days."
|
||||
description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security."
|
||||
website="https://send.firefox.com/"
|
||||
privacy-policy="https://send.firefox.com/legal"
|
||||
forum="https://forum.privacytools.io/t/discussion-firefox-send/755"
|
||||
github="https://github.com/mozilla/send"
|
||||
web="https://send.firefox.com/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="OnionShare"
|
||||
image="/assets/img/svg/3rd-party/onionshare.svg"
|
||||
website="https://onionshare.org/"
|
||||
tor="http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion/"
|
||||
description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files."
|
||||
forum="https://forum.privacytools.io/t/discussion-onionshare/754"
|
||||
github="https://github.com/micahflee/onionshare"
|
||||
windows="https://onionshare.org/#downloads"
|
||||
mac="https://onionshare.org/#downloads"
|
||||
linux="https://onionshare.org/#downloads"
|
||||
freebsd="https://www.freshports.org/www/onionshare/"
|
||||
openbsd="http://openports.se/net/onionshare"
|
||||
title="OnionShare"
|
||||
image="/assets/img/svg/3rd-party/onionshare.svg"
|
||||
website="https://onionshare.org/"
|
||||
tor="http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion/"
|
||||
description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files."
|
||||
forum="https://forum.privacytools.io/t/discussion-onionshare/754"
|
||||
github="https://github.com/micahflee/onionshare"
|
||||
windows="https://onionshare.org/#downloads"
|
||||
mac="https://onionshare.org/#downloads"
|
||||
linux="https://onionshare.org/#downloads"
|
||||
freebsd="https://www.freshports.org/www/onionshare/"
|
||||
openbsd="http://openports.se/net/onionshare"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Magic Wormhole"
|
||||
image="/assets/img/png/3rd-party/magic_wormhole.png"
|
||||
website="https://magic-wormhole.readthedocs.io"
|
||||
description="Magic Wormhole is a package that provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. Their motto: \"Get things from one computer to another, safely.\""
|
||||
forum="https://forum.privacytools.io/t/discussion-magic-wormhole/756"
|
||||
github="https://github.com/warner/magic-wormhole"
|
||||
windows="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
mac="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
linux="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
freebsd="https://www.freshports.org/net/py-magic-wormhole/"
|
||||
openbsd="https://pypi.org/project/magic-wormhole/"
|
||||
netbsd="https://pypi.org/project/magic-wormhole/"
|
||||
title="Magic Wormhole"
|
||||
image="/assets/img/png/3rd-party/magic_wormhole.png"
|
||||
website="https://magic-wormhole.readthedocs.io"
|
||||
description="Magic Wormhole is a package that provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. Their motto: \"Get things from one computer to another, safely.\""
|
||||
forum="https://forum.privacytools.io/t/discussion-magic-wormhole/756"
|
||||
github="https://github.com/warner/magic-wormhole"
|
||||
windows="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
mac="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
linux="https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation"
|
||||
freebsd="https://www.freshports.org/net/py-magic-wormhole/"
|
||||
openbsd="https://pypi.org/project/magic-wormhole/"
|
||||
netbsd="https://pypi.org/project/magic-wormhole/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://framadrop.org/">FramaDrop</a> - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by <a href="https://framagit.org/fiat-tux/hat-softwares/lufi">LuFi</a>.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://framasoft.org/en/cgu/"
|
||||
tooltip="FramaDrop logs IP addresses and fingerprints the browser for an unclear amount of time."
|
||||
%}
|
||||
</li>
|
||||
<li><a href="https://framadrop.org/">FramaDrop</a> - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by <a href="https://framagit.org/fiat-tux/hat-softwares/lufi">LuFi</a>. <span class="badge badge-warning" data-toggle="tooltip" title="FramaDrop logs IP addresses and fingerprints the browser for an unclear amount of time."><a href="https://framasoft.org/en/cgu/"><i class="fas fa-exclamation-triangle"></i></a></span></li>
|
||||
<li><a href="https://github.com/schollz/croc">croc</a> - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.</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 XMPP server, to a wiki, or VPN.</li>
|
||||
</ul>
|
||||
|
@ -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>
|
||||
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/ukusa.svg" width="260" height="115" class="img-fluid float-right ml-2" alt="UKUSA Agreement">
|
||||
<img src="/assets/img/svg/layout/ukusa.svg" width="260" height="115" class="img-fluid float-right ml-2" alt="UKUSA Agreement">
|
||||
|
||||
<p>The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the <a href="https://www.giswatch.org/en/communications-surveillance/unmasking-five-eyes-global-surveillance-practices">Five Eyes</a>, focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to <a href="https://www.pbs.org/newshour/world/an-exclusive-club-the-five-countries-that-dont-spy-on-each-other">not spy on each other</a> as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other's citizens and <a href="https://www.theguardian.com/uk/2013/jun/21/gchq-cables-secret-world-communications-nsa">share intelligence</a> to <a href="https://www.theguardian.com/politics/2013/jun/10/nsa-offers-intelligence-british-counterparts-blunkett">avoid breaking domestic laws</a> that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes); however, Five Eyes and third-party countries can and do spy on each other.</p>
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
<div class="jumbotron p-5">
|
||||
<h1 class="display-4">
|
||||
<a href="{{ site.production_url }}" title="{{ site.name }}">
|
||||
<img class="img-fluid d-none d-sm-block" src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="{{ site.name }}">
|
||||
<img class="img-fluid d-none d-sm-block" src="/assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="{{ site.name }}">
|
||||
<div class="text-center">
|
||||
<img class="img-fluid d-sm-none" src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/brand/vertical.svg" width="300px" alt="{{ site.name }}">
|
||||
<img class="img-fluid d-sm-none" src="/assets/img/svg/layout/brand/vertical.svg" width="300px" alt="{{ site.name }}">
|
||||
</div>
|
||||
</a>
|
||||
</h1>
|
||||
|
@ -1,39 +1,39 @@
|
||||
<h1 id="host" class="anchor"><a href="#host"><i class="fas fa-link anchor-icon"></i></a> Secure Hosting Provider</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Data Center: Bahnhof"
|
||||
image="/assets/img/svg/3rd-party/bahnhof.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/bahnhof-dark.svg"
|
||||
description="Bahnhof is one of Sweden’s largest network operators, founded in 1994. They specialize in innovative data center construction: Extreme security coupled with low-cost green energy has made them world famous."
|
||||
website="https://www.bahnhof.net/"
|
||||
privacy-policy="https://www.bahnhof.net/page/privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
|
||||
title="Data Center: Bahnhof"
|
||||
image="/assets/img/svg/3rd-party/bahnhof.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/bahnhof-dark.svg"
|
||||
description="Bahnhof is one of Sweden’s largest network operators, founded in 1994. They specialize in innovative data center construction: Extreme security coupled with low-cost green energy has made them world famous."
|
||||
website="https://www.bahnhof.net/"
|
||||
privacy-policy="https://www.bahnhof.net/page/privacy-policy"
|
||||
forum="https://forum.privacytools.io/t/discussion-bahnhof-net/341"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="VPS & Domain: Njalla"
|
||||
image="/assets/img/svg/3rd-party/njalla.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/njalla-dark.svg"
|
||||
description="Njalla is a privacy-aware domain registration service and VPS provider based in Nevis (with VPS data centers in Sweden). It is created by people from The Pirate Bay and IPredator VPN. Accepted payments: Bitcoin, Litecoin, Monero, Zcash, DASH, Bitcoin Cash and PayPal."
|
||||
website="https://njal.la/"
|
||||
tor="http://njalladnspotetti.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-njalla/339"
|
||||
title="VPS & Domain: Njalla"
|
||||
image="/assets/img/svg/3rd-party/njalla.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/njalla-dark.svg"
|
||||
description="Njalla is a privacy-aware domain registration service and VPS provider based in Nevis (with VPS data centers in Sweden). It is created by people from The Pirate Bay and IPredator VPN. Accepted payments: Bitcoin, Litecoin, Monero, Zcash, DASH, Bitcoin Cash and PayPal."
|
||||
website="https://njal.la/"
|
||||
tor="http://njalladnspotetti.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-njalla/339"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Colocation: DataCell"
|
||||
image="/assets/img/png/3rd-party/datacell.png"
|
||||
description="DataCell is a data center providing secure colocating in Switzerland and Iceland."
|
||||
website="https://datacell.is/"
|
||||
privacy-policy="https://datacell.is/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-datacell-is/342"
|
||||
title="Colocation: DataCell"
|
||||
image="/assets/img/png/3rd-party/datacell.png"
|
||||
description="DataCell is a data center providing secure colocating in Switzerland and Iceland."
|
||||
website="https://datacell.is/"
|
||||
privacy-policy="https://datacell.is/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-datacell-is/342"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="VPS, Hosting, & Domain: Orange Website"
|
||||
image="/assets/img/png/3rd-party/orange_website.png"
|
||||
description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech."
|
||||
website="https://www.orangewebsite.com/"
|
||||
privacy-policy="https://www.orangewebsite.com/docs/privacy-policy.php"
|
||||
forum="https://forum.privacytools.io/t/discussion-orange-website/343"
|
||||
title="VPS, Hosting, & Domain: Orange Website"
|
||||
image="/assets/img/png/3rd-party/orange_website.png"
|
||||
description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech."
|
||||
website="https://www.orangewebsite.com/"
|
||||
privacy-policy="https://www.orangewebsite.com/docs/privacy-policy.php"
|
||||
forum="https://forum.privacytools.io/t/discussion-orange-website/343"
|
||||
%}
|
||||
|
@ -42,7 +42,7 @@
|
||||
title="Keybase"
|
||||
image="/assets/img/svg/3rd-party/keybase.svg"
|
||||
description='Keybase provides a hosted team chat with E2EE. Its protocol 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>. Keybase can help you prove you own social media accounts though the use of cryptographic signing of "<a href="https://en.wikipedia.org/wiki/Keybase#Identity_proofs">identity proofs</a>".'
|
||||
labels="color==warning::link==https://github.com/keybase/client/issues/6374::text==Warning::tooltip==This software relies on a closed-source central server.| color==info::link==https://github.com/privacytools/privacytools.io/issues/1894::text==Ownership change::tooltip==Keybase has recently been acquired by Zoom."
|
||||
labels="color==warning::link==https://github.com/keybase/client/issues/6374::text==Warning::tooltip==This software relies on a closed-source central server."
|
||||
website="https://keybase.io/"
|
||||
privacy-policy="https://keybase.io/docs/privacypolicy"
|
||||
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
|
||||
|
@ -67,7 +67,7 @@
|
||||
|
||||
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
|
||||
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
|
||||
<img src="/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
|
||||
|
||||
<p>Services based in the United States are not recommended because of the country's surveillance programs and use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) with accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p>
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
<h1 id="live_os" class="anchor"><a href="#live_os"><i class="fas fa-link anchor-icon"></i></a> PC Live Operating Systems</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Tails"
|
||||
image="/assets/img/svg/3rd-party/tails.svg"
|
||||
description='Tails is a live operating system that can boot on almost any computer from a DVD, USB stick, or SD card you control. It aims at preserving privacy and anonymity, and circumventing censorship by forcing Internet connections through the Tor network; leaving no trace on the computer; and using state-of-the-art cryptographic tools to encrypt files, emails, and instant messages.'
|
||||
badges="info:GNU/Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://tails.boum.org/"
|
||||
git="https://git-tails.immerda.ch/tails/"
|
||||
title="Tails"
|
||||
image="/assets/img/svg/3rd-party/tails.svg"
|
||||
description='Tails is a live operating system that can boot on almost any computer from a DVD, USB stick, or SD card you control. It aims at preserving privacy and anonymity, and circumventing censorship by forcing Internet connections through the Tor network; leaving no trace on the computer; and using state-of-the-art cryptographic tools to encrypt files, emails, and instant messages.'
|
||||
badges="info:GNU/Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://tails.boum.org/"
|
||||
git="https://git-tails.immerda.ch/tails/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
@ -15,19 +15,12 @@
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://getfedora.org/">Fedora Workstation</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="GNU/Linux"
|
||||
%}
|
||||
<span class="badge badge-info">GNU/Linux</span>
|
||||
- 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.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://debian.org/">Debian</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="GNU/Linux"
|
||||
%}
|
||||
<span class="badge badge-info">GNU/Linux</span>
|
||||
- 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.
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -5,76 +5,42 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="GrapheneOS"
|
||||
image="/assets/img/svg/3rd-party/grapheneos.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/grapheneos-dark.svg"
|
||||
description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security- and privacy-focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.'
|
||||
badges="info:AOSP"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://grapheneos.org/"
|
||||
github="https://github.com/GrapheneOS/"
|
||||
title="GrapheneOS"
|
||||
image="/assets/img/svg/3rd-party/grapheneos.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/grapheneos-dark.svg"
|
||||
description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security- and privacy-focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.'
|
||||
badges="info:AOSP"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://grapheneos.org/"
|
||||
github="https://github.com/GrapheneOS/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="LineageOS"
|
||||
image="/assets/img/svg/3rd-party/lineageos.svg"
|
||||
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"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://www.lineageos.org/"
|
||||
privacy-policy="https://www.lineageos.org/legal/"
|
||||
github="https://github.com/LineageOS"
|
||||
title="LineageOS"
|
||||
image="/assets/img/svg/3rd-party/lineageos.svg"
|
||||
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"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://www.lineageos.org/"
|
||||
privacy-policy="https://www.lineageos.org/legal/"
|
||||
github="https://github.com/LineageOS"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Ubuntu Touch"
|
||||
image="/assets/img/svg/3rd-party/ubuntu.svg"
|
||||
description="Ubuntu Touch is a free and open-source operating system for smartphones and tablets. It's an alternative to the current popular mobile operating systems on the market. Only a few devices are <a href=https://devices.ubuntu-touch.io/>supported.</a>"
|
||||
badges="info:GNU/Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://ubuntu-touch.io/"
|
||||
privacy-policy="https://ubports.com/privacy"
|
||||
github="https://github.com/ubports"
|
||||
title="Ubuntu Touch"
|
||||
image="/assets/img/svg/3rd-party/ubuntu.svg"
|
||||
description="Ubuntu Touch is a free and open-source operating system for smartphones and tablets. It's an alternative to the current popular mobile operating systems on the market. Only a few devices are <a href=https://devices.ubuntu-touch.io/>supported.</a>"
|
||||
badges="info:GNU/Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://ubuntu-touch.io/"
|
||||
privacy-policy="https://ubports.com/privacy"
|
||||
github="https://github.com/ubports"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.replicant.us/">Replicant</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="AOSP"
|
||||
%}
|
||||
- An open-source operating system based on Android, aiming to replace all proprietary components with free software.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://www.omnirom.org/">OmniROM</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="AOSP"
|
||||
%}
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="far fa-question-circle"
|
||||
text="contrib"
|
||||
tooltip="This software may depend on or recommend non-free software."
|
||||
%}
|
||||
- A free-software operating system for smartphones and tablet computers, based on the Android mobile platform.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://microg.org/">MicroG</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="Add-on Package"
|
||||
%}
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="far fa-question-circle"
|
||||
text="contrib"
|
||||
tooltip="This software may depend on or recommend non-free software."
|
||||
%}
|
||||
- A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement. The microG project also maintains a fork of LineageOS with microG and F-Droid preinstalled at <a href="https://lineage.microg.org/">Lineage for microG</a>.
|
||||
</li>
|
||||
<li><a href="https://www.replicant.us/">Replicant</a> <span class="badge badge-info">AOSP</span> - An open-source operating system based on Android, aiming to replace all proprietary components with free software.</li>
|
||||
<li><a href="https://www.omnirom.org/">OmniROM</a> <span class="badge badge-info">AOSP</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A free-software operating system for smartphones and tablet computers, based on the Android mobile platform.</li>
|
||||
<li><a href="https://microg.org/">MicroG</a> <span class="badge badge-info">Add-on Package</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement. The microG project also maintains a fork of LineageOS with microG and F-Droid preinstalled at <a href="https://lineage.microg.org/">Lineage for microG</a>.</li>
|
||||
</ul>
|
||||
|
@ -5,53 +5,53 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Joplin"
|
||||
image="/assets/img/svg/3rd-party/joplin.svg"
|
||||
description="Joplin is a free, open-source, and fully-featured note-taking and to-do application which can handle a large number of markdown notes organized into notebooks and tags. It offers end-to-end encryption and can sync through Nextcloud, Dropbox, and more. It also offers easy import from Evernote and plain-text notes."
|
||||
website="https://joplinapp.org/"
|
||||
privacy-policy="https://joplinapp.org/privacy/"
|
||||
github="https://github.com/laurent22/joplin"
|
||||
windows="https://joplinapp.org/#desktop-applications"
|
||||
mac="https://joplinapp.org/#desktop-applications"
|
||||
linux="https://joplinapp.org/#desktop-applications"
|
||||
freebsd="https://www.npmjs.com/package/joplin"
|
||||
googleplay="https://play.google.com/store/apps/details?id=net.cozic.joplin"
|
||||
android="https://joplinapp.org/#mobile-applications"
|
||||
ios="https://itunes.apple.com/us/app/joplin/id1315599797"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/"
|
||||
chrome="https://chrome.google.com/webstore/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfek"
|
||||
title="Joplin"
|
||||
image="/assets/img/svg/3rd-party/joplin.svg"
|
||||
description="Joplin is a free, open-source, and fully-featured note-taking and to-do application which can handle a large number of markdown notes organized into notebooks and tags. It offers end-to-end encryption and can sync through Nextcloud, Dropbox, and more. It also offers easy import from Evernote and plain-text notes."
|
||||
website="https://joplinapp.org/"
|
||||
privacy-policy="https://joplinapp.org/privacy/"
|
||||
github="https://github.com/laurent22/joplin"
|
||||
windows="https://joplinapp.org/#desktop-applications"
|
||||
mac="https://joplinapp.org/#desktop-applications"
|
||||
linux="https://joplinapp.org/#desktop-applications"
|
||||
freebsd="https://www.npmjs.com/package/joplin"
|
||||
googleplay="https://play.google.com/store/apps/details?id=net.cozic.joplin"
|
||||
android="https://joplinapp.org/#mobile-applications"
|
||||
ios="https://itunes.apple.com/us/app/joplin/id1315599797"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/"
|
||||
chrome="https://chrome.google.com/webstore/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfek"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Standard Notes"
|
||||
image="/assets/img/svg/3rd-party/standard_notes.svg"
|
||||
description='Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. It features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors. It has also been <a href="https://s3.amazonaws.com/standard-notes/security/Report-SN-Audit.pdf">independently audited (PDF)</a>.'
|
||||
website="https://standardnotes.org/"
|
||||
privacy-policy="https://standardnotes.org/privacy"
|
||||
github="https://github.com/standardnotes"
|
||||
windows="https://standardnotes.org/#get-started"
|
||||
mac="https://standardnotes.org/#get-started"
|
||||
linux="https://standardnotes.org/#get-started"
|
||||
ios="https://itunes.apple.com/us/app/standard-notes/id1285392450"
|
||||
fdroid="https://f-droid.org/packages/com.standardnotes/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.standardnotes"
|
||||
web="https://app.standardnotes.org/"
|
||||
title="Standard Notes"
|
||||
image="/assets/img/svg/3rd-party/standard_notes.svg"
|
||||
description='Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. It features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors. It has also been <a href="https://s3.amazonaws.com/standard-notes/security/Report-SN-Audit.pdf">independently audited (PDF)</a>.'
|
||||
website="https://standardnotes.org/"
|
||||
privacy-policy="https://standardnotes.org/privacy"
|
||||
github="https://github.com/standardnotes"
|
||||
windows="https://standardnotes.org/#get-started"
|
||||
mac="https://standardnotes.org/#get-started"
|
||||
linux="https://standardnotes.org/#get-started"
|
||||
ios="https://itunes.apple.com/us/app/standard-notes/id1285392450"
|
||||
fdroid="https://f-droid.org/packages/com.standardnotes/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.standardnotes"
|
||||
web="https://app.standardnotes.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Turtl"
|
||||
image="/assets/img/svg/3rd-party/turtl.svg"
|
||||
description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with."
|
||||
website="https://turtlapp.com/"
|
||||
privacy-policy="https://turtlapp.com/privacy/"
|
||||
github="https://github.com/turtl"
|
||||
windows="https://turtlapp.com/download/"
|
||||
mac="https://turtlapp.com/download/"
|
||||
linux="https://turtlapp.com/download/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.lyonbros.turtl"
|
||||
android="https://turtlapp.com/download/"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/turtl-bookmarking/"
|
||||
chrome="https://chrome.google.com/webstore/detail/turtl/dgcojenhfdjhieoglmiaheihjadlpcml"
|
||||
title="Turtl"
|
||||
image="/assets/img/svg/3rd-party/turtl.svg"
|
||||
description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with."
|
||||
website="https://turtlapp.com/"
|
||||
privacy-policy="https://turtlapp.com/privacy/"
|
||||
github="https://github.com/turtl"
|
||||
windows="https://turtlapp.com/download/"
|
||||
mac="https://turtlapp.com/download/"
|
||||
linux="https://turtlapp.com/download/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=com.lyonbros.turtl"
|
||||
android="https://turtlapp.com/download/"
|
||||
firefox="https://addons.mozilla.org/en-US/firefox/addon/turtl-bookmarking/"
|
||||
chrome="https://chrome.google.com/webstore/detail/turtl/dgcojenhfdjhieoglmiaheihjadlpcml"
|
||||
%}
|
||||
|
||||
<h3>Warning</h3>
|
||||
|
@ -5,82 +5,46 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Qubes OS"
|
||||
image="/assets/img/svg/3rd-party/qubes_os.svg"
|
||||
description='Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers.'
|
||||
badges="info:Xen"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://www.qubes-os.org/"
|
||||
privacy-policy="https://www.qubes-os.org/privacy/"
|
||||
github="https://github.com/QubesOS"
|
||||
tor="http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/"
|
||||
title="Qubes OS"
|
||||
image="/assets/img/svg/3rd-party/qubes_os.svg"
|
||||
description='Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers.'
|
||||
badges="info:Xen"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://www.qubes-os.org/"
|
||||
privacy-policy="https://www.qubes-os.org/privacy/"
|
||||
github="https://github.com/QubesOS"
|
||||
tor="http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Fedora Workstation"
|
||||
image="/assets/img/svg/3rd-party/fedora.svg"
|
||||
description='Fedora is a Linux distribution developed by the Fedora Project and sponsored by Red Hat. Fedora Workstation is a secure, reliable, and user-friendly edition developed for desktops and laptops, using GNOME as the default desktop environment.'
|
||||
badges="info:GNU/Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://getfedora.org/"
|
||||
privacy-policy="https://fedoraproject.org/wiki/Legal:PrivacyPolicy?rd=Legal/PrivacyPolicy"
|
||||
git="https://src.fedoraproject.org/"
|
||||
title="Fedora Workstation"
|
||||
image="/assets/img/svg/3rd-party/fedora.svg"
|
||||
description='Fedora is a Linux distribution developed by the Fedora Project and sponsored by Red Hat. Fedora Workstation is a secure, reliable, and user-friendly edition developed for desktops and laptops, using GNOME as the default desktop environment.'
|
||||
badges="info:GNU/Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://getfedora.org/"
|
||||
privacy-policy="https://fedoraproject.org/wiki/Legal:PrivacyPolicy?rd=Legal/PrivacyPolicy"
|
||||
git="https://src.fedoraproject.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Debian"
|
||||
image="/assets/img/svg/3rd-party/debian.svg"
|
||||
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
|
||||
badges="info:GNU/Linux"
|
||||
website="https://www.debian.org/"
|
||||
privacy-policy="https://www.debian.org/legal/privacy"
|
||||
tor="http://sejnfjrq6szgca7v.onion"
|
||||
gitlab="https://salsa.debian.org/qa/debsources"
|
||||
title="Debian"
|
||||
image="/assets/img/svg/3rd-party/debian.svg"
|
||||
description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.'
|
||||
badges="info:GNU/Linux"
|
||||
website="https://www.debian.org/"
|
||||
privacy-policy="https://www.debian.org/legal/privacy"
|
||||
tor="http://sejnfjrq6szgca7v.onion"
|
||||
gitlab="https://salsa.debian.org/qa/debsources"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.openbsd.org/">OpenBSD</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="BSD"
|
||||
%}
|
||||
- A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://www.archlinux.org/">Arch Linux</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="GNU/Linux"
|
||||
%}
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="far fa-question-circle"
|
||||
text="contrib"
|
||||
tooltip="This software may depend on or recommend non-free software."
|
||||
%}
|
||||
- A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement. <a href="https://www.parabola.nu/">Parabola</a> is a
|
||||
completely open source version of Arch Linux.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://trisquel.info/">Trisquel</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="GNU/Linux"
|
||||
%}
|
||||
- Derived from Ubuntu, this project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://www.whonix.org/">Whonix</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="GNU/Linux"
|
||||
%}
|
||||
- A Debian-based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation"
|
||||
and a Tor "Gateway". All communication are forced through the Tor network to accomplish this.
|
||||
</li>
|
||||
<li><a href="https://www.openbsd.org/">OpenBSD</a> <span class="badge badge-info">BSD</span> - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.</li>
|
||||
<li><a href="https://www.archlinux.org/">Arch Linux</a> <span class="badge badge-info">GNU/Linux</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement. <a href="https://www.parabola.nu/">Parabola</a> is a
|
||||
completely open source version of Arch Linux.</li>
|
||||
<li><a href="https://trisquel.info/">Trisquel</a> <span class="badge badge-info">GNU/Linux</span> - Derived from Ubuntu, this project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed.</li>
|
||||
<li><a href="https://www.whonix.org/">Whonix</a> <span class="badge badge-info">GNU/Linux</span> - A Debian-based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation"
|
||||
and a Tor "Gateway". All communication are forced through the Tor network to accomplish this.</li>
|
||||
</ul>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<h1>Privacy? I don't have anything to hide.</h1>
|
||||
</div>
|
||||
<blockquote class="blockquote">
|
||||
<p><a href="https://www.ted.com/talks/glenn_greenwald_why_privacy_matters" title="Glenn Greenwald - Why privacy matters - TED Talk"><img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/layout/glenn_greenwald.png" width="170px" class="img-fluid float-right ml-2" alt="Glenn Greenwald: Why privacy matters"></a>
|
||||
<p><a href="https://www.ted.com/talks/glenn_greenwald_why_privacy_matters" title="Glenn Greenwald - Why privacy matters - TED Talk"><img src="/assets/img/png/layout/glenn_greenwald.png" width="170px" class="img-fluid float-right ml-2" alt="Glenn Greenwald: Why privacy matters"></a>
|
||||
Over the last 16 months, as I've debated this issue around the world, every single time somebody has said to me, "I don't really worry about invasions of privacy because I don't have anything to hide." I always say the same thing to them. I get out a
|
||||
pen, I write down my email address. I say, "Here's my email address. What I want you to do when you get home is email me the passwords to all of your email accounts, not just the nice, respectable work one in your name, but all of them, because I
|
||||
want to be able to just troll through what it is you're doing online, read what I want to read and publish whatever I find interesting. After all, if you're not a bad person, if you're doing nothing wrong, you should have nothing to hide." <strong>Not a single person has taken me up on that offer.</strong></p>
|
||||
|
@ -1,62 +1,41 @@
|
||||
<h1 id="firmware" class="anchor"><a href="#firmware"><i class="fas fa-link anchor-icon"></i></a> Open Source Router Firmware</h1>
|
||||
|
||||
{% include cardv2.html
|
||||
title="OpenWrt"
|
||||
image="/assets/img/svg/3rd-party/openwrt.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/openwrt-dark.svg"
|
||||
description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers."
|
||||
badges="info:Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://openwrt.org/"
|
||||
git="https://git.openwrt.org/"
|
||||
title="OpenWrt"
|
||||
image="/assets/img/svg/3rd-party/openwrt.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/openwrt-dark.svg"
|
||||
description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers."
|
||||
badges="info:Linux"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://openwrt.org/"
|
||||
git="https://git.openwrt.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="pfSense"
|
||||
image="/assets/img/svg/3rd-party/pfsense.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/pfsense-dark.svg"
|
||||
description="pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint."
|
||||
badges="info:BSD"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://www.pfsense.org/"
|
||||
privacy-policy="https://www.pfsense.org/privacy.html"
|
||||
github="https://github.com/pfsense/"
|
||||
title="pfSense"
|
||||
image="/assets/img/svg/3rd-party/pfsense.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/pfsense-dark.svg"
|
||||
description="pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint."
|
||||
badges="info:BSD"
|
||||
labels="color==warning::text==contrib::tooltip==This software may depend on or recommend non-free software."
|
||||
website="https://www.pfsense.org/"
|
||||
privacy-policy="https://www.pfsense.org/privacy.html"
|
||||
github="https://github.com/pfsense/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="LibreCMC"
|
||||
image="/assets/img/svg/3rd-party/librecmc.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/librecmc-dark.svg"
|
||||
description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF)."
|
||||
badges="info:GNU/Linux"
|
||||
website="https://librecmc.org"
|
||||
git="https://gogs.librecmc.org/libreCMC/libreCMC"
|
||||
title="LibreCMC"
|
||||
image="/assets/img/svg/3rd-party/librecmc.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/librecmc-dark.svg"
|
||||
description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF)."
|
||||
badges="info:GNU/Linux"
|
||||
website="https://librecmc.org"
|
||||
git="https://gogs.librecmc.org/libreCMC/libreCMC"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.openbsd.org/">OpenBSD</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="BSD"
|
||||
%}
|
||||
- A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://dd-wrt.com/">DD-WRT</a>
|
||||
{% include badge.html
|
||||
color="info"
|
||||
text="GNU/Linux"
|
||||
%}
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="far fa-question-circle"
|
||||
text="contrib"
|
||||
tooltip="This software may depend on or recommend non-free software."
|
||||
%}
|
||||
- A Linux-based open-source firmware compatible with several models of routers and access points.
|
||||
</li>
|
||||
<li><a href="https://www.openbsd.org/">OpenBSD</a> <span class="badge badge-info">BSD</span> - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.</li>
|
||||
<li><a href="https://dd-wrt.com/">DD-WRT</a> <span class="badge badge-info">Linux</span> <span class="badge badge-warning" data-toggle="tooltip" title="This software may depend on or recommend non-free software.">contrib <i class="far fa-question-circle"></i></span> - A Linux-based open-source firmware compatible with several models of routers and access points.</li>
|
||||
</ul>
|
||||
|
@ -5,47 +5,47 @@
|
||||
</div>
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Searx"
|
||||
image="/assets/img/svg/3rd-party/searx.svg"
|
||||
description='Searx is an <a href="https://github.com/asciimoo/searx">open-source</a>, self-hostable, metasearch engine, aggregating the results of other search engines while not storing information about its users. There is a <a href="https://searx.space/">list of public instances</a> or you can try the <a href="https://search.privacytools.io/">PrivacyTools instance</a>.'
|
||||
website="https://searx.me/"
|
||||
tor="http://ulrn6sryqaifefld.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-searx/283"
|
||||
github="https://github.com/asciimoo/searx"
|
||||
include cardv2.html
|
||||
title="Searx"
|
||||
image="/assets/img/svg/3rd-party/searx.svg"
|
||||
description='Searx is an <a href="https://github.com/asciimoo/searx">open-source</a>, self-hostable, metasearch engine, aggregating the results of other search engines while not storing information about its users. There is a <a href="https://searx.space/">list of public instances</a> or you can try the <a href="https://search.privacytools.io/">PrivacyTools instance</a>.'
|
||||
website="https://searx.me/"
|
||||
tor="http://ulrn6sryqaifefld.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-searx/283"
|
||||
github="https://github.com/asciimoo/searx"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="DuckDuckGo"
|
||||
image="/assets/img/svg/3rd-party/duckduckgo.svg"
|
||||
description='DuckDuckGo is a "search engine that doesn\'t track you." Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. <span class="flag-icon flag-icon-us"></span> <a href="../../providers/#ukusa">The company is based in the USA.</a>'
|
||||
website="https://duckduckgo.com/"
|
||||
privacy-policy="https://duckduckgo.com/privacy"
|
||||
tor="http://3g2upl4pq6kufc4m.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-duckduckgo/285"
|
||||
github="https://github.com/duckduckgo"
|
||||
include cardv2.html
|
||||
title="DuckDuckGo"
|
||||
image="/assets/img/svg/3rd-party/duckduckgo.svg"
|
||||
description='DuckDuckGo is a "search engine that doesn\'t track you." Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. <span class="flag-icon flag-icon-us"></span> <a href="../../providers/#ukusa">The company is based in the USA.</a>'
|
||||
website="https://duckduckgo.com/"
|
||||
privacy-policy="https://duckduckgo.com/privacy"
|
||||
tor="http://3g2upl4pq6kufc4m.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-duckduckgo/285"
|
||||
github="https://github.com/duckduckgo"
|
||||
%}
|
||||
|
||||
{%
|
||||
include cardv2.html
|
||||
title="Qwant"
|
||||
image="/assets/img/svg/3rd-party/qwant.svg"
|
||||
description='Qwant is a search engine with its philosophy based on two principles: no user tracking and no filter bubble. <span class="flag-icon flag-icon-fr"></span> <a href="../../providers/#ukusa">The company is based in France.</a>'
|
||||
website="https://www.qwant.com/"
|
||||
privacy-policy="https://about.qwant.com/legal/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-qwant/286"
|
||||
github="https://github.com/Qwant/"
|
||||
include cardv2.html
|
||||
title="Qwant"
|
||||
image="/assets/img/svg/3rd-party/qwant.svg"
|
||||
description='Qwant is a search engine with its philosophy based on two principles: no user tracking and no filter bubble. <span class="flag-icon flag-icon-fr"></span> <a href="../../providers/#ukusa">The company is based in France.</a>'
|
||||
website="https://www.qwant.com/"
|
||||
privacy-policy="https://about.qwant.com/legal/privacy/"
|
||||
forum="https://forum.privacytools.io/t/discussion-qwant/286"
|
||||
github="https://github.com/Qwant/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Startpage.com"
|
||||
image="/assets/img/svg/3rd-party/startpage.svg"
|
||||
description='Startpage.com is a search engine that provides Google search results with complete privacy protection. <span class="flag-icon flag-icon-nl"></span> Startpage BV is a Netherlands-based company that has been dedicated to privacy-respecting search since 2006.'
|
||||
labels="color==warning::link==https://support.startpage.com/index.php?/Knowledgebase/Article/View/1277/0/startpage-ceo-robert-beens-discusses-the-investment-from-privacy-one--system1::text==Warning::tooltip==Startpage.com was recently acquired by United States-based System1."
|
||||
website="https://www.startpage.com/"
|
||||
privacy-policy="https://www.startpage.com/en/privacy-policy/"
|
||||
forum="https://forum.privacytools.io/t/delisted-discussion-startpage/284"
|
||||
title="Startpage.com"
|
||||
image="/assets/img/svg/3rd-party/startpage.svg"
|
||||
description='Startpage.com is a search engine that provides Google search results with complete privacy protection. <span class="flag-icon flag-icon-nl"></span> Startpage BV is a Netherlands-based company that has been dedicated to privacy-respecting search since 2006.'
|
||||
labels="color==warning::link==https://support.startpage.com/index.php?/Knowledgebase/Article/View/1277/0/startpage-ceo-robert-beens-discusses-the-investment-from-privacy-one--system1::text==Warning::tooltip==Startpage.com was recently acquired by United States-based System1."
|
||||
website="https://www.startpage.com/"
|
||||
privacy-policy="https://www.startpage.com/en/privacy-policy/"
|
||||
forum="https://forum.privacytools.io/t/delisted-discussion-startpage/284"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
@ -5,99 +5,71 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Tor"
|
||||
image="/assets/img/svg/3rd-party/tor.svg"
|
||||
description="The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Tor is an effective censorship circumvention tool."
|
||||
website="https://www.torproject.org/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor/1589"
|
||||
windows="https://www.torproject.org/download/"
|
||||
mac="https://www.torproject.org/download/"
|
||||
linux="https://www.torproject.org/download/"
|
||||
freebsd="https://www.freshports.org/security/tor"
|
||||
openbsd="http://openports.se/net/tor"
|
||||
netbsd="http://pkgsrc.se/net/tor"
|
||||
fdroid="https://support.torproject.org/tormobile/tormobile-7/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrowser"
|
||||
android="https://www.torproject.org/download/#android"
|
||||
git="https://gitweb.torproject.org/tor.git"
|
||||
title="Tor"
|
||||
image="/assets/img/svg/3rd-party/tor.svg"
|
||||
description="The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Tor is an effective censorship circumvention tool."
|
||||
website="https://www.torproject.org/"
|
||||
tor="http://expyuzz4wqqyqhjn.onion"
|
||||
forum="https://forum.privacytools.io/t/discussion-tor/1589"
|
||||
windows="https://www.torproject.org/download/"
|
||||
mac="https://www.torproject.org/download/"
|
||||
linux="https://www.torproject.org/download/"
|
||||
freebsd="https://www.freshports.org/security/tor"
|
||||
openbsd="http://openports.se/net/tor"
|
||||
netbsd="http://pkgsrc.se/net/tor"
|
||||
fdroid="https://support.torproject.org/tormobile/tormobile-7/"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.torproject.torbrowser"
|
||||
android="https://www.torproject.org/download/#android"
|
||||
git="https://gitweb.torproject.org/tor.git"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="I2P Anonymous Network"
|
||||
image="/assets/img/svg/3rd-party/i2p.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/i2p-dark.svg"
|
||||
description="The Invisible Internet Project (I2P) is a computer network layer that allows applications to send messages to each other pseudonymously and securely. Uses include anonymous Web surfing, chatting, blogging, and file transfers. The software that implements this layer is called an I2P router and a computer running I2P is called an I2P node. The software is free and open-source and is published under multiple licenses."
|
||||
website="https://geti2p.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-i2p/1590"
|
||||
i2p="http://i2p-projekt.i2p/"
|
||||
windows="https://geti2p.net/en/download#windows"
|
||||
mac="https://geti2p.net/en/download#mac"
|
||||
linux="https://geti2p.net/en/download#unix"
|
||||
freebsd="https://www.freshports.org/security/i2p/"
|
||||
openbsd="http://openports.se/net/i2pd"
|
||||
netbsd="http://pkgsrc.se/wip/i2pd"
|
||||
fdroid="https://f-droid.org/app/net.i2p.android.router"
|
||||
googleplay="https://play.google.com/store/apps/details?id=net.i2p.android"
|
||||
android="https://download.i2p2.de/android/current/"
|
||||
source="https://geti2p.net/en/get-involved/guides/new-developers#getting-the-i2p-code"
|
||||
title="I2P Anonymous Network"
|
||||
image="/assets/img/svg/3rd-party/i2p.svg"
|
||||
image-dark="/assets/img/svg/3rd-party/i2p-dark.svg"
|
||||
description="The Invisible Internet Project (I2P) is a computer network layer that allows applications to send messages to each other pseudonymously and securely. Uses include anonymous Web surfing, chatting, blogging, and file transfers. The software that implements this layer is called an I2P router and a computer running I2P is called an I2P node. The software is free and open-source and is published under multiple licenses."
|
||||
website="https://geti2p.net/"
|
||||
forum="https://forum.privacytools.io/t/discussion-i2p/1590"
|
||||
i2p="http://i2p-projekt.i2p/"
|
||||
windows="https://geti2p.net/en/download#windows"
|
||||
mac="https://geti2p.net/en/download#mac"
|
||||
linux="https://geti2p.net/en/download#unix"
|
||||
freebsd="https://www.freshports.org/security/i2p/"
|
||||
openbsd="http://openports.se/net/i2pd"
|
||||
netbsd="http://pkgsrc.se/wip/i2pd"
|
||||
fdroid="https://f-droid.org/app/net.i2p.android.router"
|
||||
googleplay="https://play.google.com/store/apps/details?id=net.i2p.android"
|
||||
android="https://download.i2p2.de/android/current/"
|
||||
source="https://geti2p.net/en/get-involved/guides/new-developers#getting-the-i2p-code"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="The Freenet Project"
|
||||
image="/assets/img/svg/3rd-party/freenet.svg"
|
||||
description="Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech on the Internet with strong anonymity protection."
|
||||
website="https://freenetproject.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-freenet/1591"
|
||||
windows="https://freenetproject.org/pages/download.html#windows"
|
||||
mac="https://freenetproject.org/pages/download.html#os-x"
|
||||
linux="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
freebsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
openbsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
netbsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
github="https://github.com/freenet/"
|
||||
title="The Freenet Project"
|
||||
image="/assets/img/svg/3rd-party/freenet.svg"
|
||||
description="Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech on the Internet with strong anonymity protection."
|
||||
website="https://freenetproject.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-freenet/1591"
|
||||
windows="https://freenetproject.org/pages/download.html#windows"
|
||||
mac="https://freenetproject.org/pages/download.html#os-x"
|
||||
linux="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
freebsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
openbsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
netbsd="https://freenetproject.org/pages/download.html#gnulinux-posix"
|
||||
github="https://github.com/freenet/"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://zeronet.io/">ZeroNet</a> - Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network.
|
||||
{% include badge.html
|
||||
color="danger"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="Your IP address isn't hidden by default and won't be, unless you enforce Tor usage."
|
||||
text="Not anonymous"
|
||||
%}
|
||||
</li>
|
||||
<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="https://retroshare.cc/">RetroShare</a> - An open source, cross-platform, friend-to-friend, secure, and decentralized communication platform.</li>
|
||||
<li><a href="https://i2pbote.xyz/">I2P-Bote</a> - End-to-end encrypted decentralized mail system within the I2P network.</li>
|
||||
<li><a href="https://gnunet.org/">GNUnet</a> - GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy.</li>
|
||||
<li>
|
||||
<a href="https://ipfs.io/">IPFS</a> <em>and</em> <a href="https://github.com/ipfs-shipyard/ipfs-companion">IPFS Companion</a>- A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. IPFS Companion is a browser extension for redirecting queries to a gateway of your choice (generally local).
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://github.com/privacytools/privacytools.io/pull/361#issuecomment-344414022"
|
||||
text="Supercookie warning"
|
||||
%}
|
||||
</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.
|
||||
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="far fa-question-circle"
|
||||
tooltip="The project is currently in early stages but it is being actively developed."
|
||||
text="Experimental"
|
||||
%}
|
||||
{% include badge.html
|
||||
color="danger"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link=""
|
||||
tooltip="Yggdrasil doesn't provide anonymity by default. Your peers know your IP address unless you configure it to only use Tor/I2P peers."
|
||||
text="Not anonymous by default"
|
||||
%}
|
||||
</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/privacytools/privacytools.io/pull/361#issuecomment-344414022">
|
||||
<span class="badge badge-danger" data-toggle="tooltip" title="">
|
||||
<span class="fas fa-exclamation-triangle"></span>
|
||||
Important privacy warning
|
||||
</span>
|
||||
</a></li>
|
||||
<li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a> - An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms, and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. <span class="badge badge-warning" data-toggle="tooltip" title="The project is currently in early stages but it is being actively developed.">experimental <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers.">privacy warning <i class="far fa-question-circle"></i></span></li>
|
||||
</ul>
|
||||
|
@ -5,74 +5,74 @@
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Mastodon - Twitter Alternative"
|
||||
image="/assets/img/svg/3rd-party/mastodon.svg"
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like email, users can exist on different servers or even different platforms but still communicate with each other. It also has the most users, and the most diverse (in terms of interests) users, it looks good, and it is easy to setup yourself. If you are looking for a server to join, you are welcome to join our hosted instance: <a href="https://social.privacytools.io/">social.privacytools.io</a>'
|
||||
website="https://joinmastodon.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-mastodon/289"
|
||||
github="https://github.com/tootsuite/mastodon"
|
||||
windows="https://joinmastodon.org/apps"
|
||||
mac="https://joinmastodon.org/apps"
|
||||
linux="https://joinmastodon.org/apps"
|
||||
freebsd="https://joinmastodon.org/apps"
|
||||
openbsd="https://joinmastodon.org/apps"
|
||||
netbsd="https://joinmastodon.org/apps"
|
||||
android="https://joinmastodon.org/apps"
|
||||
sailfish="https://joinmastodon.org/apps"
|
||||
ios="https://joinmastodon.org/apps"
|
||||
web="https://joinmastodon.org/#getting-started"
|
||||
title="Mastodon - Twitter Alternative"
|
||||
image="/assets/img/svg/3rd-party/mastodon.svg"
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like email, users can exist on different servers or even different platforms but still communicate with each other. It also has the most users, and the most diverse (in terms of interests) users, it looks good, and it is easy to setup yourself. If you are looking for a server to join, you are welcome to join our hosted instance: <a href="https://social.privacytools.io/">social.privacytools.io</a>'
|
||||
website="https://joinmastodon.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-mastodon/289"
|
||||
github="https://github.com/tootsuite/mastodon"
|
||||
windows="https://joinmastodon.org/apps"
|
||||
mac="https://joinmastodon.org/apps"
|
||||
linux="https://joinmastodon.org/apps"
|
||||
freebsd="https://joinmastodon.org/apps"
|
||||
openbsd="https://joinmastodon.org/apps"
|
||||
netbsd="https://joinmastodon.org/apps"
|
||||
android="https://joinmastodon.org/apps"
|
||||
sailfish="https://joinmastodon.org/apps"
|
||||
ios="https://joinmastodon.org/apps"
|
||||
web="https://joinmastodon.org/#getting-started"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="diaspora* - Google+ Alternative"
|
||||
image="/assets/img/svg/3rd-party/diaspora.svg"
|
||||
description="diaspora* is based on three key philosophies: Decentralization, Freedom, and Privacy. It is intended to address privacy concerns related to centralized social networks by allowing users set up their own server (or \"pod\") to host content. Pods can then interact to share status updates, photographs, and other social data."
|
||||
website="https://diasporafoundation.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-diaspora/290"
|
||||
github="https://github.com/diaspora/diaspora"
|
||||
android="https://wiki.diasporafoundation.org/Tools_to_use_with_Diaspora#Android"
|
||||
web="https://diasporafoundation.org/"
|
||||
title="diaspora* - Google+ Alternative"
|
||||
image="/assets/img/svg/3rd-party/diaspora.svg"
|
||||
description="diaspora* is based on three key philosophies: Decentralization, Freedom, and Privacy. It is intended to address privacy concerns related to centralized social networks by allowing users set up their own server (or \"pod\") to host content. Pods can then interact to share status updates, photographs, and other social data."
|
||||
website="https://diasporafoundation.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-diaspora/290"
|
||||
github="https://github.com/diaspora/diaspora"
|
||||
android="https://wiki.diasporafoundation.org/Tools_to_use_with_Diaspora#Android"
|
||||
web="https://diasporafoundation.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Friendica - Facebook Alternative"
|
||||
image="/assets/img/svg/3rd-party/friendica.svg"
|
||||
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently, Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
|
||||
website="https://friendi.ca/"
|
||||
forum="https://forum.privacytools.io/t/discussion-friendica/291"
|
||||
github="https://github.com/friendica/friendica"
|
||||
windows="https://friendi.ca/resources/mobile-clients/"
|
||||
linux="https://friendi.ca/resources/mobile-clients/"
|
||||
android="https://friendi.ca/resources/mobile-clients/"
|
||||
sailfish="https://friendi.ca/resources/mobile-clients/"
|
||||
web="https://friendi.ca/"
|
||||
title="Friendica - Facebook Alternative"
|
||||
image="/assets/img/svg/3rd-party/friendica.svg"
|
||||
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently, Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
|
||||
website="https://friendi.ca/"
|
||||
forum="https://forum.privacytools.io/t/discussion-friendica/291"
|
||||
github="https://github.com/friendica/friendica"
|
||||
windows="https://friendi.ca/resources/mobile-clients/"
|
||||
linux="https://friendi.ca/resources/mobile-clients/"
|
||||
android="https://friendi.ca/resources/mobile-clients/"
|
||||
sailfish="https://friendi.ca/resources/mobile-clients/"
|
||||
web="https://friendi.ca/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="PixelFed - Instagram Alternative"
|
||||
image="/assets/img/svg/3rd-party/pixelfed.svg"
|
||||
description='PixelFed is a free and ethical photo sharing platform, powered by ActivityPub federation. Pixelfed is an open-source, federated platform. You can run your own instance or <a href="https://fediverse.party/en/pixelfed/">join an existing one.</a>'
|
||||
website="https://pixelfed.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-pixelfed/293"
|
||||
github="https://github.com/pixelfed"
|
||||
web="https://pixelfed.org/"
|
||||
title="PixelFed - Instagram Alternative"
|
||||
image="/assets/img/svg/3rd-party/pixelfed.svg"
|
||||
description='PixelFed is a free and ethical photo sharing platform, powered by ActivityPub federation. Pixelfed is an open-source, federated platform. You can run your own instance or <a href="https://fediverse.party/en/pixelfed/">join an existing one.</a>'
|
||||
website="https://pixelfed.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-pixelfed/293"
|
||||
github="https://github.com/pixelfed"
|
||||
web="https://pixelfed.org/"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Pleroma - Twitter Alternative"
|
||||
image="/assets/img/svg/3rd-party/pleroma.svg"
|
||||
description="Pleroma is a free, federated social networking server built on open protocols. It is compatible with Mastodon and many other ActivityPub and OStatus implementations."
|
||||
website="https://pleroma.social"
|
||||
forum="https://forum.privacytools.io/t/discussion-pleroma/2307"
|
||||
gitlab="https://git.pleroma.social/pleroma/pleroma/"
|
||||
windows="https://docs-develop.pleroma.social/backend/clients/#desktop"
|
||||
mac="https://docs-develop.pleroma.social/backend/clients/#desktop"
|
||||
linux="https://docs-develop.pleroma.social/backend/clients/#desktop"
|
||||
android="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
fdroid="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
googleplay="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
ios="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
web="https://docs-develop.pleroma.social/backend/clients/#alternative-web-interfaces"
|
||||
title="Pleroma - Twitter Alternative"
|
||||
image="/assets/img/svg/3rd-party/pleroma.svg"
|
||||
description="Pleroma is a free, federated social networking server built on open protocols. It is compatible with Mastodon and many other ActivityPub and OStatus implementations."
|
||||
website="https://pleroma.social"
|
||||
forum="https://forum.privacytools.io/t/discussion-pleroma/2307"
|
||||
gitlab="https://git.pleroma.social/pleroma/pleroma/"
|
||||
windows="https://docs-develop.pleroma.social/backend/clients/#desktop"
|
||||
mac="https://docs-develop.pleroma.social/backend/clients/#desktop"
|
||||
linux="https://docs-develop.pleroma.social/backend/clients/#desktop"
|
||||
android="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
fdroid="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
googleplay="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
ios="https://docs-develop.pleroma.social/backend/clients/#handheld"
|
||||
web="https://docs-develop.pleroma.social/backend/clients/#alternative-web-interfaces"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
@ -50,7 +50,7 @@
|
||||
title="Keybase"
|
||||
image="/assets/img/svg/3rd-party/keybase.svg"
|
||||
description='Keybase provides a hosted team chat with E2EE. Its protocol 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>. Keybase can help you prove you own social media accounts through the use of cryptographic signing of "<a href="https://en.wikipedia.org/wiki/Keybase#Identity_proofs">identity proofs</a>".'
|
||||
labels="color==warning::link==https://github.com/keybase/client/issues/6374::text==Warning::tooltip==This software relies on a closed-source central server.| color==info::link==https://github.com/privacytools/privacytools.io/issues/1894::text==Ownership change::tooltip==Keybase has recently been acquired by Zoom."
|
||||
labels="color==warning::link==https://github.com/keybase/client/issues/6374::text==Warning::tooltip==This software relies on a closed-source central server."
|
||||
website="https://keybase.io/"
|
||||
privacy-policy="https://keybase.io/docs/privacypolicy"
|
||||
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
|
||||
|
@ -1,37 +1,37 @@
|
||||
<h1 id="voip" class="anchor"><a href="#voip"><i class="fas fa-link anchor-icon"></i></a> Video/Voice Calling</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>If you are currently using a Video/Voice Calling app like Google Hangouts, Skype, Viber or <a href="https://blog.privacytools.io/protecting-your-privacy-while-using-zoom-at-home/">Zoom</a>, you should pick an alternative here.</strong> Please note that many of the above instant messengers also support {% include badge.html color="info" text="VoIP" %}. The software listed below are <em>primarily</em> Voice/Video focused.
|
||||
<strong>If you are currently using a Video/Voice Calling app like Google Hangouts, Skype, Viber or <a href="https://blog.privacytools.io/protecting-your-privacy-while-using-zoom-at-home/">Zoom</a>, you should pick an alternative here.</strong> Please note that many of the above instant messengers also support <span class="badge badge-success">VoIP</span>. The software listed below are <em>primarily</em> Voice/Video focused.
|
||||
</div>
|
||||
|
||||
{% include cardv2.html
|
||||
title="Linphone"
|
||||
image="/assets/img/svg/3rd-party/linphone.svg"
|
||||
website="https://www.linphone.org/"
|
||||
privacy-policy="https://www.linphone.org/terms-and-privacy"
|
||||
description="Linphone is an open-source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication."
|
||||
forum="https://forum.privacytools.io/t/discussion-linphone/751"
|
||||
github="https://github.com/BelledonneCommunications"
|
||||
windows="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
linux="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
mac="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
fdroid="https://f-droid.org/packages/org.linphone"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.linphone"
|
||||
ios="https://itunes.apple.com/us/app/linphone/id360065638?mt=8"
|
||||
title="Linphone"
|
||||
image="/assets/img/svg/3rd-party/linphone.svg"
|
||||
website="https://www.linphone.org/"
|
||||
privacy-policy="https://www.linphone.org/terms-and-privacy"
|
||||
description="Linphone is an open-source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication."
|
||||
forum="https://forum.privacytools.io/t/discussion-linphone/751"
|
||||
github="https://github.com/BelledonneCommunications"
|
||||
windows="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
linux="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
mac="https://www.linphone.org/technical-corner/linphone?qt-technical_corner=2#qt-technical_corner"
|
||||
fdroid="https://f-droid.org/packages/org.linphone"
|
||||
googleplay="https://play.google.com/store/apps/details?id=org.linphone"
|
||||
ios="https://itunes.apple.com/us/app/linphone/id360065638?mt=8"
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Mumble"
|
||||
image="/assets/img/svg/3rd-party/mumble.svg"
|
||||
website="https://mumble.info/"
|
||||
description="Mumble is an open-source, low-latency, and high quality voice chat application primarily intended for use while gaming. Note that while Mumble doesn't log messages or record by default, <a href=\"https://github.com/mumble-voip/mumble/issues/1813\">it's missing end-to-end encryption</a>, so self-hosting is recommended."
|
||||
forum="https://forum.privacytools.io/t/discussion-mumble/1289"
|
||||
github="https://github.com/mumble-voip/"
|
||||
windows="https://www.mumble.info/downloads"
|
||||
linux="https://www.mumble.info/downloads"
|
||||
mac="https://www.mumble.info/downloads"
|
||||
android="https://www.mumble.info/downloads/#third-party-clients"
|
||||
ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1"
|
||||
title="Mumble"
|
||||
image="/assets/img/svg/3rd-party/mumble.svg"
|
||||
website="https://mumble.info/"
|
||||
description="Mumble is an open-source, low-latency, and high quality voice chat application primarily intended for use while gaming. Note that while Mumble doesn't log messages or record by default, <a href=\"https://github.com/mumble-voip/mumble/issues/1813\">it's missing end-to-end encryption</a>, so self-hosting is recommended."
|
||||
forum="https://forum.privacytools.io/t/discussion-mumble/1289"
|
||||
github="https://github.com/mumble-voip/"
|
||||
windows="https://www.mumble.info/downloads"
|
||||
linux="https://www.mumble.info/downloads"
|
||||
mac="https://www.mumble.info/downloads"
|
||||
android="https://www.mumble.info/downloads/#third-party-clients"
|
||||
ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1"
|
||||
%}
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
@ -39,24 +39,17 @@
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://jitsi.org/jitsi-meet/">Jitsi Meet</a> - Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application.
|
||||
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
text="Requires WebRTC"
|
||||
tooltip="Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it."
|
||||
%}
|
||||
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://jitsi.org/security"
|
||||
text="Multiparty meetings are not E2EE"
|
||||
%}
|
||||
|
||||
<span class="badge badge-warning"
|
||||
data-toggle="tooltip"
|
||||
title="Our Firefox tweaks recommend disabling WebRTC as it can be used to leak your IP address even behind a VPN, which is why Tor Browser disables it.">Requires WebRTC
|
||||
</span>
|
||||
<span class="badge badge-warning">
|
||||
<a href="https://jitsi.org/security">Multiparty meetings are not E2EE</a>
|
||||
</span>
|
||||
See also <a href="https://github.com/jitsi/jitsi-meet/wiki/Jitsi-Meet-Instances">list of public Jitsi Meet instances</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
|
||||
<ul>
|
||||
|
@ -9,8 +9,8 @@
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/mullvad.svg"
|
||||
data-theme-src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/mullvad-dark.svg"
|
||||
src="/assets/img/svg/3rd-party/mullvad.svg"
|
||||
data-theme-src="/assets/img/svg/3rd-party/mullvad-dark.svg"
|
||||
height="70"
|
||||
width="200"
|
||||
class="img-fluid d-block mr-auto ml-auto align-middle"
|
||||
@ -19,89 +19,89 @@
|
||||
<div class="col">
|
||||
<h2 id="mullvad" class="anchor">
|
||||
<a href="#mullvad"><i class="fas fa-link anchor-icon"></i></a> Mullvad
|
||||
{% include badge.html color="info" text="EUR €60/y" %}
|
||||
<span class="badge badge-info">EUR €60/y</span>
|
||||
</h2>
|
||||
<p><strong><a href="https://mullvad.net/">Mullvad.net</a> </strong> is a fast and inexpensive VPN with a serious focus on transparency and security. They have been in operation since <strong>2009</strong>. Mullvad is based in <span class="flag-icon flag-icon-se"></span> Sweden and does not have a free trial.</p>
|
||||
<h5>{% include badge.html color="success" text="35 Countries" %}</h5>
|
||||
<h5><span class="badge badge-success">35 Countries</span></h5>
|
||||
<p>Mullvad has <a href="https://mullvad.net/en/servers/">servers in 35 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
|
||||
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Independently Audited" %}</h5>
|
||||
<h5><span class="badge badge-success">Independently Audited</span></h5>
|
||||
<p>Mullvad's VPN clients have been audited by Cure53 and Assured AB in a pentest report <a href="https://cure53.de/pentest-report_mullvad_v2.pdf">published at cure53.de</a>. The security researchers concluded:</p>
|
||||
<blockquote class="blockquote">
|
||||
<p class="mb-0">...Cure53 and Assured AB are happy with the results of the audit and the software leaves an overall positive impression. With security dedication of the in-house team at the Mullvad VPN compound, the testers have no doubts about the project being on the right track from a security standpoint.</p>
|
||||
</blockquote>
|
||||
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
|
||||
<h5><span class="badge badge-success">Open Source Clients</span></h5>
|
||||
<p>Mullvad provides the source code for their desktop and mobile clients in their <a href="https://github.com/mullvad/mullvadvpn-app">GitHub organization</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>Mullvad in addition to accepting credit/debit cards and PayPal, accepts <strong>Bitcoin</strong>, <strong>Bitcoin Cash</strong>, and <strong>cash/local currency</strong> as anonymous forms of payment. They also accept Swish and bank wire transfers.</p>
|
||||
<h5>{% include badge.html color="success" text="WireGuard Support" %}</h5>
|
||||
<h5><span class="badge badge-success">WireGuard Support</span></h5>
|
||||
<p>In addition to standard OpenVPN connections, Mullvad supports WireGuard. WireGuard is an experimental protocol with theoretically better security and higher reliability, although it is not currently recommended for production use.</p>
|
||||
<h5>{% include badge.html color="success" text="IPv6 Support" %}</h5>
|
||||
<h5><span class="badge badge-success">IPv6 Support</span></h5>
|
||||
<p>Mullvad supports the future of networking <a href="https://en.wikipedia.org/wiki/IPv6">IPv6</a>. Their network allows users to <a href="https://mullvad.net/en/blog/2014/9/15/ipv6-support/">access services hosted on IPv6</a> as opposed to other providers who block IPv6 connections.</p>
|
||||
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
|
||||
<h5><span class="badge badge-success">Remote Port Forwarding</span></h5>
|
||||
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is allowed on Mullvad, see <a href="https://mullvad.net/help/port-forwarding-and-mullvad/">Port forwarding with Mullvad VPN</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
||||
<h5><span class="badge badge-success">Mobile Clients</span></h5>
|
||||
<p>Mullvad has published <a href ="https://apps.apple.com/app/mullvad-vpn/id1488466513">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.mullvad.mullvadvpn">Google Play</a> clients, both supporting an easy-to use interface as opposed to requiring users to manual configure their WireGuard connections.</p>
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>The Mullvad VPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. The Mullvad website is also accessible via Tor at <a href="http://xcln5hkbriyklr6n.onion/">xcln5hkbriyklr6n.onion</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/protonvpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="ProtonVPN">
|
||||
<img src="/assets/img/svg/3rd-party/protonvpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="ProtonVPN">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="protonvpn" class="anchor">
|
||||
<a href="#protonvpn"><i class="fas fa-link anchor-icon"></i></a> ProtonVPN
|
||||
{% include badge.html color="info" text="Free" %}
|
||||
{% include badge.html color="info" text="Basic USD $48/y" %}
|
||||
{% include badge.html color="secondary" text="Plus USD $96/y" %}
|
||||
<span class="badge badge-info">Free</span>
|
||||
<span class="badge badge-info">Basic USD $48/y</span>
|
||||
<span class="badge badge-secondary">Plus USD $96/y</span>
|
||||
</h2>
|
||||
<p><strong><a href="https://protonvpn.com/">ProtonVPN.com</a></strong> is a strong contender in the VPN space, and they have been in operation since <strong>2016</strong>. ProtonVPN is based in <span class="flag-icon flag-icon-ch"></span> Switzerland and offers a limited free pricing tier, as well as premium options. They offer a further 14% discount for buying a 2 year subscription.</p>
|
||||
<h5>{% include badge.html color="success" text="44 Countries" %}</h5>
|
||||
<h5><span class="badge badge-success">44 Countries</span></h5>
|
||||
<p>ProtonVPN has <a href="https://protonvpn.com/vpn-servers">servers in 44 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
|
||||
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Independently Audited" %}</h5>
|
||||
<h5><span class="badge badge-success">Independently Audited</span></h5>
|
||||
<p>As of January 2020 ProtonVPN has undergone an independent audit by SEC Consult. SEC Consult found some medium and low risk vulnerabilities in ProtonVPN's Windows, Android, and iOS applications, all of which were "properly fixed" by ProtonVPN before the reports were published. None of the issues identified would have provided an attacker remote access to a user's device or traffic. You can view individual reports for each platform at <a href="https://protonvpn.com/blog/open-source/">protonvpn.com</a>.
|
||||
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
|
||||
<h5><span class="badge badge-success">Open Source Clients</span></h5>
|
||||
<p>ProtonVPN provides the source code for their desktop and mobile clients in their <a href="https://github.com/ProtonVPN">GitHub organization</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>ProtonVPN does technically accept Bitcoin payments; however, you either need to have an existing account, or contact their support team in advance to register with Bitcoin.</p>
|
||||
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
||||
<h5><span class="badge badge-success">Mobile Clients</span></h5>
|
||||
<p>In addition to providing standard OpenVPN configuration files, ProtonVPN has mobile clients for <a href="https://apps.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085">App Store</a> and <a href="https://play.google.com/store/apps/details?id=ch.protonvpn.android&hl=en_US">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/ch.protonvpn.android">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducable builds</a>.</p>
|
||||
<h5>{% include badge.html color="warning" text="No Port Forwarding" %}</h5>
|
||||
<h5><span class="badge badge-warning">No Port Forwarding</span></h5>
|
||||
<p>ProtonVPN does not currently support remote port forwarding, which may impact some applications. Especially Peer-to-Peer applications like Torrent clients.</p>
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>The ProtonVPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. ProtonVPN also offers "Tor" servers allowing you to easily connect to onion sites, but we still strongly recommend using <a href="https://www.torproject.org/">the official Tor Browser</a> for this purpose.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-lg-3 col-sm-12 pt-lg-5">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/ivpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN">
|
||||
<img src="/assets/img/svg/3rd-party/ivpn.svg" height="70" width="200" class="img-fluid d-block mr-auto ml-auto align-middle" alt="IVPN">
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2 id="ivpn" class="anchor">
|
||||
<a href="#ivpn"><i class="fas fa-link anchor-icon"></i></a> IVPN
|
||||
{% include badge.html color="info" text="Standard USD $60/y" %}
|
||||
{% include badge.html color="secondary" text="Pro USD $100/y" %}
|
||||
<span class="badge badge-info">Standard USD $60/y</span>
|
||||
<span class="badge badge-secondary">Pro USD $100/y</span>
|
||||
</h2>
|
||||
<p><strong><a href="https://www.ivpn.net">IVPN.net</a></strong> is another premium VPN provider, and they have been in operation since <strong>2009</strong>. IVPN is based in <span class="flag-icon flag-icon-gi"></span> Gibraltar and offers a 3 day free trial.</p>
|
||||
<h5>{% include badge.html color="success" text="32 Countries" %}</h5>
|
||||
<h5><span class="badge badge-success">32 Countries</span></h5>
|
||||
<p>IVPN has <a href="https://www.ivpn.net/server-locations">servers in 32 countries</a> at the time of writing this page. Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination.</p>
|
||||
<p>We also think it's better for the security of the VPN provider's private keys if they use <a href="https://en.wikipedia.org/wiki/Dedicated_hosting_service">dedicated servers</a>, instead of cheaper shared solutions (with other customers) such as <a href="https://en.wikipedia.org/wiki/Virtual_private_server">virtual private servers</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Independently Audited" %}</h5>
|
||||
<h5><span class="badge badge-success">Independently Audited</span></h5>
|
||||
<p>IVPN has undergone a <a href="https://cure53.de/audit-report_ivpn.pdf">no-logging audit from Cure53</a> which concluded in agreement with IVPN's no-logging claim. IVPN has also completed a <a href="https://cure53.de/summary-report_ivpn_2019.pdf">comprehensive pentest report Cure53</a> in January 2020. IVPN has also said they plan to have <a href="https://www.ivpn.net/blog/independent-security-audit-concluded">annual reports</a> in the future.</p>
|
||||
<h5>{% include badge.html color="success" text="Open Source Clients" %}</h5>
|
||||
<h5><span class="badge badge-success">Open Source Clients</span></h5>
|
||||
<p>As of Feburary 2020 <a href="https://www.ivpn.net/blog/ivpn-applications-are-now-open-source">IVPN applications are now open source</a>. Source code can be obtained from their <a href="https://github.com/ivpn">GitHub organization</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Accepts Bitcoin" %}</h5>
|
||||
<h5><span class="badge badge-success">Accepts Bitcoin</span></h5>
|
||||
<p>In addition to accepting credit/debit cards and PayPal, IVPN accepts <strong>Bitcoin</strong> and <strong>cash/local currency</strong> (on annual plans) as anonymous forms of payment.</p>
|
||||
<h5>{% include badge.html color="success" text="WireGuard Support" %}</h5>
|
||||
<h5><span class="badge badge-success">WireGuard Support</span></h5>
|
||||
<p>In addition to standard OpenVPN connections, IVPN supports WireGuard. WireGuard is an experimental protocol with theoretically better security and higher reliability, although it is not currently recommended for production use.</p>
|
||||
<h5>{% include badge.html color="success" text="Remote Port Forwarding" %}</h5>
|
||||
<h5><span class="badge badge-success">Remote Port Forwarding</span></h5>
|
||||
<p>Remote <a href="https://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a> is possible with a Pro plan. Port forwarding <a href="https://www.ivpn.net/knowledgebase/81/How-do-I-activate-port-forwarding.html">can be activated</a> via the client area. Port forwarding is only available on IVPN when <a href="https://www.ivpn.net/knowledgebase/116/Port-forwarding-is-not-working-why.html">using OpenVPN and is disabled on US servers</a>.</p>
|
||||
<h5>{% include badge.html color="success" text="Mobile Clients" %}</h5>
|
||||
<h5><span class="badge badge-success">Mobile Clients</span></h5>
|
||||
<p>In addition to providing standard OpenVPN configuration files, IVPN has mobile clients for <a href="https://apps.apple.com/us/app/ivpn-serious-privacy-protection/id1193122683">App Store</a> and <a href="https://play.google.com/store/apps/details?id=net.ivpn.client">Google Play</a> allowing for easy connections to their servers. The mobile client on Android is also available in <a href="https://f-droid.org/en/packages/net.ivpn.client">F-Droid</a>, which ensures that it is compiled with <a href="https://www.f-droid.org/en/2019/05/05/trust-privacy-and-free-software.html">reproducable builds</a>.</p>
|
||||
<h5>{% include badge.html color="info" text="Extra Functionality" %}</h5>
|
||||
<h5><span class="badge badge-info">Extra Functionality</span></h5>
|
||||
<p>The IVPN clients have a built-in killswitch to block internet connections outside of the VPN. They also are able to automatically start on boot. IVPN also provides "<a href="https://www.ivpn.net/antitracker">AntiTracker</a>" functionality, which blocks advertising networks and trackers from the network level.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<h1 id="wc" class="anchor"><a href="#wc"><i class="fas fa-link anchor-icon"></i></a> What is a warrant canary?</h1>
|
||||
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/warrant_canary_example.svg" width="450px" class="img-fluid float-right ml-3" alt="Warrant Canary Example">
|
||||
<img src="/assets/img/svg/layout/warrant_canary_example.svg" width="450px" class="img-fluid float-right ml-3" alt="Warrant Canary Example">
|
||||
|
||||
<p>A warrant canary is a posted document stating that an organization has not received any secret subpoenas during a specific period of time. If this document fails to be updated during the specified time then the user is to assume that the service has received such a subpoena and should stop using the service.</p>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
|
||||
</div>
|
||||
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/windows_privacy.svg" width="367" height="369" class="img-fluid float-right ml-3" alt="Windows 10 Privacy">
|
||||
<img src="/assets/img/svg/layout/windows_privacy.svg" width="367" height="369" class="img-fluid float-right ml-3" alt="Windows 10 Privacy">
|
||||
|
||||
<ol>
|
||||
<li><strong>Data syncing is by default enabled.</strong>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<div class="d-flex flex-wrap justify-content-center">
|
||||
<a class="m-3" href="https://safing.io" target="_blank" rel="noreferrer">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/sponsors/safing.svg"
|
||||
data-theme-src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/sponsors/safing-dark.svg"
|
||||
src="/assets/img/svg/3rd-party/sponsors/safing.svg"
|
||||
data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"
|
||||
width="210rem"
|
||||
title="Safing Privacy Network - Launching on Kickstarter January 2nd, 2020"
|
||||
alt="Safing Privacy Network - Safing.io Logo" />
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
<body data-spy="scroll" data-target="#navbar">
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/applytheme.js?v=1"></script>
|
||||
<script src="/assets/js/applytheme.js?v=1"></script>
|
||||
<header>
|
||||
{% include nav.html %}
|
||||
<div id="top" class="py-4"></div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/favicons/mstile-150x150.png"/>
|
||||
<square150x150logo src="/assets/img/png/favicons/mstile-150x150.png"/>
|
||||
<TileColor>#3498db</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
|
BIN
assets/img/png/team/nitrohorse.jpg
Normal file
BIN
assets/img/png/team/nitrohorse.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
@ -2,7 +2,7 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
<script src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/js/redirects.js"></script>
|
||||
<script src="/assets/js/redirects.js"></script>
|
||||
{% include sections/header.html %}
|
||||
{% include sections/resources.html %}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
add_header X-Frame-Options DENY always;
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
add_header X-Content-Type-Options nosniff always;
|
||||
add_header Content-Security-Policy "default-src 'none'; script-src 'self' https://cdn.privacytools.io https://stats.privacytools.io; style-src 'self' https://cdn.privacytools.io; img-src 'self' https://cdn.privacytools.io data: https://*.privacytools.io; object-src 'none'; frame-src https://stats.privacytools.io; font-src 'self' https://cdn.privacytools.io; base-uri 'none'; form-action 'self' https://search.privacytools.io; frame-ancestors 'none'; manifest-src 'self' https://cdn.privacytools.io;" always;
|
||||
add_header Content-Security-Policy "default-src 'none'; script-src 'self' https://stats.privacytools.io; style-src 'self'; img-src 'self' data: https://*.privacytools.io; object-src 'none'; frame-src https://stats.privacytools.io; font-src 'self'; base-uri 'none'; form-action 'self' https://search.privacytools.io; frame-ancestors 'none'; manifest-src 'self';" always;
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
add_header Strict-Transport-Security "max-age=31557600; includeSubDomains; preload";
|
||||
add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion:443"; ma=86400; persist=1';
|
||||
|
@ -8,7 +8,7 @@ permalink: /donate/
|
||||
<div class="mx-auto text-center">
|
||||
<div class="mt-4 mb-4">
|
||||
<a href="{{ site.production_url }}">
|
||||
<img class="img-fluid" src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/layout/brand/horizontal.svg" width="450px" alt="{{ site.name }}">
|
||||
<img class="img-fluid" src="/assets/img/svg/layout/brand/horizontal.svg" width="450px" alt="{{ site.name }}">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -13,21 +13,10 @@ breadcrumb: "DNS"
|
||||
<ul>
|
||||
<li>DNS-over-TLS (DoT) - A security protocol for encrypted DNS on a dedicated port 853. Some providers support port 443 which generally works everywhere while port 853 is often blocked by restrictive firewalls. DoT has two modes:</li>
|
||||
<ul>
|
||||
<li>Oppurtunistic mode: the client attempts to form a DNS-over-TLS connection to the server on port 853 without performing certificate validation. If it fails, it will use unencrypted DNS.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="In other words automatic mode leaves your DNS traffic vulnerable to SSL strip and MITM attacks."
|
||||
%}</li>
|
||||
<li>Oppurtunistic mode: the client attempts to form a DNS-over-TLS connection to the server on port 853 without performing certificate validation. If it fails, it will use unencrypted DNS. <span class="badge badge-warning" data-toggle="tooltip" data-original-title="In other words automatic mode leaves your DNS traffic vulnerable to SSL strip and MITM attacks"><i class="fas fa-exclamation-triangle"></i></span></li>
|
||||
<li>Strict mode: the client connects to a specific hostname and performs certificate validation for it. If it fails, no DNS queries are made until it succeeds.</li>
|
||||
</ul>
|
||||
<li>DNS-over-HTTPS (DoH) - Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://tools.ietf.org/html/rfc8484#section-8.2"
|
||||
tooltip="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server."
|
||||
%}</li>
|
||||
<li>DNS-over-HTTPS (DoH) - Similar to DoT, but uses HTTPS instead, being indistinguishable from "normal" HTTPS traffic on port 443. <span class="badge badge-warning" data-toggle="tooltip" data-original-title="DoH contains metadata such as user-agent (which may include system information) that is sent to the DNS server."><a href="https://tools.ietf.org/html/rfc8484#section-8.2"><i class="fas fa-exclamation-triangle"></i></a></span></li>
|
||||
<li>DNSCrypt - An older yet robust method of encrypting DNS.</li>
|
||||
</ul>
|
||||
|
||||
@ -36,20 +25,9 @@ breadcrumb: "DNS"
|
||||
<ul>
|
||||
<li>DoH / DoT
|
||||
<ul>
|
||||
<li>Check <a href="https://www.dnsleaktest.com/">DNSLeakTest.com</a>.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="Your DNS provider may not appear with their own name, so compare the responses to what you know or can find about your DNS provider. Just ensure you don't see your ISP or old unencrypted DNS provider."
|
||||
%}</li>
|
||||
<li>Check <a href="https://www.dnsleaktest.com/">DNSLeakTest.com</a>. <span class="badge badge-warning" data-toggle="tooltip" data-placement="bottom" data-original-title="Your DNS provider may not appear with their own name, so compare the responses to what you know or can find about your DNS provider. Just ensure you don't see your ISP or old unencrypted DNS provider."><i class="fas fa-exclamation-triangle"></i></span></li>
|
||||
<li>Check the website of your DNS provider. They may have a page for telling "you are using our DNS." Examples include <a href="https://adguard.com/en/adguard-dns/overview.html">AdGuard</a> and <a href="https://1.1.1.1/help">Cloudflare</a>.</li>
|
||||
<li>If using Firefox's trusted recursive resolver (TRR), navigate to <code>about:networking#dns</code>. If the TRR column says "true" for some fields, you are using DoH.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://wiki.mozilla.org/Trusted_Recursive_Resolver"
|
||||
tooltip="Some fields will say 'false' depending on the the value of network.trr.mode in about:config"
|
||||
%}</li>
|
||||
<li>If using Firefox's trusted recursive resolver (TRR), navigate to <code>about:networking#dns</code>. If the TRR column says "true" for some fields, you are using DoH. <span class="badge badge-warning" data-toggle="tooltip" data-placement="bottom" data-original-title='Some fields will say "false" depending on the the value of network.trr.mode in about:config'><a href="https://wiki.mozilla.org/Trusted_Recursive_Resolver"><i class="fas fa-exclamation-triangle"></i></a></span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>dnscrypt-proxy - Check <a href="https://github.com/jedisct1/dnscrypt-proxy/wiki/Checking">dnscrypt-proxy's wiki on how to verify that your DNS is encrypted</a>.</li>
|
||||
@ -62,14 +40,7 @@ breadcrumb: "DNS"
|
||||
<ul>
|
||||
<li><strong>Encrypted DNS clients for desktop:</strong>
|
||||
<ul>
|
||||
<li><em>Firefox</em> comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/firefox/"
|
||||
tooltip=""Cloudflare has agreed to collect only a limited amount of data about the DNS requests that are sent to the Cloudflare Resolver for Firefox via the Firefox browser.""
|
||||
%}
|
||||
Currently Mozilla is <a href="https://blog.mozilla.org/futurereleases/2019/07/31/dns-over-https-doh-update-detecting-managed-networks-and-user-choice/">conducting studies</a> before enabling DoH by default for all US-based Firefox users.</li>
|
||||
<li><em>Firefox</em> comes with built-in DoH support with Cloudflare set as the default resolver, but can be configured to use any DoH resolver. <span class="badge badge-warning" data-toggle="tooltip" data-placement="bottom" data-original-title='"Cloudflare has agreed to collect only a limited amount of data about the DNS requests that are sent to the Cloudflare Resolver for Firefox via the Firefox browser."'><a href="https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/privacy-policy/firefox/"><i class="fas fa-exclamation-triangle"></i></a></span> Currently Mozilla is <a href="https://blog.mozilla.org/futurereleases/2019/07/31/dns-over-https-doh-update-detecting-managed-networks-and-user-choice/">conducting studies</a> before enabling DoH by default for all US-based Firefox users.</li>
|
||||
<ul>
|
||||
<li>DNS over HTTPS can be enabled in Menu -> Preferences (<code>about:preferences</code>) -> Network Settings -> Enable DNS over HTTPS. Set "Use Provider" to "Custom", and enter your DoH provider's address.</li>
|
||||
<li>Advanced users may enable it in <code>about:config</code> by setting <code>network.trr.custom_uri</code> and <code>network.trr.uri</code> as the address you find from the documentation of your DoH provider and <code>network.trr.mode</code> as <code>2</code>. It may also be desirable to set <code>network.security.esni.enabled</code> to <code>True</code> in order to enable encrypted SNI and make sites supporting ESNI a bit more difficult to track.</li>
|
||||
@ -78,20 +49,9 @@ breadcrumb: "DNS"
|
||||
</li>
|
||||
<li><strong>Encrypted DNS clients for mobile:</strong>
|
||||
<ul>
|
||||
<li><em>Android 9</em> comes with a DoT client by <a href="https://support.google.com/android/answer/9089903">default</a>.
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://www.quad9.net/private-dns-quad9-android9/"
|
||||
tooltip="...but with some caveats"
|
||||
%}</li>
|
||||
<li><em>Android 9</em> comes with a DoT client by <a href="https://support.google.com/android/answer/9089903">default</a>. <span class="badge badge-warning" data-toggle="tooltip" data-original-title="...but with some caveats"><a href="https://www.quad9.net/private-dns-quad9-android9/"><i class="fas fa-exclamation-triangle"></i></a></span></li>
|
||||
<ul>
|
||||
<li>We recommend selecting <em>Private DNS provider hostname</em> and entering the DoT address from documentation of your DoT provider to enable strict mode (see Terms above).
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
tooltip="If you are on a network blocking access to port 853, Android will error about the network not having internet connectivity."
|
||||
%}</li>
|
||||
<li>We recommend selecting <em>Private DNS provider hostname</em> and entering the DoT address from documentation of your DoT provider to enable strict mode (see Terms above). <span class="badge badge-warning" data-toggle="tooltip" data-original-title="If you are on a network blocking access to port 853, Android will error about the network not having internet connectivity."><i class="fas fa-exclamation-triangle"></i></span></li>
|
||||
</ul>
|
||||
<li><em><a href="https://apps.apple.com/app/id1452162351">DNSCloak</a></em> - An <a href="https://github.com/s-s/dnscloak">open-source</a> DNSCrypt and DoH client for iOS by <td><a data-toggle="tooltip" data-placement="bottom" data-original-title='"A charitable non-profit host organization for international Free Software projects."' href="https://techcultivation.org/">the Center for the Cultivation of Technology gemeinnuetzige GmbH</a>.</li>
|
||||
<li><em><a href="https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/README.md">Nebulo</a></em> - An open-source application for Android supporting DoH and DoT. It also supports caching DNS responses and locally logging DNS queries.</li>
|
||||
|
@ -17,7 +17,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Jurisdiction" %}</h3>
|
||||
<h3><span class="badge badge-info">Jurisdiction</span></h3>
|
||||
<p>Operating outside the five/nine/fourteen-eyes countries is not necessarily a guarantee of privacy, and there are other factors to consider. However, we believe that avoiding these countries is important if you wish to avoid mass government dragnet surveillance, especially from the United States. Read our page on <a href="/providers/#ukusa">global mass surveillance and avoiding the US and UK</a> to learn more about why we feel this is important.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -35,7 +35,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Technology" %}</h3>
|
||||
<h3><span class="badge badge-info">Technology</span></h3>
|
||||
<p>We regard these features as important in order to provide a safe and optimal service to users. Users should consider the provider which has the features they require.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -60,7 +60,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Privacy" %}</h3>
|
||||
<h3><span class="badge badge-info">Privacy</span></h3>
|
||||
<p>We prefer our recommended providers to collect as little data as possible.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -79,7 +79,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Security" %}</h3>
|
||||
<h3><span class="badge badge-info">Security</span></h3>
|
||||
<p>Email servers deal with a lot of very sensitive data. We expect that providers will adopt best industry practices in order to protect their users.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -118,7 +118,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Trust" %}</h3>
|
||||
<h3><span class="badge badge-info">Trust</span></h3>
|
||||
<p>You wouldn't trust your finances to someone with a fake identity, so why trust them with your email? We require our recommended providers to be public about their ownership or leadership. We also would like to see frequent transparency reports, especially in regard to how government requests are handled.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -136,7 +136,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Marketing" %}</h3>
|
||||
<h3><span class="badge badge-info">Marketing</span></h3>
|
||||
<p>With the email providers we recommend we like to see responsible marketing.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -162,7 +162,7 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Additional Functionality" %}</h3>
|
||||
<h3><span class="badge badge-info">Additional Functionality</span></h3>
|
||||
<p>While not strictly requirements, there are some factors we looked into when determining which providers to recommend.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -217,15 +217,15 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
<h1 id="cloaking" class="anchor"><a href="#cloaking"><i class="fas fa-link anchor-icon"></i></a> Email cloaking services</h1>
|
||||
<div class="container">
|
||||
<a href="https://anonaddy.com">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/anonaddy.svg"
|
||||
data-theme-src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/anonaddy-dark.svg"
|
||||
<img src="/assets/img/svg/3rd-party/anonaddy.svg"
|
||||
data-theme-src="/assets/img/svg/3rd-party/anonaddy-dark.svg"
|
||||
width="180rem" class="img-fluid float-left mr-3"
|
||||
alt="AnonAddy">
|
||||
</a>
|
||||
<br>
|
||||
<p><strong><a href="https://anonaddy.com">AnonAddy</a></strong> lets users create aliases that forward to their email address. Can be self-hosted. <a href="https://github.com/anonaddy/anonaddy">Source code on GitHub</a>.</p>
|
||||
<a href="https://simplelogin.io">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/simplelogin.svg"
|
||||
<img src="/assets/img/svg/3rd-party/simplelogin.svg"
|
||||
width="180rem" class="img-fluid float-left mr-3"
|
||||
alt="SimpleLogin">
|
||||
</a>
|
||||
@ -238,14 +238,14 @@ description: "Find a secure email provider that will keep your privacy in mind.
|
||||
<p>Advanced users may consider setting up their own email server. Mailservers require attention and continuous maintenance in order to keep things secure and mail delivery reliable.</p>
|
||||
<h3>Combined software solutions</h3>
|
||||
<a href="https://mailinabox.email/">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/mail-in-a-box.svg"
|
||||
<img src="/assets/img/svg/3rd-party/mail-in-a-box.svg"
|
||||
width="80rem" class="img-fluid float-left mr-3"
|
||||
alt="Mail-in-a-Box">
|
||||
</a>
|
||||
<br>
|
||||
<p><strong><a href="https://mailinabox.email">Mail-in-a-Box</a></strong> is an automated setup script for deploying a mail server on Ubuntu. Its goal is to make it easier for users to set up their own mail server.</p>
|
||||
<a href="https://mailcow.email/">
|
||||
<img src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/svg/3rd-party/mailcow.svg"
|
||||
<img src="/assets/img/svg/3rd-party/mailcow.svg"
|
||||
width="80rem" class="img-fluid float-left mr-3"
|
||||
alt="Mailcow">
|
||||
</a>
|
||||
|
@ -29,7 +29,7 @@ breadcrumb: "VPN"
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Jurisdiction" %}</h3>
|
||||
<h3><span class="badge badge-info">Jurisdiction</span></h3>
|
||||
<p>Operating outside the five/nine/fourteen-eyes countries is not a guarantee of privacy necessarily, and there are other factors to consider. However, we believe that avoiding these countries is important if you wish to avoid mass government dragnet surveillance, especially from the United States. Read our page on <a href="/providers/#ukusa">global mass surveillance and avoiding the US and UK</a> to learn more about why we feel this is important.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -47,7 +47,7 @@ breadcrumb: "VPN"
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Technology" %}</h3>
|
||||
<h3><span class="badge badge-info">Technology</span></h3>
|
||||
<p>We require all our recommended VPN providers to provide OpenVPN configuration files to be used in any client. <strong>If</strong> a VPN provides their own custom client, we require a killswitch to block network data leaks when disconnected.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -70,7 +70,7 @@ breadcrumb: "VPN"
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Privacy" %}</h3>
|
||||
<h3><span class="badge badge-info">Privacy</span></h3>
|
||||
<p>We prefer our recommended providers to collect as little data as possible. Not collecting personal information on registration, and accepting anonymous forms of payment are required.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -89,7 +89,7 @@ breadcrumb: "VPN"
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Security" %}</h3>
|
||||
<h3><span class="badge badge-info">Security</span></h3>
|
||||
<p>A VPN is pointless if it can't even provide adequate security. We require all our recommended providers to abide by current security standards for their OpenVPN connections. Ideally, they would use more future-proof encryption schemes by default. We also require an independent third-party to audit the provider's security, ideally in a very comprehensive manner and on a repeated (yearly) basis.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -111,7 +111,7 @@ breadcrumb: "VPN"
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Trust" %}</h3>
|
||||
<h3><span class="badge badge-info">Trust</span></h3>
|
||||
<p>You wouldn't trust your finances to someone with a fake identity, so why trust them with your internet data? We require our recommended providers to be public about their ownership or leadership. We also would like to see frequent transparency reports, especially in regard to how government requests are handled.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -129,7 +129,7 @@ breadcrumb: "VPN"
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Marketing" %}</h3>
|
||||
<h3><span class="badge badge-info">Marketing</span></h3>
|
||||
<p>With the VPN providers we recommend we like to see responsible marketing.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@ -159,7 +159,7 @@ breadcrumb: "VPN"
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h3>{% include badge.html color="info" text="Additional Functionality" %}</h3>
|
||||
<h3><span class="badge badge-info">Additional Functionality</span></h3>
|
||||
<p>While not strictly requirements, there are some factors we looked into when determining which providers to recommend. These include adblocking/tracker-blocking functionality, warrant canaries, multihop connections, excellent customer support, the number of allowed simultaneous connections, etc.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -230,33 +230,21 @@ breadcrumb: "VPN"
|
||||
<li><a href="https://gist.github.com/kennwhite/1f3bc4d889b02b35d8aa">Don't use LT2P IPSec, use other protocols.</a></li>
|
||||
<li>
|
||||
<a href="https://www.top10vpn.com/free-vpn-app-investigation/">Free VPN App Investigation</a>
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"
|
||||
tooltip="This site has affiliate based recommendations. They get paid for referring visitors to specific VPN providers."
|
||||
text="Affiliate program"
|
||||
%}
|
||||
<span class="badge badge-warning" data-toggle="tooltip" title="This site has affiliate based recommendations">
|
||||
<a href="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"/>Warning</a>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://vpnpro.com/blog/hidden-vpn-owners-unveiled-97-vpns-23-companies/">Hidden VPN owners unveiled: 101 VPN products run by just 23 companies</a>
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"
|
||||
tooltip="This site has affiliate based recommendations. They get paid for referring visitors to specific VPN providers."
|
||||
text="Affiliate program"
|
||||
%}
|
||||
<span class="badge badge-warning" data-toggle="tooltip" title="This site has affiliate based recommendations">
|
||||
<a href="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"/>Warning</a>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://vpnpro.com/blog/chinese-company-secretly-behind-popular-apps-seeking-dangerous-permissions/">This Chinese company is secretly behind 24 popular apps seeking dangerous permissions</a>
|
||||
{% include badge.html
|
||||
color="warning"
|
||||
icon="fas fa-exclamation-triangle"
|
||||
link="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"
|
||||
tooltip="This site has affiliate based recommendations. They get paid for referring visitors to specific VPN providers."
|
||||
text="Affiliate program"
|
||||
%}
|
||||
<span class="badge badge-warning" data-toggle="tooltip" title="This site has affiliate based recommendations">
|
||||
<a href="https://blog.privacytools.io/the-trouble-with-vpn-and-privacy-reviews"/>Warning</a>
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -272,7 +260,7 @@ breadcrumb: "VPN"
|
||||
<h3>Related Videos</h3>
|
||||
<a href="https://invidio.us/watch?v=WVDQEoe6ZWY" target="_blank">
|
||||
<img
|
||||
src="{% if jekyll.environment == "production" and site.pull_cdn %}{{site.pull_cdn}}{% endif %}/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
|
||||
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
|
||||
class="img-fluid float-left mr-3"
|
||||
alt="This Video Is Sponsored By censored VPN">
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user