updated
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 23 Sep 2013 23:58:21 +0100
changeset 101 b37223b88ebd
parent 100 62b66cb088f6
child 102 8f2c3329c9b8
updated
slides/slides01.pdf
slides/slides01.tex
Binary file slides/slides01.pdf has changed
--- a/slides/slides01.tex	Mon Sep 23 23:53:46 2013 +0100
+++ b/slides/slides01.tex	Mon Sep 23 23:58:21 2013 +0100
@@ -1175,13 +1175,14 @@
 \begin{itemize}
 \item break-ins (buffer overflows)
 \item access control\\ (role based, data security / data integrity)
-\item protocols\\
-(specification)
+\item electronic voting
+\item protocols (specification)
 \item access control logic
 \item privacy
 \begin{quote}
 Scott McNealy: \\``You have zero privacy anyway. Get over it.''
 \end{quote}
+\item zero-knowledge proofs
 \end{itemize}
 
 \end{frame}}
@@ -1326,6 +1327,40 @@
   
 \end{frame}}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\mode<presentation>{
+\begin{frame}[c]
+\frametitle{Satan's Computer}
+
+Ross Anderson and Roger Needham wrote:\bigskip
+
+\begin{tikzpicture}
+\draw (0,0) node[inner sep=2mm,fill=cream, ultra thick, draw=red, rounded corners=2mm] 
+{\normalsize\color{darkgray}
+\begin{minipage}{10cm}\raggedright\small
+``In effect, our task is to program a computer which gives 
+answers which are subtly and maliciously wrong at the most 
+inconvenient possible moment\ldots{} we hope that the lessons 
+learned from programming Satan's computer may be helpful 
+in tackling the more common problem of programming Murphy's.''
+\end{minipage}};
+\end{tikzpicture}\\[30mm]
+
+\only<2>{
+\begin{textblock}{11}(2,12)
+\begin{tabular}{c}
+\includegraphics[scale=0.12]{pics/ariane.jpg}\\[-2mm]
+\footnotesize Murphy's computer
+\end{tabular}
+\begin{tabular}{c}
+\includegraphics[scale=0.15]{pics/mobile.jpg}\;
+\includegraphics[scale=0.06]{pics/pinsentry.jpg}\\[-2mm]
+\footnotesize Satan's computers
+\end{tabular}
+\end{textblock}}
+
+\end{frame}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%