github cryfs/cryfs 0.10-m1

latest releases: 0.11.4, 2.0.0-alpha1, 0.11.3...
pre-release7 years ago

edit: Please don't use this version, there's a race condition that'll make it crash quite often. Use HEAD of the next branch instead or wait for 0.10-m2.


This is a pre-release of CryFS 0.10.
Feel free to test it, but don't expect everything to work ;)

Based on 0.9.5, this release includes the following additional features:

  • Integrity protection. The file system will deliberately crash and notify you when it notices that an attacker (e.g. a malicious cloud storage provider) tried to modify your data. The protection covers the whole file system (i.e. files, directory structure, symlinks, ...), not only file contents.
  • Conflict resolution: Each entity in the file system (files, directories, symlinks) stores a pointer to the directory containing it. If two clients add a file to the same directory at the same time and this causes a synchronization conflict, the parent pointers can be used to resolve the conflict. Right now, the pointers are only stored. Conflict resolution will come in future versions.

Don't miss a new cryfs release

NewReleases is sending notifications on new releases.