self_encryption
Self encrypting files (convergent encryption plus obfuscation)
Travis build and test status

Windows build status

Documentation
MaidSafe System Documention
MaidSafe web site
MaidSafe Community site
![image of self encryption] (https://github.com/dirvine/self_encryption/blob/master/img/self-encryption.png?raw=true)
ToDo list
- [x] Initial structure
- [x] Test set-up
- [x] Travis integration
- [x] Docs creation
- [x] Docs hosting (github.io)
- [ ] Windows CI set-up (ci.AppVeyor.com)
- [ ] API stable version 1.0
- [ ] Read/Write file in memory based buffer
- [ ] Allow any size file
- [ ] Replace sequencer with new struct and use BufferedStream to offload to disk
- [ ] Clean up any cache chunks when disk space is low (start + now < 90%)
- [ ] Store intermediate chunks when disk space is low (start + now < 90%)
- [ ] Add another functor to constructor to allow storage query for chunks (not get)
- [ ] Check for first last middle chunks on net and presume file stored
- [ ] Coverage analysis (coveralls ?)