bela53
bela53
I second this. Some well known alternatives like [CryFS](https://github.com/cryfs/cryfs) or [gocryptfs](https://github.com/rfjakob/gocryptfs) manage to mount a virtual file system container with user privileges inside /home directory, no root required. Another example...
@ElMostafaIdrassi a more targeted question: would [FUSE](https://github.com/libfuse/libfuse) be an option for VeraCrypt in combination with file containers (not for system partition or Co.)? It effectively is used by above mentioned...
@ElMostafaIdrassi very thorough answer, thanks for all the details! I now can see, there is a fundamental difference between file-level and block-level encryption and that block-level encryption is somehow hard...