From ddcbce7bfbc47e7a319a310e2b15da244fece2eb Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Mon, 11 Nov 2013 18:58:10 -0800 Subject: add presenter notes for "hard problems" section --- overview/en.html | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/overview/en.html b/overview/en.html index cda9e27..3270855 100644 --- a/overview/en.html +++ b/overview/en.html @@ -66,6 +66,9 @@

Authenticity problem

Public key validation is very difficult for users to manage, but without it you cannot have confidentiality
  • Nicknym - auto discovery and validation of public keys, transparently!
  • +

    Meta-data problem

    @@ -82,6 +85,36 @@
  • Mixmaster with signatures
  • +

    Asynchronous problem

    @@ -93,6 +126,20 @@
  • Long term: Collaborate with others to create new encryption protocol standards
  • +

    Group problem

    @@ -103,6 +150,23 @@
  • Proxy re-encryption
  • Ring signatures
  • +

    Resource problem

    @@ -112,16 +176,37 @@
  • "Read-write-web", meet ["Group problem" solution here]
  • Again, possibilities from file sync (Lazy Revocation and Key Regression) +
  • Availability problem

    People want to smoothly switch devices, and restore their data if they lose a device, but this very difficult to do securely
  • Soledad - Synchronization of Locally Encrypted Documents Among Devices
    phew! we weren't out of ideas!
  • +

    Update problem

    Almost universally, software updates are done in ways that invite attacks and device compromises
  • Thandy (thanks, Tor!)
  • +
    -- cgit v1.2.3