-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabstract.tex
More file actions
3 lines (3 loc) · 959 Bytes
/
abstract.tex
File metadata and controls
3 lines (3 loc) · 959 Bytes
1
2
3
\begin{abstract}
\noindent The project addresses the lack of anonymous P2P data storage networks by designing and implementing a send-receive API for such a network. Existing networks and technologies have been examined to help aid the initial design, while the implementation of the API revolves around the protocol which has been designed by considering intended use cases and the elements of the protocol reflect this. The final protocol design focuses on the security of information, in terms of confidentiality, integrity and availability. The network attempts to allow for predictable availability of packets through expiry dates in conjunction with a proof-of-work system to prevent abuse. The design takes into account anonymity, but does not implement it, opting instead to use and benefit from the highly popular anonymity layer, Tor. As a result of the project, the implementation, named Stor, has been released under a BSD license.
\end{abstract}