forked from php/presentations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathencryption-vancouver.xml
More file actions
57 lines (51 loc) · 2 KB
/
encryption-vancouver.xml
File metadata and controls
57 lines (51 loc) · 2 KB
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
<presentation
template="php"
navmode="html"
navbarbackground="#4373b4"
navColor="#f1fbff"
logo1="presentations/slides/xdebug/ez.png"
stylesheet="presentations/slides/xdebug/style.css"
backgroundfixed="1" >
<topic>Security</topic>
<title>Playing Safe</title>
<event>Vancouver PHP Conference</event>
<location>Vancouver, Canada</location>
<date>January 22nd, 2004</date>
<speaker>Derick Rethans</speaker>
<email>derick@php.net</email>
<url>http://pres.derickrethans.nl/encryption-vancouver</url>
<slide>slides/encryption/title.xml</slide>
<slide>slides/xdebug/questions.xml</slide>
<!-- Crypto Intro -->
<slide>slides/encryption/whycrypt.xml</slide>
<slide>slides/encryption/quote-gov.xml</slide>
<slide>slides/encryption/algorithms.xml</slide>
<slide>slides/encryption/rotational.xml</slide>
<slide>slides/encryption/transposition.xml</slide>
<slide>slides/encryption/quote-perl.xml</slide>
<slide>slides/encryption/asymmetric.xml</slide>
<!-- Hash functions -->
<slide>slides/encryption/hash.xml</slide>
<slide>slides/encryption/hash-example.xml</slide>
<slide>slides/encryption/hash-2104.xml</slide>
<!-- Symmetric -->
<slide>slides/encryption/symmetric.xml</slide>
<slide>slides/encryption/quote-1337.xml</slide>
<slide>slides/encryption/modes.xml</slide>
<slide>slides/encryption/mode-ecb.xml</slide>
<slide>slides/encryption/mode-cfb.xml</slide>
<slide>slides/encryption/quote-fail.xml</slide>
<slide>slides/encryption/example-fail.xml</slide>
<!-- mcrypt examples -->
<slide>slides/encryption/mcrypt-modules.xml</slide>
<slide>slides/encryption/mcrypt-generic.xml</slide>
<slide>slides/encryption/mcrypt-crypt.xml</slide>
<slide>slides/encryption/mcrypt-store.xml</slide>
<slide>slides/encryption/mcrypt-bug26733.xml</slide>
<slide>slides/encryption/mcrypt-iv.xml</slide>
<slide>slides/encryption/mcrypt-supported.xml</slide>
<slide>slides/encryption/mcrypt-future.xml</slide>
<slide>slides/encryption/quote-false.xml</slide>
<slide>slides/xdebug/questions.xml</slide>
<slide>slides/encryption/resources.xml</slide>
</presentation>