slides/slides01.tex
changeset 99 77125c0496e6
parent 98 3d585e603927
child 100 62b66cb088f6
--- a/slides/slides01.tex	Mon Sep 23 22:23:55 2013 +0100
+++ b/slides/slides01.tex	Mon Sep 23 22:43:28 2013 +0100
@@ -1019,7 +1019,7 @@
 \frametitle{\begin{tabular}{c}Unix Passwords\end{tabular}}
 
 \begin{itemize}
-\item passwords are \alert{\bf not} stored in clear text
+\item passwords must \alert{\bf not} be stored in clear text
 \item instead \texttt{/etc/shadow} contains
 \end{itemize}
 
@@ -1043,10 +1043,47 @@
 \end{frame}}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\mode<presentation>{
+\begin{frame}[c]
+\frametitle{\begin{tabular}{@ {}c@ {}}Plain-Text Passwords\end{tabular}}
+
+\pause
+\small\textcolor{gray}{On 25 September 2012, a report on a data breach at IEEE:}
+
+
+\begin{itemize}
+\item IEEE is a standards organisation (not-for-profit) 
+\item many standards in CS are by IEEE\medskip
+\item 100k plain-text passwords were recorded in logs
+\item the logs were openly accessible on their FTP server
+\end{itemize}\bigskip
+
+\begin{flushright}\small
+\textcolor{gray}{\url{http://ieeelog.com}}
+\end{flushright}
+
+\only<3->{
+\begin{textblock}{11}(3,2)
+\begin{tikzpicture}
+\draw (0,0) node[inner sep=2mm,fill=white, ultra thick, draw=red, rounded corners=2mm] 
+{\normalsize\color{darkgray}
+\begin{minipage}{7.5cm}\raggedright\small
+\includegraphics[scale=0.6]{pics/IEEElog.jpg}
+\end{minipage}};
+\end{tikzpicture}
+\end{textblock}}
+
+\end{frame}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
+
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \mode<presentation>{
 \begin{frame}[c]
-\frametitle{\begin{tabular}{c}Password Blunders\end{tabular}}
+\frametitle{\begin{tabular}{c}Other Password Blunders\end{tabular}}
 
 
 \begin{itemize}
@@ -1062,7 +1099,7 @@
 \end{itemize}\medskip
 
 \small
-Web user maintains 25 separate accounts but uses just 6.5 passwords
+(web user maintains 25 separate accounts but uses just 6.5 passwords.)
 
 \end{frame}}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%