diff options
-rw-r--r-- | report/chapters/5-con-f.tex | 28 | ||||
-rw-r--r-- | report/combox-report.pdf | bin | 385225 -> 390061 bytes | |||
-rw-r--r-- | report/combox.tex | 2 |
3 files changed, 29 insertions, 1 deletions
diff --git a/report/chapters/5-con-f.tex b/report/chapters/5-con-f.tex new file mode 100644 index 0000000..2005795 --- /dev/null +++ b/report/chapters/5-con-f.tex @@ -0,0 +1,28 @@ +\chapter{Conclusion and Future Work}\label{ch:5} + +\epigraph{I love deadlines. I love the whooshing noise they make as + they go by.}{\textit{Douglas Adams}} + +combox is at a stage where it can be used by users as a tool to use +the storage provided by two file storage providers -- Google Drive and +Dropbox -- such that only part of each file in the encrypted form is +stored on the computers of the file storage providers; this method of +storing files on file storage providers makes it difficult but not +impossible for ``third parties'' to gain access to the user's personal +files. + +combox is at version 0.2.2, it is a python package licensed under the +GNU General Public License version 3 or later. It is compatible with +GNU/Linux and OS X. The program is considered to be in ``alpha'' stage +and must be used for experimental use only, it is not recommended to +store critical files on storage provided by file storage providers +using combox. Individuals who wish to try combox would want to look at +\url{https://ricketyspace.net/combox/setup/} to get the program +installed on their machines; Individuals who want to hack/learn about +combox would want to look at +\url{https://ricketyspace.net/combox/api/}. combox's canonical source +repository is at \url{https://git.ricketyspace.net/combox}, the +repository is also mirrored at +\url{https://bitbucket.org/bgsucodeloverslab/combox/src} and +\url{http://rsiddharth.ninth.su/git/cb.git/}. + diff --git a/report/combox-report.pdf b/report/combox-report.pdf Binary files differindex 0eb11f3..adc1ee2 100644 --- a/report/combox-report.pdf +++ b/report/combox-report.pdf diff --git a/report/combox.tex b/report/combox.tex index a36f7f4..74d695b 100644 --- a/report/combox.tex +++ b/report/combox.tex @@ -360,7 +360,7 @@ \include{chapters/4-testing}
%% 5
-\chapter{Conclusion and Future Work}
+\include{chapters/5-con-f}
\bibliographystyle{IEEEtran}
\bibliography{bib/combox}
|