summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-03-27 05:03:58 +0000
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-03-27 05:03:58 +0000
commit1a3742e50e27f865b1f8ee30d9527773d6d2baa5 (patch)
tree95c8804cfdb8bbbd01528a39905c92341b0644c8
parent0b56cb11bf72120248229cac1785ac29333d2baf (diff)
Add section "Problem".
-rw-r--r--presentation/combox-p.pdfbin65091 -> 108221 bytes
-rw-r--r--presentation/p.tex72
2 files changed, 72 insertions, 0 deletions
diff --git a/presentation/combox-p.pdf b/presentation/combox-p.pdf
index cdb500e..fff6ea8 100644
--- a/presentation/combox-p.pdf
+++ b/presentation/combox-p.pdf
Binary files differ
diff --git a/presentation/p.tex b/presentation/p.tex
index edb1b63..e6cc443 100644
--- a/presentation/p.tex
+++ b/presentation/p.tex
@@ -112,6 +112,78 @@
\end{frame}
\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}
+
\section{Proposed Solution}
\section{Benchmarks}
\section{Testing}