summaryrefslogtreecommitdiff
path: root/rgsoc2016_leap_overview/slides.haml
blob: a860104897ec79b22b19cb1bebab62bff59ca0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
:css
  .reveal h1 {
    margin-bottom: 30px;
  }
  .reveal h3 li {
    margin-bottom: 10px;
  }
  .reveal h1, .reveal h3, .reveal p, .reveal li, .reveal .p {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)
  }
  .left-column {
    display: block;
    width: 50%;
    float: left;
  }
  .right-column {
    width: 50%;
    float: left;
  }
  .row {
    display: table;
    width: 100%;
  }
  .left {
    text-align: left !important;
  }
  ul.plain {
    list-style-type: none;
  }
  .reveal p, .reveal .p, ul.plain li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .reveal li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reveal pre {
    font-size: 24px;
  }

%section(data-background="./images/kid-jumping.svg" data-background-size="30%")
  %h2 LEAP Encryption Access Project

%section
  %h2 What does<br/>LEAP do?
  %ol
    %li <b>LEAP Platform:</b><br/>a toolkit to make it easy for you to run a federated service provider.
    %li <b>New protocols:</b><br/>so that users don't need to trust the provider.
    %li <b>Bitmask client:</b><br/>a client that works smoothly with any compatible provider.

%section
  %h2 LEAP Platform
  %ul
    %li Configuration Management using puppet
    %li Installs and configures the servers
    %li leap_cli is the tool to deploy to the servers

%section
  %h2 LEAP Platform
  %h3 Example: Setup single node email provider
  %pre
    %code.bash(data-trim)
      :preserve
        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 raspberry \
          services:couchdb,webapp,soledad,mx ip_address:1.1.1.3
        leap init node
        leap deploy

%section
  %h2 LEAP Platform
  %h3 Sets up the server(s)
  %ul
    %li Email: Postfix, spamassassin, clamav
    %li Database: couchdb, stunnel
    %li Webserver: apache
    %li Encrypting remailer: leap-mx
    %li Synchronisation: soledad
    %li Account management, issue tracking: leap-webapp
    %li Firewall: shorewall
    %li Monitoring: nagios, check_mk
    %li ...

%section
  %h2 Server-side techstack
  %ul
    %li PLatform: Puppet
    %li leap_cli: ruby
    %li leap_web: Ruby on Rails
    %li leap_mx, soledad: Python Twisted

%section
  %h2 Client-side techstack
  %ul
    %li Bitmask client: Python Twisted
    %li Bitmask Mail (a.k.a. Pixelated Useragent): Python Twisted + FlightJS

%section
  %h2 Soledad
  %ul
    %li Acronym for "Synchronization Of Locally Encrypted Data Among Devices"
    %li Searchable client-encrypted synchronized database

%section
  %h2 Bonafide
  %h3 secure user registration, authentication, password change, etc.

%section
  %h2 Key management
  %h3 automated keylookup and validation.


%section
  %h2 Current Services: VPN
  %ul
    %li Route all your internet trafic through an encrypted channel.
    %li Prevent eavesdropping (thiefs in the public network, police, ...).
    %li Circunvent internet censorship.
    %li Prevent leaks (DNS, IPv6, ...).

%section
  %h2 Current Services: email
  %ul
    %li End-to-end encryption using OpenPGP.
    %li Automatic key discovery and validation.
    %li Service provider has no access to user data.
    %li Strong protection for metadata, whenever possible.
    %li Cloud synchronized for high availability on multiple devices.

%section
  %h2 Bitmask client
  %h3 currently available for Android (VPN) and Linux (VPN + Email)
  %h3 Windows and Mac OS coming soon
  .left-column
    %img{src: "images/bitmask-icon.png", style:"height:296px; width: 296px" }
  .right-column
    %img{src: "images/bitmask.png" }

%section
  %h2 Bitmask Mail
  %img{src: "images/bitmask_mail.png", style:"height:400px; width: 500px" }

%section
  %h2 LEAP Webapp
  %p
  %ul
    %li API for user authentication
    %li Help Tickets
    %li User Management
    %li Payment processing

%section(data-background="./images/leap-webapp1.png" data-background-size="70%")
  %h2 .

%section(data-background="./images/leap-webapp2.png" data-background-size="60%")
  %h2 .

%section(data-background="./images/leap-webapp-tickets.png" data-background-size="60%")
  %h2 .


%section
  .left
    %ul.plain
      %li
        LEAP Encryption Access Project
      %li
        %a(href="https://leap.se") https://leap.se
    %p &nbsp;
    %ul.plain
      %li
        Bitmask App
      %li
        %a(href="https://bitmask.net") https://bitmask.net
    %ul.plain
      %li
        @leapcode
      %li
        %a(href="https://github.com/leapcode") https://github.com/leapcode
    %p &nbsp;