2015-09-12 21:10:15 +02:00
|
|
|
# cryfs [![Build Status](https://travis-ci.org/cryfs/cryfs.svg?branch=master)](https://travis-ci.org/cryfs/cryfs)
|
2015-02-17 01:03:37 +01:00
|
|
|
Cryptographic filesystem for the cloud
|
2015-08-01 23:48:25 +02:00
|
|
|
|
|
|
|
See http://www.cryfs.org
|
2015-09-12 20:49:42 +02:00
|
|
|
|
|
|
|
This repository contains the filesystem implementation. There are submodules in the following repositores:
|
|
|
|
|
|
|
|
- [Blockstore](https://github.com/cryfs/blockstore): Store (encrypted) fixed-size blocks of data in different backends
|
|
|
|
- [Blobstore](https://github.com/cryfs/blobstore): Store resizeable blobs of data using blocks from a blockstore
|
|
|
|
- [ParallelAccessStore](https://github.com/cryfs/parallelaccessstore): Concurrency primitive for Blockstore/Blobstore
|
|
|
|
- [Fs++](https://github.com/cryfs/fspp): Implement a file system against a platform independent interface
|
2015-09-12 20:57:38 +02:00
|
|
|
|