Re-design of the original CryFS code to work as a library.
Go to file
Sebastian Messmer dfb030e51b Config file is also configurable with an option 2015-09-29 14:39:10 +02:00
src Config file is also configurable with an option 2015-09-29 14:39:10 +02:00
test Config file is also configurable with an option 2015-09-29 14:39:10 +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
CMakeLists.txt MountDir and BaseDir are configureable via command line 2015-09-29 14:29:10 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:21:53 +01:00
README.md Add travis CI build icon 2015-09-12 21:10:15 +02:00
biicode.conf Update gitversion dependency 2015-09-21 17:16:41 +02:00

README.md

cryfs Build Status

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