-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.bib
More file actions
201 lines (171 loc) · 6.32 KB
/
Copy pathbibliography.bib
File metadata and controls
201 lines (171 loc) · 6.32 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
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
@misc{117146,
author = {Morris Dworkin and Elaine Barker and James Nechvatal and James Foti and Lawrence Bassham and E. Roback and James Dray},
title = {Advanced Encryption Standard (AES)},
year = {2001},
month = {2001-11-26},
publisher = {Federal Inf. Process. Stds. (NIST FIPS), National Institute of Standards and Technology, Gaithersburg, MD},
doi = {https://doi.org/10.6028/NIST.FIPS.197},
language = {en},
}
@online{moserware,
author = "Jeff Moserware",
title = "A Stick Figure Guide to the Advanced Encryption Standard (AES)",
url = "http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html",
addendum = "(accessed: 22.09.2009)",
keywords = "aes"
}
@online{hackeriet,
author = "Hackeriet",
title = "Math Functions in AES and Sage",
url = "https://blog.hackeriet.no/AES-math-fundamentals/",
addendum = "(accessed: 16.01.2019)",
keywords = "aes,math,sage"
}
@online{simplilearn,
author = "Baivab Kumar",
title = "What Is AES Encryption and How Does It Work?",
url = "https://www.simplilearn.com/tutorials/cryptography-tutorial/aes-encryption",
addendum = "(accessed: 09.02.2023)",
keywords = "aes"
}
@online{wikipediaaes,
author = "Wikipedia",
title = "Advanced Encryption Standard",
url = "https://it.wikipedia.org/wiki/Advanced_Encryption_Standard",
keywords = "aes"
}
@online{squadrawsr,
author = "Matt Ahlgren",
title = "CHE COS'È LA CRITTOGRAFIA AES-256 E COME FUNZIONA?",
url = "https://www.websiterating.com/it/cloud-storage/what-is-aes-256-encryption/",
addendum = "(accessed: 26.03.2023)",
keywords = "aes"
}
@online{cybernews,
author = "Rūta Rimkienė",
title = "What is AES encryption and how does it work?",
url = "https://cybernews.com/resources/what-is-aes-encryption/",
addendum = "(accessed: 29.08.2022)",
keywords = "aes"
}
@online{edureka!,
author = "Shashank",
title = "What is Cryptography? – An Introduction to Cryptographic Algorithms",
url = "https://www.edureka.co/blog/what-is-cryptography/",
addendum = "(accessed: 14.03.2023)",
keywords = "aes"
}
@online{stackoverflow,
author = "Stack Overflow",
title = "How to choose an AES encryption mode (CBC ECB CTR OCB CFB)?",
url = "https://stackoverflow.com/questions/1220751/how-to-choose-an-aes-encryption-mode-cbc-ecb-ctr-ocb-cfb",
keywords = "aes,modes"
}
@online{medium,
author = "Prof Bill Buchanan OBE",
title = "I Know HMAC, But What’s CMAC?",
url = "https://medium.com/asecuritysite-when-bob-met-alice/i-know-hmac-but-whats-cmac-b859799af732",
keywords = "aes,modes,hmac,cmac"
}
@online{michaelgrieco,
author = "Michael Grieco",
title = "C/C++ Math Library - 16 - AES Encryption",
url = "https://www.youtube.com/watch?v=BKAaT8_Ql20",
keywords = "aes,c,cpp"
}
@online{cryptographyforeverybody,
author = "Nils Kopal",
title = "AES – The Advanced Encryption Standard Explained",
url = "https://www.youtube.com/watch?v=h6wvqm0aXco",
keywords = "aes"
}
@online{cryptographyforeverybody,
author = "Nils Kopal",
title = "AES – Key Schedule/Key Expansion Explained",
url = "https://www.youtube.com/watch?v=rmqWaktEpcw",
keywords = "aes,keyexpansion"
}
@online{cryptographyforeverybody,
author = "Nils Kopal",
title = "Basics of Cryptology – Part 3 (Modern Symmetric Ciphers – Stream Ciphers & Block Ciphers)",
url = "https://www.youtube.com/watch?v=VXnLR8i-2n4",
keywords = "aes,blockcipher"
}
@online{cryptographyforeverybody,
author = "Nils Kopal",
title = "Basics of Cryptology – Part 24 (Cryptography – Block Cipher Modes of Operation)",
url = "https://www.youtube.com/watch?v=w5qKdFw2rMQ",
keywords = "aes,modes"
}
@online{cryptographyforeverybody,
author = "Nils Kopal",
title = "Basics of Cryptology – Part 25 (Cryptography – Block Cipher Padding)",
url = "https://www.youtube.com/watch?v=BUKGe50qwIc",
keywords = "aes,padding"
}
@online{springerlink,
author = "Subidh Ali, Xiaofei Guo, Ramesh Karri and Debdeep Mukhopadhyay",
title = "Fault Attacks on AES and Their Countermeasures",
url = "https://link.springer.com/chapter/10.1007/978-3-319-14971-4_5",
keywords = "aes,faults,attacks,countermeasures"
}
@online{springerlink,
author = "Jaspinder Kaur & Shirshendu Das",
title = "A Survey on Cache Timing Channel Attacks for Multicore Processors",
url = "https://link.springer.com/article/10.1007/s41635-021-00115-3",
keywords = "aes,cache,timing,attacks"
}
@online{techjury,
author = "Bobby Chernev",
title = "What Is AES and Why You Already Love It?",
url = "https://techjury.net/blog/what-is-aes/",
keywords = "aes"
}
@online{wikipediateoremafondamentaledigalois,
author = "Wikipedia",
title = "Teorema fondamentale della teoria di Galois",
url = "https://it.wikipedia.org/wiki/Teorema_fondamentale_della_teoria_di_Galois",
keywords = "galois,teorema"
}
@online{wikipediaestensionedicampi,
author = "Wikipedia",
title = "Estensione di campi",
url = "https://it.wikipedia.org/wiki/Estensione_di_campi",
keywords = "estensione di campi,campi"
}
@online{wikipediaestensionealgebrica,
author = "Wikipedia",
title = "Estensione algebrica",
url = "https://it.wikipedia.org/wiki/Estensione_algebrica",
keywords = "estensione algebrica"
}
@online{wikipediagruppodigalois,
author = "Wikipedia",
title = "Gruppo di Galois",
url = "https://it.wikipedia.org/wiki/Gruppo_di_Galois",
keywords = "gruppo, gruppo di galois, galois"
}
@online{wikipediaestensionedigalois,
author = "Wikipedia",
title = "Estensione di Galois",
url = "https://it.wikipedia.org/wiki/Estensione_di_Galois",
keywords = "estensione di galois, estensione, galois"
}
@online{githubaes,
author = "SergeyBal",
title = "AES",
url = "https://github.com/SergeyBel/AES",
keywords = "aes,cpp"
}
@online{mediumsaltnonceiv,
author = "Frida Casas",
title = "Salt, Nonces and IVs.. What’s the difference?",
url = "https://medium.com/@fridakahsas/salt-nonces-and-ivs-whats-the-difference-d7a44724a447",
keywords = "salt,nonce,iv"
}
@online{datacadamiaiv,
author = "DataCadamia",
title = "Crypto - initialization vector (IV) or starting variable (SV)",
url = "https://datacadamia.com/crypto/iv",
keywords = "iv,sv"
}