Re-design of the original CryFS code to work as a library.
Go to file
2015-03-11 00:23:52 +01:00
impl CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
.gitignore Added README/LICENCE 2015-02-17 01:03:37 +01:00
.travis.yml Use parallel build on travis 2015-03-07 01:50:47 +01:00
biicode.conf Dir::children() returns not only the entry name, but also whether it is a file or a directory entry 2015-03-10 21:51:42 +01:00
CMakeLists.txt Switch to biicode 2015-02-17 01:02:15 +01:00
CryConfig.cpp CryFS uses BlobStore instead of BlockStore as a base 2015-02-27 00:51:51 +01:00
CryConfig.h CryFS uses BlobStore instead of BlockStore as a base 2015-02-27 00:51:51 +01:00
CryDevice.cpp CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryDevice.h CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryDir.cpp CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryDir.h CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryFile.cpp CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryFile.h CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryNode.cpp Fix lstat 2015-03-08 03:25:20 +01:00
CryNode.h Fix lstat 2015-03-08 03:25:20 +01:00
CryOpenFile.cpp CryDir/CryFile don't actually open the block, but only keep a reference to the key 2015-03-11 00:23:52 +01:00
CryOpenFile.h Started implementing reading/writing files 2015-03-08 03:51:19 +01:00
LICENSE Added README/LICENCE 2015-02-17 01:03:37 +01:00
main.cpp Switch to biicode 2015-02-17 01:02:15 +01:00
README.md Added README/LICENCE 2015-02-17 01:03:37 +01:00

cryfs

Cryptographic filesystem for the cloud