0
|
1 |
\documentclass[dvipsnames,14pt,t]{beamer}
|
|
2 |
\usepackage{beamerthemeplainculight}
|
|
3 |
\usepackage[T1]{fontenc}
|
|
4 |
\usepackage[latin1]{inputenc}
|
|
5 |
\usepackage{mathpartir}
|
|
6 |
\usepackage[absolute,overlay]{textpos}
|
|
7 |
\usepackage{ifthen}
|
|
8 |
\usepackage{tikz}
|
|
9 |
\usepackage{pgf}
|
|
10 |
\usepackage{calc}
|
|
11 |
\usepackage{ulem}
|
|
12 |
\usepackage{courier}
|
|
13 |
\usepackage{listings}
|
|
14 |
\renewcommand{\uline}[1]{#1}
|
|
15 |
\usetikzlibrary{arrows}
|
|
16 |
\usetikzlibrary{automata}
|
|
17 |
\usetikzlibrary{shapes}
|
|
18 |
\usetikzlibrary{shadows}
|
|
19 |
\usetikzlibrary{positioning}
|
|
20 |
\usetikzlibrary{calc}
|
|
21 |
\usepackage{graphicx}
|
|
22 |
|
|
23 |
\definecolor{javared}{rgb}{0.6,0,0} % for strings
|
|
24 |
\definecolor{javagreen}{rgb}{0.25,0.5,0.35} % comments
|
|
25 |
\definecolor{javapurple}{rgb}{0.5,0,0.35} % keywords
|
|
26 |
\definecolor{javadocblue}{rgb}{0.25,0.35,0.75} % javadoc
|
|
27 |
|
|
28 |
\lstset{language=Java,
|
|
29 |
basicstyle=\ttfamily,
|
|
30 |
keywordstyle=\color{javapurple}\bfseries,
|
|
31 |
stringstyle=\color{javagreen},
|
|
32 |
commentstyle=\color{javagreen},
|
|
33 |
morecomment=[s][\color{javadocblue}]{/**}{*/},
|
|
34 |
numbers=left,
|
|
35 |
numberstyle=\tiny\color{black},
|
|
36 |
stepnumber=1,
|
|
37 |
numbersep=10pt,
|
|
38 |
tabsize=2,
|
|
39 |
showspaces=false,
|
|
40 |
showstringspaces=false}
|
|
41 |
|
|
42 |
\lstdefinelanguage{scala}{
|
|
43 |
morekeywords={abstract,case,catch,class,def,%
|
|
44 |
do,else,extends,false,final,finally,%
|
|
45 |
for,if,implicit,import,match,mixin,%
|
|
46 |
new,null,object,override,package,%
|
|
47 |
private,protected,requires,return,sealed,%
|
|
48 |
super,this,throw,trait,true,try,%
|
|
49 |
type,val,var,while,with,yield},
|
|
50 |
otherkeywords={=>,<-,<\%,<:,>:,\#,@},
|
|
51 |
sensitive=true,
|
|
52 |
morecomment=[l]{//},
|
|
53 |
morecomment=[n]{/*}{*/},
|
|
54 |
morestring=[b]",
|
|
55 |
morestring=[b]',
|
|
56 |
morestring=[b]"""
|
|
57 |
}
|
|
58 |
|
|
59 |
\lstset{language=Scala,
|
|
60 |
basicstyle=\ttfamily,
|
|
61 |
keywordstyle=\color{javapurple}\bfseries,
|
|
62 |
stringstyle=\color{javagreen},
|
|
63 |
commentstyle=\color{javagreen},
|
|
64 |
morecomment=[s][\color{javadocblue}]{/**}{*/},
|
|
65 |
numbers=left,
|
|
66 |
numberstyle=\tiny\color{black},
|
|
67 |
stepnumber=1,
|
|
68 |
numbersep=10pt,
|
|
69 |
tabsize=2,
|
|
70 |
showspaces=false,
|
|
71 |
showstringspaces=false}
|
|
72 |
|
|
73 |
% beamer stuff
|
1
|
74 |
\renewcommand{\slidecaption}{APP 01, King's College London, 25.~September 2012}
|
0
|
75 |
|
|
76 |
|
|
77 |
\begin{document}
|
|
78 |
|
|
79 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
80 |
\mode<presentation>{
|
|
81 |
\begin{frame}<1>[t]
|
|
82 |
\frametitle{%
|
1
|
83 |
\begin{tabular}{@ {}c@ {}}
|
|
84 |
\LARGE Access Control and \\[-3mm]
|
|
85 |
\LARGE Privacy Policies (1)\\[-6mm]
|
|
86 |
\end{tabular}}
|
|
87 |
|
|
88 |
\begin{center}
|
|
89 |
\includegraphics[scale=1.3]{pics/barrier.jpg}
|
|
90 |
\end{center}
|
|
91 |
|
|
92 |
\normalsize
|
|
93 |
\begin{center}
|
|
94 |
\begin{tabular}{ll}
|
|
95 |
Email: & christian.urban at kcl.ac.uk\\
|
|
96 |
Office: & S1.27 (1st floor Strand Building)\\
|
|
97 |
Slides: & KEATS
|
|
98 |
\end{tabular}
|
|
99 |
\end{center}
|
|
100 |
|
|
101 |
|
0
|
102 |
\end{frame}}
|
|
103 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
104 |
|
1
|
105 |
|
|
106 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
107 |
\mode<presentation>{
|
|
108 |
\begin{frame}[c]
|
|
109 |
\frametitle{\begin{tabular}{@ {}c@ {}}Security Engineers\end{tabular}}
|
|
110 |
|
|
111 |
According to Bruce Schneier, {\bf security engineers} require
|
|
112 |
a particular {\bf mindset}:\bigskip
|
|
113 |
|
|
114 |
\begin{tikzpicture}
|
|
115 |
\draw (0,0) node[inner sep=2mm,fill=cream, ultra thick, draw=red, rounded corners=2mm]
|
|
116 |
{\normalsize\color{darkgray}
|
|
117 |
\begin{minipage}{10cm}\raggedright\small
|
|
118 |
``Security engineers --- at least the good ones --- see the world dif$\!$ferently.
|
|
119 |
They can't walk into a store without noticing how they might shoplift. They can't
|
|
120 |
use a computer without wondering about the security vulnerabilities. They can't
|
|
121 |
vote without trying to figure out how to vote twice. They just can't help it.''
|
|
122 |
\end{minipage}};
|
|
123 |
\end{tikzpicture}
|
|
124 |
|
|
125 |
\begin{flushright}
|
|
126 |
\includegraphics[scale=0.0087]{pics/schneierbook1.jpg}\;
|
|
127 |
\includegraphics[scale=0.0087]{pics/schneierbook2.jpg}\;
|
|
128 |
\includegraphics[scale=0.85]{pics/schneier.png}
|
|
129 |
\end{flushright}
|
|
130 |
|
|
131 |
|
|
132 |
\end{frame}}
|
|
133 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
134 |
|
|
135 |
|
0
|
136 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
137 |
\mode<presentation>{
|
|
138 |
\begin{frame}[c]
|
1
|
139 |
\frametitle{\begin{tabular}{@ {}c@ {}}Yes\ldots\end{tabular}}
|
|
140 |
|
|
141 |
\begin{tikzpicture}
|
|
142 |
\draw (0,0) node[inner sep=2mm,fill=cream, ultra thick, draw=red, rounded corners=2mm]
|
|
143 |
{\normalsize\color{darkgray}
|
|
144 |
\begin{minipage}{10cm}\raggedright\small
|
|
145 |
The Guardian (2006): ``Chip-and-PIN is so effective in this country that fraudsters are starting to move their activities overseas,''
|
|
146 |
said Emile Abu-Shakra, spokesman for Lloyds TSB.
|
|
147 |
\end{minipage}};
|
|
148 |
\end{tikzpicture}\bigskip
|
|
149 |
|
0
|
150 |
|
1
|
151 |
\begin{itemize}
|
|
152 |
\item mag-stripe cards cannot be cloned anymore
|
|
153 |
\item stolen or cloned cards need to be used abroad
|
|
154 |
\item fraud on lost, stolen and counterfeit credit cards was down \pounds{}60m (24\%) on 2004's figure
|
|
155 |
\end{itemize}
|
|
156 |
|
|
157 |
|
|
158 |
\end{frame}}
|
|
159 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
160 |
|
|
161 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
162 |
\mode<presentation>{
|
|
163 |
\begin{frame}[c]
|
|
164 |
\frametitle{\begin{tabular}{c}BUT\ldots\end{tabular}}
|
|
165 |
|
|
166 |
|
|
167 |
\begin{textblock}{1}(3,4)
|
|
168 |
\begin{tabular}{c}
|
|
169 |
\includegraphics[scale=0.3]{pics/bank.png}\\[-2mm]
|
|
170 |
\small Bank
|
0
|
171 |
\end{tabular}
|
|
172 |
\end{textblock}
|
1
|
173 |
|
|
174 |
\begin{textblock}{1}(7,4.5)
|
|
175 |
\begin{tabular}{c}
|
|
176 |
\includegraphics[scale=3]{pics/store.png}\\[-2mm]
|
|
177 |
\end{tabular}
|
|
178 |
\end{textblock}
|
|
179 |
|
0
|
180 |
\only<2->{
|
1
|
181 |
\begin{textblock}{1}(12,6.5)
|
|
182 |
\begin{tabular}{c}
|
|
183 |
\includegraphics[scale=0.8]{pics/factory.png}\\[-1mm]
|
|
184 |
\small terminal\\[-2mm] \small producer
|
0
|
185 |
\end{tabular}
|
|
186 |
\end{textblock}}
|
|
187 |
|
1
|
188 |
\begin{textblock}{1}(4.5,9.9)
|
|
189 |
\begin{tabular}{c}
|
|
190 |
\includegraphics[scale=0.16]{pics/rman.png}\\[-1mm]
|
|
191 |
\small costumer / you
|
|
192 |
\end{tabular}
|
|
193 |
\end{textblock}
|
0
|
194 |
|
|
195 |
\end{frame}}
|
|
196 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
197 |
|
|
198 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
199 |
\mode<presentation>{
|
|
200 |
\begin{frame}[c]
|
1
|
201 |
\frametitle{\begin{tabular}{c}Chip-and-PIN\end{tabular}}
|
0
|
202 |
|
|
203 |
|
1
|
204 |
\begin{itemize}
|
|
205 |
\item ``tamperesitant'' terminal playing Tetris on
|
|
206 |
\textcolor{blue}{\href{http://www.youtube.com/watch?v=wWTzkD9M0sU}{youtube}}\\
|
|
207 |
\textcolor{lightgray}{\footnotesize(\url{http://www.youtube.com/watch?v=wWTzkD9M0sU})}
|
|
208 |
\end{itemize}
|
|
209 |
|
|
210 |
|
|
211 |
\includegraphics[scale=0.2]{pics/tetris.jpg}
|
|
212 |
|
|
213 |
|
0
|
214 |
\end{frame}}
|
1
|
215 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
0
|
216 |
|
|
217 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
218 |
\mode<presentation>{
|
|
219 |
\begin{frame}[c]
|
1
|
220 |
\frametitle{\begin{tabular}{c}Chip-and-PIN\end{tabular}}
|
|
221 |
|
0
|
222 |
|
|
223 |
\begin{itemize}
|
1
|
224 |
\item in 2006, Shell petrol stations stopped accepting Chip-and-PIN after \pounds{}1m had been stolen from customer accounts
|
|
225 |
\item in 2008, hundreds of card readers for use in Britain, Ireland, the Netherlands, Denmark, and Belgium had been
|
|
226 |
expertly tampered with shortly after manufacture so that details and PINs of credit cards were sent during the 9 months
|
|
227 |
before over mobile phone networks to criminals in Lahore, Pakistan
|
0
|
228 |
\end{itemize}
|
|
229 |
|
|
230 |
\end{frame}}
|
|
231 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
232 |
|
|
233 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
234 |
\mode<presentation>{
|
|
235 |
\begin{frame}[c]
|
1
|
236 |
\frametitle{\begin{tabular}{c}Chip-and-PIN is Broken\end{tabular}}
|
0
|
237 |
|
1
|
238 |
\begin{flushright}
|
|
239 |
\includegraphics[scale=0.01]{pics/andersonbook1.jpg}\;
|
|
240 |
\includegraphics[scale=1.5]{pics/anderson.jpg}
|
|
241 |
\end{flushright}
|
0
|
242 |
|
|
243 |
\begin{itemize}
|
1
|
244 |
\item Man-in-the-middle attacks by the group around Ross Anderson\medskip
|
0
|
245 |
\end{itemize}
|
|
246 |
|
1
|
247 |
\begin{center}
|
|
248 |
\includegraphics[scale=0.5]{pics/chip-attack.png}
|
|
249 |
\end{center}
|
0
|
250 |
|
|
251 |
\end{frame}}
|
|
252 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
253 |
|
|
254 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
255 |
\mode<presentation>{
|
|
256 |
\begin{frame}[c]
|
1
|
257 |
\frametitle{\begin{tabular}{@ {}c@ {}}Chip-and-PIN is Really Broken\end{tabular}}
|
0
|
258 |
|
1
|
259 |
\begin{flushright}
|
|
260 |
\includegraphics[scale=0.01]{pics/andersonbook1.jpg}\;
|
|
261 |
\includegraphics[scale=1.5]{pics/anderson.jpg}
|
|
262 |
\end{flushright}
|
0
|
263 |
|
|
264 |
\begin{itemize}
|
1
|
265 |
\item same group successfully attacked last this year card readers and ATM machines
|
|
266 |
\item the problem: several types of ATMs generate poor random numbers, which are used as nonces
|
0
|
267 |
\end{itemize}
|
1
|
268 |
|
0
|
269 |
\end{frame}}
|
|
270 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
271 |
|
|
272 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
273 |
\mode<presentation>{
|
|
274 |
\begin{frame}[c]
|
1
|
275 |
\frametitle{\begin{tabular}{c}The Problem\ldots\end{tabular}}
|
0
|
276 |
|
|
277 |
|
1
|
278 |
\begin{textblock}{1}(3,4)
|
|
279 |
\begin{tabular}{c}
|
|
280 |
\includegraphics[scale=0.3]{pics/bank.png}\\[-2mm]
|
|
281 |
\small Bank
|
|
282 |
\end{tabular}
|
|
283 |
\end{textblock}
|
|
284 |
|
|
285 |
\begin{textblock}{1}(7,4.5)
|
|
286 |
\begin{tabular}{c}
|
|
287 |
\includegraphics[scale=3]{pics/store.png}\\[-2mm]
|
|
288 |
\end{tabular}
|
|
289 |
\end{textblock}
|
0
|
290 |
|
1
|
291 |
\begin{textblock}{1}(12,6.5)
|
|
292 |
\begin{tabular}{c}
|
|
293 |
\includegraphics[scale=0.8]{pics/factory.png}\\[-1mm]
|
|
294 |
\small terminal\\[-2mm] \small producer
|
|
295 |
\end{tabular}
|
0
|
296 |
\end{textblock}
|
1
|
297 |
|
|
298 |
\begin{textblock}{1}(4.5,9.9)
|
|
299 |
\begin{tabular}{c}
|
|
300 |
\includegraphics[scale=0.13]{pics/rman.png}\\[-1mm]
|
|
301 |
\small costumer / you
|
|
302 |
\end{tabular}
|
|
303 |
\end{textblock}
|
0
|
304 |
|
1
|
305 |
\begin{textblock}{14}(1,13.5)
|
|
306 |
\begin{itemize}
|
|
307 |
\item the burden of proof for fraud and financial liability shifted to the costumer
|
|
308 |
\end {itemize}
|
0
|
309 |
\end{textblock}
|
|
310 |
|
|
311 |
\end{frame}}
|
|
312 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
313 |
|
|
314 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
315 |
\mode<presentation>{
|
|
316 |
\begin{frame}[c]
|
1
|
317 |
\frametitle{\begin{tabular}{c}Screwed Again\end{tabular}}
|
0
|
318 |
|
|
319 |
|
1
|
320 |
\begin{flushright}
|
|
321 |
\includegraphics[scale=0.3]{pics/rbssecure.jpg}
|
|
322 |
\end{flushright}
|
|
323 |
|
0
|
324 |
\begin{itemize}
|
1
|
325 |
\item {\bf Responsibility}\\
|
|
326 |
``You understand that you are financially responsible for all uses of RBS Secure.''\\
|
|
327 |
\textcolor{lightgray}{\footnotesize\url{https://www.rbssecure.co.uk/rbs/tdsecure/terms_of_use.jsp}}
|
0
|
328 |
\end{itemize}
|
|
329 |
|
|
330 |
\end{frame}}
|
|
331 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
332 |
|
|
333 |
|
|
334 |
|
|
335 |
\end{document}
|
|
336 |
|
|
337 |
%%% Local Variables:
|
|
338 |
%%% mode: latex
|
|
339 |
%%% TeX-master: t
|
|
340 |
%%% End:
|
|
341 |
|