summaryrefslogtreecommitdiff
path: root/index.html
blob: a7ca25368bd10744090d0d5ef0426163fbf9caa5 (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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">

        <!-- PROVIDE METADATA -->
        <!-- ================ -->
        <title>Cyrptocon Infoscreen Slides</title>
        <meta name="author" content="Christian Franke">
            
	<!-- Required stylesheet -->
	<link rel="stylesheet" href="deck.js/core/deck.core.css">

	<!-- Style theme. More available in deck.js/themes/style/ or create your own. -->
	<link rel="stylesheet" href="deck.js/themes/style/web-2.0.css">

	<!-- Transition, for your audience, use it only for short presentations, see deck.js/themes/transition -->
	<!--link rel="stylesheet" href="deck.js/themes/transition/****.css"-->
	
	<!-- Required Modernizr file -->
	<script src="deck.js/modernizr.custom.js"></script>
        <!-- Required JS files. -->
        <script src="deck.js/jquery-1.7.2.min.js"></script>
        <script src="deck.js/core/deck.core.js"></script>

        <!-- PROVIDE EXTENSIONS: JS and CSS files -->
        <!-- ============================ -->
        <!-- proper slide scaling (type 's' to disable) -->
        <script src="deck.js/extensions/fit/deck.fit.js"></script>
        <link rel="stylesheet" href="deck.js/extensions/fit/deck.fit-fs.css"> <!-- fit to window -->
        <!-- animations, svg etc (better to include it after the 'status' extension... so see below) -->
        <!-- math equations -->
        <script src="deck.js/libs/display-latex2.user.js"></script>
        <script src="deck.js/extensions/simplemath/deck.simplemath.js"></script>
        <!-- smart syntax -->
        <script src="deck.js/extensions/smartsyntax/deck.smartsyntax.js"></script>
        <!-- clone by typing 'c'   (popups a slave presentation) (uses "clone snippet" at the end of the page) -->
        <script src="deck.js/extensions/clone/deck.clone.js"></script>
        <!-- goto by typing 'g'   (uses "goto snippet" at the end of the page) -->
	<link rel="stylesheet" href="deck.js/extensions/goto/deck.goto.css">
        <script src="deck.js/extensions/goto/deck.goto.js"></script>
        <!-- slide number indicator   (uses "status snippet" at the end of the page) -->
        <link rel="stylesheet" href="deck.js/extensions/status/deck.status.css">
        <script src="deck.js/extensions/status/deck.status.js"></script>
        <!-- slide selector by typing 'm' -->
        <script src="deck.js/extensions/menu/deck.menu.js"></script>
	<link rel="stylesheet" href="deck.js/extensions/menu/deck.menu.css">
        <!-- permalink   (uses "hash snippet" at the end of the page) -->
        <link rel="stylesheet" href="deck.js/extensions/hash/deck.hash.css">
        <script src="deck.js/extensions/hash/deck.hash.js"></script>
        <!-- animations, svg etc (better to include it after the 'status' extension (to avoid huge fake slide numbers) -->
        <script src="deck.js/extensions/step/deck.step.js"></script>
        <script src="deck.js/extensions/events/deck.events.js"></script>
        <script src="deck.js/extensions/anim/deck.anim.js"></script>
        <script src="deck.js/libs/jquerysvg/jquery.svg.min.js"></script>
        <script src="deck.js/libs/jquerysvg/jquery.svganim.min.js"></script>
        <script src="deck.js/extensions/svg/deck.svg.js"></script>

        <link rel="stylesheet" href="deck.js/extensions/automatic/deck.automatic.css"></link>
        <script src="deck.js/extensions/automatic/deck.automatic.js"></script>

        <!-- Deck.js options (advanced) -->
        <script>
                 $(function() {
                     $.deck('.slide', {
                         // fitMarginX:100, fitMarginY:100, // uncomment to tune margin
                         // fitMode: "stretched", // uncomment to strech
                         automatic: {
                             startRunning: true,
                             cycle: true,
                             slideDuration: 10000
                         }
                     });
                 });
        </script>

        <!-- override some style here if needed (or in an external file) -->
        <style type="text/css">
            .slide b {color: #f0f;}
            /* example */ body.has-clones .deck-container {background: lightslategrey;}
            /* example */ .deck-container .title-slide {border: 1px solid red; font-size: 70%}
            .deck-status .deck-status-field { float: right; }
            .cc13, .cc13 td, .cc13 th {
                border: 3px
                solid #404040;
                padding: 4px;
                vertical-align: middle;
                padding-top: 8px; /* I have no clue why this is needed :( */
            }
            .cc13 .description {
                font-size: 0.8em;
            }
            p.location {
                float: right;
                font-size: 1.5em;
                position: relative;
                top: 1.15em;
            }
/*            p.location:before {
                content: "Ort: ";
            } */
        </style>
    </head>


<body>
This text should not be displayed if everything goes well: use left/right arrow keys to browse the presentation.<br/>

<div class="deck-container">

 <!-- this presentation uses smart syntax -->
 <section class="slide" id="logo" data-duration="5000">
   <img width="100%" src="logo.png" alt="Cryptocon 13"></img>
   </section>
   <!--
 <section class="slide" id="friday">
  <p class="location">Lounge</p>
  <h2>Vortr&auml;ge Freitag</h2>
<table class="cc13">
<tr>
	<th>18oo</th>
	<td>Podiumsdikussion</td>
	<td>
		Lasst euch überraschen!
	</td>
</tr>
<tr>
	<th>20oo</th>
	<td>Sicher Surfen</td>
	<td>
		Wie surfe ich sicher? Was ist SSL, VPN, TOR, ... und brauch ich das?<br>
		Diese und weitere Fragen werden in diesem Vortrag beantwortet.
	</td>
</tr>
<tr>
	<th>21oo</th>
	<td>ENIGMA</td>
	<td>
		Wohl eine der bekanntesten Cryptomaschinen der Geschichte.
	</td>
</tr>
<tr>
	<th>22oo</th>
	<td>Social Engineering</td>
	<td>
		Die Kunst andere zu beeinflussen.
	</td>
</tr>
</table>
</section>-->
 <section class="slide" id="saturday-lounge">
 <p class="location">Lounge</p>
 <h2>Vortr&auml;ge Samstag (1/2)</h2>
<table class="cc13">
<tr>
	<th>12oo</th>
	<td>Sichere Passwörter</td>
	<td>
		Wie finde ich ein sicheres Passwort, welches ich mir merken kann?<br>
		Diese Frage und ein sicherer Umgang mit Passwörter aller Art sind Thema dieses Vortrages.
	</td>
</tr>
<tr>
	<th>13oo</th>
	<td>Sozial Verantwortung</td>
	<td>
		Unter anderem mit: Soziale Netzwerke und Co. sicher benutzen.
	</td>
</tr>
<tr>
	<th>14oo</th>
	<td>Emailverschlüsselung mit PGP</td>
	<td>
		Ein einführender Vortrag rund um die Emailverschlüsselung.
	</td>
</tr>
<tr>
	<th>15oo</th>
	<td>Jabber mit OTR</td>
	<td>
		Verschlüsselt und sicher chatten.
	</td>
</tr>
</table>
</section>
<section class="slide" id="saturday-lounge2">
<p class="location">Lounge</p>
<h2>Vortr&auml;ge Samstag (2/2)</h2>
<table class="cc13">
<tr>
	<th>17oo</th>
	<td>Rechtliches rund um Crypto</td>
	<td>
		Ein Vortrag der Roten Hilfe zu Fragen rund um TOR-Exit-Nodes und Passwort-Beugehaft.
	</td>
</tr>
<tr>
	<th>18oo</th>
	<td>Festplattenverschlüsselung</td>
	<td>
		Wie, warum, womit? Truecrypt, LUKS, und so weiter.
	</td>
</tr>
<tr>
	<th>19oo</th>
	<td>DMA-Attacken</td>
	<td>
		Praktische Vorführung und Erläuterungen rund um DMA-Attacken.<br>
		Dieser Vortrag richtet sich an fortgeschrittenes Publikum.
	</td>
</tr>
<tr>
	<th>20oo</th>
	<td>Essen</td>
	<td>
		vegane Vokü der Phantomspeisung
	</td>
</tr>
</table>
</section>
<section class="slide" id="saturday-workshops">
   <p class="location">Hacklab</p>
   <h2>Workshops Samstag</h2>
   <table class="cc13">
     <tr>
         <th>14:00</th>
         <td>TOR-Workshop</td>
         <td class="description">
             Wie surfe ich anonym mit The Onion Router (TOR).
             Für die Teilnahme an diesem Workshop ist es notwendig, das ein Computer mitgebracht wird.
         </td>
     </tr>
     <tr>
         <th>16:00</th>
         <td>Workshop: Festplattenverschlüsselung</td>
         <td class="description">
             Ein praktischer Workshop.<br>
             Für die Teilnahme an diesem Workshop ist es notwendig, das ein Computer mitgebracht wird, sowie ein externes
             Speichermedium (z.B. Externe Festplatte) welche zur Datensicherung benutzt werden kann.<br>
             Es empfiehlt sich bereits <b>vor</b> der Teilnahme alle wichtigen Daten zu Hause zu sichern!
         </td>
     </tr>
     <tr>
         <th>18:00</th>
         <td>Workshop: E-Mail Verschlüsselung</td>
         <td class="description">
             Für die Teilnahme an diesem Workshop ist es notwendig, das ein Computer mitgebracht wird.
         </td>
     </tr>
   </table>
</section>
<section class="slide" id="sunday-lounge">
<p class="location">Lounge</p>
<h2>Vortr&auml;ge Sonntag</h2>
<table class="cc13">
<tr>
	<th>14oo</th>
	<td>Das Darknet</td>
	<td class="description">
		Bitcoins, Darkmarkets, Silkroad und andere verborgene Plätze im World Wide Web.
	</td>
</tr>
<tr>
	<th>15oo</th>
	<td>Metadaten und Wasserzeichen</td>
	<td class="description">
		Ein Vortrag rund um Metadaten und Digitale Wasserzeichen.
	</td>
</tr>
<tr>
	<th>16oo</th>
	<td>"HowTo build and cryptanalyse a simple block cipher"</td>
	<td class="description">
		Dieser Vortrag richtet sich an fortgeschrittenes Publikum.
	</td>
</tr>
<tr>
	<th>17oo</th>
	<td>Visuelle Verschlüsselung</td>
	<td class="description">
		Eine etwas andere Art, Informationen zu kodieren.
		Dieser Vortrag richtet sich an fortgeschrittenes Publikum.
	</td>
</tr>
<tr>
	<th>18oo</th>
	<td>El Gamal Spielereien</td>
	<td class="description">
		Dieser Vortrag richtet sich an fortgeschrittenes Publikum.
	</td>
</tr>
</table>
</section>
<section class="slide" id="sunday-workshops">
   <p class="location">Hacklab</p>
   <h2>Workshops Sonntag</h2>
   <table class="cc13">
     <tr>
         <th>14:00</th>
         <td>Workshop: E-Mail Verschlüsselung</td>
         <td class="description">
             Für die Teilnahme an diesem Workshop ist es notwendig, das ein Computer mitgebracht wird.
         </td>
     </tr>
     <tr>
         <th>16:00</th>
         <td>Workshop: Festplattenverschlüsselung</td>
         <td class="description">
             Ein praktischer Workshop.<br>
             Für die Teilnahme an diesem Workshop ist es notwendig, das ein Computer mitgebracht wird, sowie ein externes
             Speichermedium (z.B. Externe Festplatte) welche zur Datensicherung benutzt werden kann.<br>
             Es empfiehlt sich bereits <b>vor</b> der Teilnahme alle wichtigen Daten zu Hause zu sichern!
         </td>
     </tr>
     <tr>
         <th>18:00</th>
         <td>TOR-Workshop</td>
         <td class="description">
             Wie surfe ich anonym mit The Onion Router (TOR).
             Für die Teilnahme an diesem Workshop ist es notwendig, das ein Computer mitgebracht wird.
         </td>
     </tr>
   </table>
</section>
<section class="slide" id="epilog" data-duration="5000">
    <img width="40%" src="qrcode.png" alt="http://sublab.org/cryptocon13" style="margin-top: 10%;"></img>
    <p style="text-align: center">http://sublab.org/cryptocon13</p>
</section>
<!-- end of the presentation -->

<!-- deck.hash snippet -->
<a href="." title="Permalink to this slide" class="deck-permalink">#</a>
<!-- deck.status snippet -->
<p class="deck-status">
Infodesk an der Bar − Programm unter http://sublab.org/cryptocon13
<span class="deck-status-field">
	<span class="deck-status-current"></span>/<span class="deck-status-total"></span>
</span>
</p>
<!-- deck.goto snippet -->
<form action="." method="get" class="goto-form">
	<label for="goto-slide">Go to slide:</label>
	<input type="text" name="slidenum" id="goto-slide" list="goto-datalist">
	<datalist id="goto-datalist"></datalist>
	<input type="submit" value="Go">
</form>
<!-- deck.clone snippet: simple red box with top-left corner as cursor position -->
<div class="clonepointer" style="position:absolute; width:20px; height:20px; background:red; z-index:10"></div>
<!-- deck.clone snippet: simple green box with center as cursor position -->
<div class="clonepointer" style="position:absolute; z-index:11"><div style="margin: -13px 0 0 -13px; width:18px; height:18px; border:4px solid green;"></div></div>




</div> <!-- end of deck container -->

</body>
</html>