Page 1 of 1

CryFS 0.11.2 [STATIC]

Posted: 07 Aug 2022, 19:05
by CawkA
CryFS 0.11.2 – Cryptographic filesystem for the cloud

Home page: https://www.cryfs.org/
Module size: 36.4 MiB
Download

CryFS 0.11.2 [STATIC]

Posted: 02 Oct 2022, 07:53
by CawkA
sha256sum this package:

Code: Select all

d955fbece3596b2b23078ce099944555c16a2164888ffa3c7d2c6f9dc4b52203

CryFS 0.11.2 [STATIC]

Posted: 19 Dec 2023, 03:16
by Rava
Just as info for potentially users
https://github.com/cryfs/cryfs
CryFS 0.10 or later is stable for most use cases, but has a couple of known issues that can corrupt your file system. They don't happen in normal day to day use, but can happen if you don't pay attention or aren't aware of them. This is why the version number hasn't reached 1.0 yet.
  • If you kill the CryFS process while it was in the middle of writing data (either intentionally or unintentionally by losing power to your PC), your file system could get corrupted. CryFS does not do journaling. Note that in 0.10.x, read accesses into a CryFS file system can cause writes because file timestamps get updated. So if you're unlucky, your file system could get corrupted if you lose power while you were reading files as well. Read accesses aren't an issue in CryFS 0.11.x anymore, because it mounts the filesystem with noatime by default.
  • The same corruption mentioned above can happen when CryFS is trying to write data but your disk ran out of space, causing the write to fail.
And some more details about potential pitfalls, to read them all visit the above URL.

(HTH :) )