view slideshow.tex @ 1:713322cfe240

References and Q&A in the outline
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon, 07 Aug 2006 02:41:53 -0400
parents 199b4a4f57c0
children 5f931119cf7b
line wrap: on
line source

\documentclass[pdf,contemporain,slideColor,colorBG,accumulate,nototal]{prosper}

%\usepackage{macros-cp}

\title{PGP}
\subtitle{The government is watching you...}
\author{Josef ``Jeff'' Sipek}
\institution{}
\slideCaption{PGP -- Josef ``Jeff'' Sipek}

\begin{document}
\maketitle


% Intro to public key crypto
%	- what's symetric cryptography?
%		- caesar cipher example (rot13 variant)
%		- (a) cypher
%		- (b) key
%	- what's asymetric crypto?
%		- (a) cypher
%		- (b) 2 keys!
% PGP/GPG's role
% 	- why is GPG useful? (for me) / why would I want to use it?
%		- encrypt documents
%		- sign documents
% 	- what do I need to know?
%		- 
% 	- how do you use it?
%		- DEMO: sign a doc
%		- DEMO: verify sig on a doc
%		- DEMO: encrypt a doc
%		- DEMO: decrypt a doc
%		- There are frontends to make things easier
% what is keysigning?
%	- How do you verify who a key belongs to?
%	- web of trust
%		- alice/bob/etc. web - built one sig at a time
% what will happen next month?
% references
%	- http://www.gnupg.org/ GNU Privacy Guard
%	- http://www.ietf.org/rfc/rfc2440.txt OpenPGP Message Format
% Q&A


% What is it?
\overlays{1}{
\begin{slide}{What's SCM/VCS?}
	\begin{itemize}
		\item Source Code Management
		\item Version Control Systems
	\end{itemize}
\end{slide}}

% What can it do?
\overlays{3}{
\begin{slide}{What can it do?}
	\begin{itemstep}
		\item Keep revision history
		\item Revert to any revision
		\item Track down who changed particular line of code
	\end{itemstep}
\end{slide}}

\overlays{1}{
\begin{slide}{Q\&A}
	\vspace{1in}
	\begin{center}
		Questions?
	\end{center}
\end{slide}}

\end{document}