Re-design of the original CryFS code to work as a library.
Go to file
2015-09-16 22:54:07 +02:00
src Show version information 2015-09-16 22:54:07 +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 Show version information 2015-09-16 22:54:07 +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

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