encfs
encfs copied to clipboard
EncFS: an Encrypted Filesystem for FUSE.
MacOS Monterey 12.4, Xcode-13.4.1, encfs current master. ``` $ make all . . . Consolidate compiler generated dependencies of target encfs [ 12%] Building CXX object CMakeFiles/encfs.dir/encfs/NullCipher.cpp.o /Users/ur20980/src/encfs/encfs/NullCipher.cpp:81:36: error: no...
If I run jammy in docker and create an encfs filesystem with blowfish I get a segmentation fault (on my real machine the same segmentation fault prevents me from mounting...
Fixes #641
Exclude
Issue #55 is a feature-request for a --exclude option. This patch implements that option, though it's not ready for merge yet. First, do people still want this feature? I know...
Building fails with a warning that maybe this var didn't get initialized. So I'm setting it to 0. Is that right, wrong, catastrophic? I dunno, but the warning went away...
If you didn't like #647, this is an alternate solution. Just don't error on the "maybe-uninitialized" warning.
I'm trying to install and run command in macOS Catalina 10.15.7: brew install encfs but getting error below Error: encfs has been disabled because it requires FUSE! or Error: homebrew/fuse...
My directory structure kind of looks like this ``` /home [root:root drwxr-xr-x] /schuwi [schuwi:schuwi drwx------] /subdir [schuwi:schuwi drwxrwxr-x] /encrypted [user-x:group-x drwxrwxr-x] /.encfs6.xml [schuwi:schuwi -rw-rw----] /decrypted (encfs mounts here) ``` I...
if i save encrypt data and .encfs6.xml in a place that other can get. and the other can't get my password key is it safe? thanks
The following `encfs` commit forces RPATH https://github.com/vgough/encfs/commit/31e302cb4a210b2fbd74e173f86907ce1b20d86c on Linux. https://github.com/vgough/encfs/blob/c444f9b9176beea1ad41a7b2e29ca26e709b57f7/CMakeLists.txt#L322-L323 With the cleanup of `RPATH/RUNPATH` in - https://github.com/LibreELEC/LibreELEC.tv/pull/6094 - we are cleaning up incorrect and unnecessary `RPATH/RUNPATH`, we have used...