2018-10-23 18:10:38 +02:00
<!DOCTYPE html>
<!-- set the default language as English -->
< html lang = "en" >
< head >
<!-- tags for Search Engine Optimization -->
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2018-10-23 20:07:59 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2018-10-23 18:10:38 +02:00
< meta name = "keywords" content = "privacy, anonymity, privacy tools, surveillance, encryption, edward snowden, nsa, tor" >
< meta name = "description" content = "{{ site.description }}" >
<!-- referrer policy -->
< meta name = "referrer" content = "no-referrer" >
<!-- title -->
{% if page.title %}
< title > {{ page.title }} | {{ site.title }} </ title >
{% else %}
< title > {{ site.title }}</ title >
{% endif %}
<!-- icons -->
2018-11-07 21:52:56 +01:00
< link rel = "apple-touch-icon" sizes = "57x57" href = "assets/img/favicons/apple-touch-icon-57x57.png" >
< link rel = "apple-touch-icon" sizes = "60x60" href = "assets/img/favicons/apple-touch-icon-60x60.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "assets/img/favicons/apple-touch-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "assets/img/favicons/apple-touch-icon-76x76.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "assets/img/favicons/apple-touch-icon-114x114.png" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "assets/img/favicons/apple-touch-icon-120x120.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "assets/img/favicons/apple-touch-icon-144x144.png" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "assets/img/favicons/apple-touch-icon-152x152.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "assets/img/favicons/apple-touch-icon-180x180.png" >
< link rel = "icon" type = "image/png" href = "assets/img/favicons/favicon-32x32.png" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "assets/img/favicons/android-chrome-192x192.png" sizes = "192x192" >
< link rel = "icon" type = "image/png" href = "assets/img/favicons/favicon-96x96.png" sizes = "96x96" >
< link rel = "icon" type = "image/png" href = "assets/img/favicons/favicon-16x16.png" sizes = "16x16" >
< link rel = "manifest" href = "assets/img/favicons/manifest.json" >
< link rel = "shortcut icon" href = "assets/img/favicons/favicon.ico" >
2018-10-23 18:10:38 +02:00
< meta name = "msapplication-TileColor" content = "#da532c" >
2018-11-07 21:52:56 +01:00
< meta name = "msapplication-TileImage" content = "assets/img/favicons/mstile-144x144.png" >
< meta name = "msapplication-config" content = "assets/img/favicons/browserconfig.xml" >
2018-10-23 18:10:38 +02:00
< meta name = "theme-color" content = "#ffffff" >
<!-- CSS stylesheets -->
2018-11-07 21:52:56 +01:00
< link href = "assets/css/style.css?v=5" rel = "stylesheet" >
2018-10-23 18:10:38 +02:00
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- Open Graph Protocol tags for SEO -->
< meta property = "og:title" content = "Privacy Tools | Encryption against global mass surveillance" />
< meta property = "og:type" content = "website" />
< meta property = "og:url" content = "https://www.privacytools.io/" />
2018-11-07 21:52:56 +01:00
< meta property = "og:image" content = "https://www.privacytools.io/assets/img/layout/ogimage.jpg" />
2018-10-23 18:10:38 +02:00
< meta property = "og:description" content = "You are being watched! Knowledge, encryption and privacy tools to protect you against global mass surveillance."
/>
< meta property = "og:locale" content = "en_US" />
< meta property = "og:site_name" content = "privacytools.io" />
</ head >
2018-10-27 18:46:09 +02:00
< body data-spy = "scroll" data-target = "#navbar" >
2018-10-23 18:10:38 +02:00
<!-- navigation starts -->
2018-10-27 18:46:09 +02:00
< nav id = "navbar" class = "navbar fixed-top navbar-expand-lg navbar-dark bg-dark" >
2018-12-30 15:18:05 +01:00
< div class = "container" >
2018-10-23 18:10:38 +02:00
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" >
2018-12-30 15:18:05 +01:00
< span class = "navbar-toggler-icon" ></ span >
2018-10-23 18:10:38 +02:00
</ button >
2018-11-07 21:52:56 +01:00
2018-10-23 18:10:38 +02:00
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
2018-12-30 15:18:05 +01:00
< ul class = "navbar-nav mr-auto" >
2018-11-22 16:32:12 +01:00
{% assign prefix = "" %}
2018-10-27 20:58:13 +02:00
{% if page.active_page %}
2018-12-30 15:18:05 +01:00
{% assign prefix = "index.html" %}
2018-10-27 20:58:13 +02:00
{% endif %}
2018-11-22 16:32:12 +01:00
< li class = "nav-item" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link" href = "{{prefix}}#top" >< i class = "fas fa-home" ></ i > < span class = "sr-only" > Home</ span ></ a >
2018-11-22 16:32:12 +01:00
</ li >
2018-10-23 18:10:38 +02:00
< li class = "nav-item dropdown" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link dropdown-toggle" href = "#" id = "providerDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2018-10-23 18:10:38 +02:00
Provider
2018-12-30 15:18:05 +01:00
</ a >
< div class = "dropdown-menu" aria-labelledby = "providerDropdown" >
< a class = "dropdown-item" href = "{{prefix}}#ukusa" >< i class = "fab fa-creative-commons-nc" ></ i > Avoid all US and UK based services</ a >
< a class = "dropdown-item" href = "{{prefix}}#vpn" >< i class = "far fa-eye-slash" ></ i > Virtual Private Network (VPN)</ a >
< a class = "dropdown-item" href = "{{prefix}}#email" >< i class = "fas fa-mail-bulk" ></ i > Privacy Email</ a >
< a class = "dropdown-item" href = "{{prefix}}#wc" >< i class = "fa fa-exclamation-circle" ></ i > Warrant Canaries</ a >
< a class = "dropdown-item" href = "{{prefix}}#cloud" >< i class = "fas fa-cloud" ></ i > Encrypted Cloud Storage Services</ a >
< a class = "dropdown-item" href = "{{prefix}}#social" >< i class = "fas fa-expand-arrows-alt" ></ i > Decentralized Social Networks</ a >
< a class = "dropdown-item" href = "{{prefix}}#dns" >< i class = "fa fa-tasks" ></ i > Domain Name System (DNS)</ a >
< a class = "dropdown-item" href = "{{prefix}}#search" >< i class = "fab fa-searchengin" ></ i > Privacy Respecting Search Engines</ a >
< a class = "dropdown-item" href = "{{prefix}}#host" >< i class = "fas fa-database" ></ i > Secure Hosting Providers</ a >
</ div >
2018-10-23 18:10:38 +02:00
</ li >
< li class = "nav-item dropdown" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link dropdown-toggle" href = "#" id = "browserDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
Browser
</ a >
< div class = "dropdown-menu" aria-labelledby = "browserDropdown" >
< a class = "dropdown-item" href = "{{prefix}}#browser" >< i class = "fas fa-check" ></ i > Recommendation</ a >
< a class = "dropdown-item" href = "{{prefix}}#fingerprint" >< i class = "fas fa-fingerprint" ></ i > Fingerprint</ a >
< a class = "dropdown-item" href = "{{prefix}}#webrtc" >< i class = "far fa-eye" ></ i > WebRTC IP Leak</ a >
< a class = "dropdown-item" href = "{{prefix}}#addons" >< i class = "far fa-list-alt" ></ i > Firefox Privacy Add-ons</ a >
< a class = "dropdown-item" href = "{{prefix}}#about_config" >< i class = "fas fa-wrench" ></ i > Privacy Related Tweaks</ a >
</ div >
2018-10-23 18:10:38 +02:00
</ li >
< li class = "nav-item dropdown" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link dropdown-toggle" href = "#" id = "softwareDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
Software
</ a >
< div class = "dropdown-menu" aria-labelledby = "softwareDropdown" >
< a class = "dropdown-item" href = "{{prefix}}#clients" >< i class = "fas fa-envelope" ></ i > Email Clients</ a >
< a class = "dropdown-item" href = "{{prefix}}#messaging" >< i class = "fas fa-random" ></ i > Email Alternatives</ a >
< a class = "dropdown-item" href = "{{prefix}}#im" >< i class = "fab fa-telegram-plane" ></ i > Instant Messenger</ a >
< a class = "dropdown-item" href = "{{prefix}}#voip" >< i class = "fas fa-phone" ></ i > Video & Voice Messenger</ a >
< a class = "dropdown-item" href = "{{prefix}}#filesharing" >< i class = "fas fa-file-export" ></ i > File Sharing</ a >
< a class = "dropdown-item" href = "{{prefix}}#mycloud" >< i class = "fas fa-hdd" ></ i > Self-Hosted Cloud Server</ a >
< a class = "dropdown-item" href = "{{prefix}}#sync" >< i class = "fas fa-copy" ></ i > Secure File Sync</ a >
< a class = "dropdown-item" href = "{{prefix}}#pw" >< i class = "fas fa-user-lock" ></ i > Password Manager</ a >
< a class = "dropdown-item" href = "{{prefix}}#calendar_contacts" >< i class = "far fa-calendar-alt" ></ i > Calendar and Contacts Sync</ a >
< a class = "dropdown-item" href = "{{prefix}}#encrypt" >< i class = "fas fa-lock" ></ i > File Encryption</ a >
< a class = "dropdown-item" href = "{{prefix}}#darknets" >< i class = "fas fa-user-secret" ></ i > Self-contained Networks</ a >
< a class = "dropdown-item" href = "{{prefix}}#notebook" >< i class = "far fa-sticky-note" ></ i > Digital Notebook</ a >
< a class = "dropdown-item" href = "{{prefix}}#paste" >< i class = "fas fa-paste" ></ i > Paste Services</ a >
< a class = "dropdown-item" href = "{{prefix}}#productivity" >< i class = "fas fa-briefcase" ></ i > Productivity Tools</ a >
2018-12-31 22:51:02 +01:00
< a class = "dropdown-item" href = "/source_code" > Source Code</ a >
2018-12-30 15:18:05 +01:00
</ div >
2018-10-23 18:10:38 +02:00
</ li >
< li class = "nav-item dropdown" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link dropdown-toggle" href = "#" id = "osDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
OS
</ a >
< div class = "dropdown-menu" aria-labelledby = "osDropdown" >
< a class = "dropdown-item" href = "{{prefix}}#os" >< i class = "fas fa-th-large" ></ i > PC OS</ a >
< a class = "dropdown-item" href = "{{prefix}}#live_os" >< i class = "fas fa-compact-disc" ></ i > Live CD OS</ a >
< a class = "dropdown-item" href = "{{prefix}}#mobile_os" >< i class = "fas fa-mobile-alt" ></ i > Mobile OS</ a >
< a class = "dropdown-item" href = "{{prefix}}#aaddons" >< i class = "fas fa-th" ></ i > Android Privacy Add-ons</ a >
< a class = "dropdown-item" href = "{{prefix}}#firmware" >< i class = "fas fa-signal" ></ i > Router Firmware</ a >
< a class = "dropdown-item" href = "{{prefix}}#win10" >< i class = "far fa-thumbs-down" ></ i > Don't use Windows 10</ a >
</ div >
2018-10-23 18:10:38 +02:00
</ li >
< li class = "nav-item" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link" href = "#participate" > Participate</ a >
2018-10-23 18:10:38 +02:00
</ li >
2018-12-30 15:18:05 +01:00
</ ul >
< ul class = "navbar-nav" >
{% if page.active_page == "donate" %}
< li class = "nav-item active" >
< a class = "nav-link" href = "#" > Donate < i class = "fas fa-heart text-danger" ></ i ></ a >
2018-10-23 18:10:38 +02:00
</ li >
2018-12-30 15:18:05 +01:00
{% else %}
2018-10-23 18:10:38 +02:00
< li class = "nav-item" >
2018-12-30 15:18:05 +01:00
< a class = "nav-link" href = "donate.html" > Donate < i class = "fas fa-heart text-danger" ></ i ></ a >
2018-10-23 18:10:38 +02:00
</ li >
2018-10-27 20:58:13 +02:00
{% endif %}
2018-12-30 15:18:05 +01:00
</ ul >
2018-10-23 18:10:38 +02:00
</ div >
2018-12-30 15:18:05 +01:00
</ div >
2018-10-23 18:10:38 +02:00
</ nav >
<!-- navigation ends here -->
2018-12-12 15:16:48 +01:00
< div id = "top" class = "py-4" >
2018-10-27 20:58:13 +02:00
< div class = "mb-5" ></ div >
2018-10-23 18:10:38 +02:00
{{ content }}
2018-10-25 21:36:21 +02:00
</ div >
2018-10-23 18:10:38 +02:00
2018-10-25 21:36:21 +02:00
<!-- add jQuery, Popper, Bootstrap, Sortable, and tooltip libraries -->
2018-11-07 21:52:56 +01:00
< 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 >
2018-10-23 18:10:38 +02:00
< script >
$ ( function () {
$ ( "[data-toggle='tooltip']" ). tooltip ();
});
</ script >
<!--
Piwik is the leading open-source analytics platform:
- Free open-source software
- 100% data ownership
- User privacy protection
-->
2018-10-27 19:10:08 +02:00
< script >
2018-10-23 18:10:38 +02:00
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq . push ([ 'trackPageView' ]);
_paq . push ([ 'enableLinkTracking' ]);
( function () {
var u = "//piwik.privacytools.io/" ;
_paq . push ([ 'setTrackerUrl' , u + 'piwik.php' ]);
_paq . push ([ 'setSiteId' , '1' ]);
var d = document , g = d . createElement ( 'script' ), s = d . getElementsByTagName ( 'script' )[ 0 ];
g . type = 'text/javascript' ; g . async = true ; g . defer = true ; g . src = u + 'piwik.js' ; s . parentNode . insertBefore ( g , s );
})();
</ script >
< noscript >< p >< img src = "//piwik.privacytools.io/piwik.php?idsite=1&rec=1" style = "border:0;" alt = "" /></ p ></ noscript >
<!-- End Piwik Code -->
</ body >
2018-10-25 23:01:40 +02:00
</ html >