diff options
Diffstat (limited to 'presentation')
-rw-r--r-- | presentation/combox-p.pdf | bin | 65091 -> 108221 bytes | |||
-rw-r--r-- | presentation/p.tex | 72 |
2 files changed, 72 insertions, 0 deletions
diff --git a/presentation/combox-p.pdf b/presentation/combox-p.pdf Binary files differindex cdb500e..fff6ea8 100644 --- a/presentation/combox-p.pdf +++ b/presentation/combox-p.pdf 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} |