diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-27 05:25:45 +0000 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-27 05:25:45 +0000 |
commit | 87fb0b2fada08bfd41a5d8ad0658613bffed6053 (patch) | |
tree | 9fb565abcfac99c613f138bd00dbc9df6ebd9074 /presentation/sections/2-problem.tex | |
parent | c136a9d8b5566b72f8fe1edbca8e92935ac53b13 (diff) |
Move things around.
- Each section is moved to its own file under sections/
Diffstat (limited to 'presentation/sections/2-problem.tex')
-rw-r--r-- | presentation/sections/2-problem.tex | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/presentation/sections/2-problem.tex b/presentation/sections/2-problem.tex new file mode 100644 index 0000000..cddc7a2 --- /dev/null +++ b/presentation/sections/2-problem.tex @@ -0,0 +1,75 @@ +% Public Domain. No Rights Reserved. See +% https://creativecommons.org/publicdomain/zero/1.0/ + +\section{Problem} + +\begin{frame} + \frametitle{Problem} + \centering + ``L'' folks are in trouble. +\end{frame} + +\begin{frame} + \frametitle{``L'' are in trouble} + \centering + Data stored in FSP's\footnote{FSP: File Storage Provider} computers $\ne$ Private +\end{frame} + +\begin{frame} + \frametitle{The last resort} + \centering + Encrypt everything! +\end{frame} + +\begin{frame}[fragile] + \frametitle{Encrypt everthing} + {\tiny + \begin{semiverbatim} + /^^^^^^^^^^^^\\ + | | +-----+ + | crypt0 | | | + secret.txt ---> | pr0gr4m | --> secret.txt.cipher --> | FSP | + | | | | + |____________| +-----+ + + FSP: File Storage Provider (Dropbox, Google Drive, etc). + \end{semiverbatim} + } +\end{frame} + + +\begin{frame} + \frametitle{Not Enough} + \centering + Our Adversaries are too powerful. +\end{frame} + + +\begin{frame}[fragile] + \frametitle{What if} + + {\tiny + \begin{semiverbatim} + +-----+ + | | + secret.txt.shard0 ----> | FSP | + +------------+ ^ | 1 | + | / / | | +-----+ + | crypt0 | | + secret.txt ---> | pr0gr4m | --| + | / / | | + +____________+ | +-----+ + v | | + secret.txt.shard1 ----> | FSP | + | 2 | + +-----+ +FSP: File Storage Provider (Dropbox, Google Drive, etc). + \end{semiverbatim} + } + +\end{frame} + +\begin{frame} + \centering + Enter combox. +\end{frame} |