From 13fb30c8fc72e45a2dfb170322deff4b9ffd82bc Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 21 Jun 2016 11:21:55 +0200 Subject: added cardiff2015 slides --- cardiff2015/slides/slides.html | 215 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 cardiff2015/slides/slides.html (limited to 'cardiff2015/slides/slides.html') diff --git a/cardiff2015/slides/slides.html b/cardiff2015/slides/slides.html new file mode 100644 index 0000000..465eabf --- /dev/null +++ b/cardiff2015/slides/slides.html @@ -0,0 +1,215 @@ + +
+
+

LEAP Encryption Access Project

+
+
+
+

Bring back the 1990s!

+
+
+

What is Federation?

+

+
    +
  • user → provider → provider → user
  • +
  • eg: SMTP, XMPP
  • +
+

+
+
+

Better federation

+

+
    +
  • The users should be protected from the provider.
  • +
  • The provider should be protected from users.
  • +
+

+
+
+

What does
LEAP do?

+
    +
  1. +LEAP Platform:
    a toolkit to make it easy for you to run a service provider.
  2. +
  3. +New protocols:
    so that users don't need to trust the provider.
  4. +
  5. +Bitmask client:
    a client that works smoothly with any compatible provider.
  6. +
+
+
+

LEAP Platform

+
sudo gem install leap_cli
+leap new example --domain example.org
+cd example
+leap add-user --self
+leap cert ca
+leap cert dh
+leap cert csr
+leap node add blueberry services:openvpn \
+     ip_address:1.1.1.1 openvpn.gateway_address:1.1.1.2
+leap node add raspberry services:couchdb,webapp \
+     ip_address:1.1.1.3
+leap init node
+leap deploy
+
+
+
+

New Protocols

+ +
+
+

Bitmask client

+
+ +
+
+ +
+
+
+

Current Services: VPN

+ +
+
+

Current Services: email

+

+ Work in progress +

+ +
+
+
+

Our goals:

+ +
+
+
+
+

Pixelated Useragent

+ +
+
+
+

Activist Setup

+ +
+
+

Organisation Setup

+ +
+
+
+
+

Metadata

+ +
+
+ +
+
+
+ +

 

+

 

+ +
+
-- cgit v1.2.3