ss4 - secure file storage and backup
Store your files in the cloud, encrypted.
What's up with that name?
There are two hard problems in computer science:
cache invalidation, naming things and off-by-one errors.
So, since I, like the next guy, suck at naming stuff and this is the fourth complete rewrite of the project...
this is storage solution 4. Obviously.
Contributions
The initial idea was born a long time ago in 2013, but the first prototype was implemented
in cooperation with Wolfgang Reiter during a university course on secure systems in 2017.
Several rewrites of the entire codebase later, I am finally happy to release this into the world.
Changelog
v0.1.3
v0.1.2
- implement db lock file to prevent concurrent access and file corruption, data loss
- add inspect function to ss4db to view details about files in a database
v0.1.1
- fix some import paths
- show elapsed time and eta on save, restore, show progress on trim and del
v0.1.0
License
released unter MIT license.
ss4 - secure file storage and backup
Copyright (c) 2018 Roman Bendt
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.