From 09ff51f32916c163d84556e90f3c98bd1d35dd0b Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 8 Apr 2015 16:04:38 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d14222..d1b3ed3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We take the privacy of your data very seriously. Here are some of the technical * Messages are [encrypted end-to-end ](http://en.wikipedia.org/wiki/End-to-end_encryption) using the [OpenPGP](http://en.wikipedia.org/wiki/Pretty_Good_Privacy) standard. This means that only you and the recipient can read your mail. Your messages and private PGP key are stored only on your computer (in IndexedDB). -* Users have the option to use [encrypted private key sync](https://blog.whiteout.io/2014/07/07/secure-pgp-key-sync-a-proposal/) if they want to use Whiteout on multiple devices. +* Users have the option to use [encrypted private key sync](https://blog.whiteout.io/2015/04/08/secure-pgp-key-sync-a-proposal-contd/) if they want to use Whiteout on multiple devices. * [Content Security Policy (CSP)](http://www.html5rocks.com/en/tutorials/security/content-security-policy/) is enforced to prevent injection attacks. From ff72822e369b558ae7a592db91fe3b7d3d454ca2 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 8 Apr 2015 16:05:23 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b3ed3..a10124e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We take the privacy of your data very seriously. Here are some of the technical * Messages are [encrypted end-to-end ](http://en.wikipedia.org/wiki/End-to-end_encryption) using the [OpenPGP](http://en.wikipedia.org/wiki/Pretty_Good_Privacy) standard. This means that only you and the recipient can read your mail. Your messages and private PGP key are stored only on your computer (in IndexedDB). -* Users have the option to use [encrypted private key sync](https://blog.whiteout.io/2015/04/08/secure-pgp-key-sync-a-proposal-contd/) if they want to use Whiteout on multiple devices. +* Users have the option to use [encrypted private key sync](https://github.com/whiteout-io/mail-html5/wiki/Secure-OpenPGP-Key-Pair-Synchronization-via-IMAP) if they want to use Whiteout on multiple devices. * [Content Security Policy (CSP)](http://www.html5rocks.com/en/tutorials/security/content-security-policy/) is enforced to prevent injection attacks.