3a08b2e10de41a3ce9ee5aa0c3161eeb68021789
[crypto_lab1.git] / rapport / main.bib
1 @article {authenticated-encryption-bellare-namprempre,
2 author = "M. Bellare and C. Namprempre",
3 title = "Authenticated Encryption: Relations among notions and analysis of the generic composition paradigm",
4 journal = "UC San-Diego",
5 year = "2007",
6 url = "\url{http://cseweb.ucsd.edu/~mihir/papers/oem.html}"
7 }
8
9 @article {modes-of-operation,
10 author = "Phillip Rogaway",
11 title = "Evaluation of Some Blockcipher Modes of Operation",
12 journal = "University of California",
13 year = "2011",
14 }
15
16 @misc {wiki-replay-attack,
17 author = "Wikipedia",
18 title = "Replay attack --- {W}ikipedia{,} The Free Encyclopedia",
19 year = "2014",
20 url = "\url{http://en.wikipedia.org/wiki/Replay_attack}"
21 }
22
23 @misc {wiki-authentication-encryption,
24 author = "Wikipedia",
25 title = "Authenticated encryption --- {W}ikipedia{,} The Free Encyclopedia",
26 year = "2014",
27 url = "\url{http://en.wikipedia.org/wiki/Authenticated_encryption}"
28 }
29
30 @misc {wiki-TLS,
31 author = "Wikipedia",
32 title = "Transport Layer Security --- {W}ikipedia{,} The Free Encyclopedia",
33 year = "2014",
34 url = "\url{http://en.wikipedia.org/wiki/Transport_Layer_Security}"
35 }
36
37 @misc {wiki-block-cipher-mode-of-operation,
38 author = "Wikipedia",
39 title = "Block cipher mode of operation --- {W}ikipedia{,} The Free Encyclopedia",
40 year = "2014",
41 url = "\url{http://en.wikipedia.org/wiki/Block_cipher_mode_of_operation}"
42 }
43
44 @misc {wiki-padding-oracle-attack,
45 author = "Wikipedia",
46 title = "Padding oracle attack --- {W}ikipedia{,} The Free Encyclopedia",
47 year = "2014",
48 url = "\url{http://en.wikipedia.org/wiki/Padding_oracle_attack}"
49 }
50