From 4cb4ef1a37ab0cc4917f540a3b304df44637b5a6 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Sat, 8 Mar 2014 11:53:12 -0500 Subject: [PATCH] Done for a moment --- slides/aims.html | 76 ++++++++++++++++++++++++++++++++++ slides/caesar-break.html | 82 +++++++++++++++++++++++++++++++++++++ slides/caesar-encipher.html | 34 +++------------ 3 files changed, 163 insertions(+), 29 deletions(-) create mode 100644 slides/aims.html create mode 100644 slides/caesar-break.html diff --git a/slides/aims.html b/slides/aims.html new file mode 100644 index 0000000..e830227 --- /dev/null +++ b/slides/aims.html @@ -0,0 +1,76 @@ + + + + Aims + + + + + + + + + \ No newline at end of file diff --git a/slides/caesar-break.html b/slides/caesar-break.html new file mode 100644 index 0000000..5c95fc2 --- /dev/null +++ b/slides/caesar-break.html @@ -0,0 +1,82 @@ + + + + Breaking caesar ciphers + + + + + + + + + \ No newline at end of file diff --git a/slides/caesar-encipher.html b/slides/caesar-encipher.html index 3c40395..c4e8fb1 100644 --- a/slides/caesar-encipher.html +++ b/slides/caesar-encipher.html @@ -1,7 +1,7 @@ - Title + Caesar cipher