Re-design of the original CryFS code to work as a library.
src | ||
test | ||
.gitignore | ||
.travis.yml | ||
biicode.conf | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
cryfs
Cryptographic filesystem for the cloud
This repository contains the filesystem implementation. There are submodules in the following repositores:
- Blockstore: Store (encrypted) fixed-size blocks of data in different backends
- Blobstore: Store resizeable blobs of data using blocks from a blockstore
- ParallelAccessStore: Concurrency primitive for Blockstore/Blobstore
- Fs++: Implement a file system against a platform independent interface