Key disclosure law - Who is required to hand over the encryption keys to authorities?
-
Mandatory key disclosure laws require individuals to turn over encryption keys to law enforcement conducting a criminal investigation. How these laws are implemented (who may be legally compelled to assist) vary from nation to nation, but a warrant
+
Mandatory key disclosure laws require individuals to turn over encryption keys to law enforcement conducting a criminal investigation. How these laws are implemented (who may be legally compelled to assist) vary from nation to nation, but a warrant
is generally required. Defenses against key disclosure laws include steganography and encrypting data in a way that provides plausible deniability.
-
Steganography involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an
- adversary from being able to prove that the information they are after exists (for example, one password may decrypt benign data and another password, used on the same file, could decrypt sensitive data).
+
Steganography involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an
+ adversary from being able to prove that the information they are after exists (for example, one password may decrypt benign data and another password, used on the same file, could decrypt sensitive data).
+ 3. The Netherlands (people who know how to access a system may be ordered to share their knowledge, however, this doesn't apply to the suspect itself)
ProtectedText is an open source web application. It encrypts and decrypts text in the browser, and password (or it's hash) is never sent to the server
+
ProtectedText is an open source web application. It encrypts and decrypts text in the browser, and password (or its hash) is never sent to the server
- so that text can't be decrypted even if requested by authorities. No cookies, no sessions, no registration, no users tracking.
--
2.49.1
From 9245cc449b13a43de244fc20c5b8e1a7ce7d635f Mon Sep 17 00:00:00 2001
From: Samuel Shifterovich
Date: Sun, 20 Nov 2016 13:28:14 +0100
Subject: [PATCH 08/36] Fix OpenMailBox forum link
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 3af682f8..b299f779 100644
--- a/index.html
+++ b/index.html
@@ -1219,7 +1219,7 @@
Aging ‘Privacy’ Law Leaves Cloud E-Mail Open to Cops - Data stored in the cloud for longer than 6 months is considered abandoned and may be accessed by intelligence agencies without
a warrant. Learning: Use an external email client like Thunderbird or Enigmail, download your emails and store them locally. Never leave them on the server.
Autistici/Inventati server compromised - The cryptographic services offered by the Autistici/Inventati server have been compromised on 15th June 2004. It was discovered on 21st June 2005. One year
later. During an enquiry on a single mailbox, the Postal Police may have tapped for a whole year every user's private communication going through the server autistici.org/inventati.org.
--
2.49.1
From 015c7fb03626946cd9a56436ca918909a14c04a0 Mon Sep 17 00:00:00 2001
From: Samuel Shifterovich
Date: Mon, 21 Nov 2016 16:21:28 +0100
Subject: [PATCH 09/36] Remove not-displaying emoji
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 3af682f8..35217292 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
- Privacy Tools - Encryption against global mass surveillance 🔒
+ Privacy Tools - Encryption against global mass surveillance
@@ -2718,7 +2718,7 @@
Copy URL and Description
-
+
For easy copy and paste. Share this text snippet.
Cryptocat - Encrypted open source messenger. Supports file sharing and multiple devices. Available for Windows, Linux and Mac.
Kontalk - A community-driven instant messaging network. Supports end-to-end encryption. Both client-to-server and server-to-server channels are fully encrypted.
Conversations - An open source Jabber/XMPP client for Android 4.0+ smart phones. Supports end-to-end encryption with either OTR or openPGP.
Use this online tool to generate a strong and random password. The available characters in each set are user friendly - there are no ambiguous characters such as i, l, 1, o, 0, etc. Password generation is done on the client-side meaning no one has access to the passwords you generate here, period.
+
Use this online tool to generate a strong and random password. The available characters in each set are user friendly - there are no ambiguous characters such as i, l, 1, o, 0, etc. Password generation is done on the client-side meaning no one has access to the passwords you generate here.
- Secure Password Generator - generates a unique set of custom, high quality, cryptographic-strength password strings which are safe for you to use.
+ Secure Password Generator - generates a unique set of custom, high quality, cryptographic-strength password strings which are safe for you to use.
--
2.49.1
From bc7031ce1e133945ad226e9ee743998219321e3d Mon Sep 17 00:00:00 2001
From: Samuel Shifterovich
Date: Mon, 28 Nov 2016 18:08:55 +0100
Subject: [PATCH 14/36] Switch I2P-Bote and Bitmessage, update link
---
index.html | 39 ++++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 19 deletions(-)
diff --git a/index.html b/index.html
index 3af682f8..c6319366 100644
--- a/index.html
+++ b/index.html
@@ -1297,8 +1297,27 @@
Email Alternatives
+
+
+
I2P-Bote
+
+
+
I2P-Bote is a fully decentralized and distributed email system. It supports different identities and does not expose email headers. Currently (2015), it is still
+ in beta version and can be accessed via its web application interface or IMAP and SMTP. All bote-mails are transparently end-to-end encrypted and, optionally, signed by the sender's private key.
@@ -1307,7 +1326,7 @@
meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data.
I2P-Bote is a fully decentralized and distributed email system. It supports different identities and does not expose email headers. Currently (2015), it is still
- in beta version and can be accessed via its web application interface or IMAP and SMTP. All bote-mails are transparently end-to-end encrypted and, optionally, signed by the sender's private key.
An open source metasearch engine, aggregating the results of other search engines while not storing information about its users. No logs, no ads and no tracking.
-
+
+
+
+
--
2.49.1
From 468c4adc2cc930eab278f6a18991056875191198 Mon Sep 17 00:00:00 2001
From: privacytoolsIO
Date: Fri, 2 Dec 2016 11:39:07 +0800
Subject: [PATCH 19/36] Small Brave Fixes
---
img/tools/{brave_browser.png => Brave.png} | Bin
index.html | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename img/tools/{brave_browser.png => Brave.png} (100%)
diff --git a/img/tools/brave_browser.png b/img/tools/Brave.png
similarity index 100%
rename from img/tools/brave_browser.png
rename to img/tools/Brave.png
diff --git a/index.html b/index.html
index 5b6fa658..56a6a752 100644
--- a/index.html
+++ b/index.html
@@ -647,7 +647,7 @@
Brave
-
The new Brave browser automatically blocks ads and trackers, making it faster and safer than your current browser.
+
The new open source browser "Brave" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium.
Founded in 2011 by former Google engineers and a consumer-and privacy-rights attorney. The addon is open source and loads the pages you go to 27% faster and stops tracking by 2,000+ third-party sites. It also keeps your searches private. If you are planning to install "uBlock Origin" make sure to install "Disconnect" first. Alternative to Disconnect:Privacy Badger by EFF https://addons.mozilla.org/firefox/addon/disconnect/
-
-
Block Ads with "uBlock Origin"
+-->
+
Block Ads and Trackers with "uBlock Origin"
An efficient wide-spectrum-blocker that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and
- is completely open source. We recommend FireFox but uBlock Origin also works in other browsers such as Safari, Opera, and Chromium. Unlike AdBlock Plus, uBlock does not allow so-called "acceptable ads".
+ is completely open source. We recommend Firefox but uBlock Origin also works in other browsers such as Safari, Opera, and Chromium. Unlike AdBlock Plus, uBlock does not allow so-called "acceptable ads".
https://addons.mozilla.org/firefox/addon/ublock-origin/
@@ -1424,6 +1424,7 @@
+
Automatically Delete Cookies with "Self-Destructing Cookies"