From 1a3742e50e27f865b1f8ee30d9527773d6d2baa5 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sun, 27 Mar 2016 05:03:58 +0000 Subject: Add section "Problem". --- presentation/combox-p.pdf | Bin 65091 -> 108221 bytes presentation/p.tex | 72 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/presentation/combox-p.pdf b/presentation/combox-p.pdf index cdb500e..fff6ea8 100644 Binary files a/presentation/combox-p.pdf and b/presentation/combox-p.pdf 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} -- cgit v1.2.3