ext4-crypt icon indicating copy to clipboard operation
ext4-crypt copied to clipboard

Userspace tool to create ext4 encrypted directories.

Results 6 ext4-crypt issues
Sort by recently updated
recently updated
newest added

Hello, Firstly, it is unclear whether the directory passed to "ext4-crypt create" needs to already exist. The expectation from a function named "create" is that it does not have to...

After most operations, I need to do `echo 2 >/proc/sys/vm/drop_caches` otherwise filesystem operations are misleading/incorrect. Can't this operation just be built in? I can't think why people would not want...

/usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../libscrypt.so: undefined reference to `log' collect2: error: ld returned 1 exit status CMakeFiles/ext4-crypt.dir/build.make:146: recipe for target 'ext4-crypt' failed make[2]: **\* [ext4-crypt] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/ext4-crypt.dir/all' failed make[1]:...

root@:/project/ext4-crypt# mkdir vault root@:/project/ext4-crypt# ./ext4-crypt create vault Enter passphrase: Confirm passphrase: Cannot create inode in directory: Operation not permitted

f2fs supports the same ioctl() for encryption as ext4, so please add support for this filesystem too. Actual code change is simple: EXT4_KEY_DESC_PREFIX should be changed from "ext4:" to "f2fs:"...

In other words...what can do ext4-crypt which can not be done with"official" e4crypt. Thanks