unbreak: Secure and resilient remote file storage utility
unbreak is a secure remote file storage utility written in Haskell.
Other than a working SSH server and an empty directory, it requires no configuration on the server-side to set up the file storage. Leveraging existing commands, it simplifies the process of fetching and saving files with a client-side encryption. It aims to make the work flow natural, as if the user is using an unencrypted local file, while keeping the local-remote interaction as rare as possible to be usable even with a highly unstable Internet connection.
unbreak uses modern crypto primitives such as scrypt and ChaCha20-Poly1305
to protect user security and privacy. Some of its usage is documented in
the Unbreak.Crypto
module. The API is internal and you should not
directly depend on them from your code, but browsing the source code from
the API docs and copying them to adapt to another free software is
highly encouraged.
For a detailed information on how to actually use this utility, please refer to its official web page at https://e.xtendo.org/scs/unbreak.
[Skip to Readme]
Downloads
- unbreak-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.3.0, 0.3.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=0.9), aeson-pretty (>=0.7), base (>=4.8 && <4.9), base64-bytestring (>=1 && <2), bytestring (>=0.10), cereal (>=0.4), cmdargs (>=0.10), cryptonite (>=0.9), memory (>=0.10), process (>=1 && <2), text (>=1 && <2), unbreak, unix (>=2 && <3) [details] |
Tested with | ghc ==7.10.2 |
License | AGPL-3.0-only |
Copyright | Copyright (C) 2015 Kinoru |
Author | Kinoru |
Maintainer | xkinoru@gmail.com |
Category | Network |
Home page | https://e.xtendo.org/scs/unbreak |
Bug tracker | https://github.com/kinoru/unbreak/issues |
Uploaded | by kinoru at 2015-12-31T04:01:16Z |
Distributions | |
Executables | unbreak |
Downloads | 1305 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-12-31 [all 1 reports] |