Re-design of the original CryFS code to work as a library.
Go to file
Sebastian Messmer 428a1ec887 dummy commit
2015-09-12 20:57:38 +02:00
src Refactor directory structure 2015-09-12 20:16:13 +02:00
test Refactor directory structure 2015-09-12 20:16:13 +02:00
.gitignore Added README/LICENCE 2015-02-17 01:03:37 +01:00
.travis.yml Comments in .travis.yml 2015-09-07 16:44:40 +02:00
biicode.conf Use cpputils::TempFile and cpputils::Data instead of blockstore::TempFile and blockstore::Data 2015-04-25 03:37:25 +02:00
CMakeLists.txt Enable extended compiler warnings and resolve occurring ones 2015-05-08 02:11:34 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:21:53 +01:00
README.md dummy commit 2015-09-12 20:57:38 +02:00

cryfs

Cryptographic filesystem for the cloud

See http://www.cryfs.org

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