fscrypt
fscrypt copied to clipboard
Go tool for managing Linux filesystem encryption
Hello, We need to specify an other path for /etc/fscrypt.conf , as parameter to each command. Regards, Nicolas
Hi! In the vein of #175 I was playing with `fscrypt` as a library to get information about a directory. One thing I noticed, is a bunch of debugging oriented...
The fscrypt tool should have a man page so that users can easily and locally find more information on how to use fscrypt. The man page should probably live in...
Fscrypt uses the [`Key struct`](https://github.com/google/fscrypt/blob/master/crypto/key.go) to keep sensitive cryptographic data locked in memory and zeroed after use. However, this would be better spun out into a separate library (as it...
I guess that's not the right place to ask this question, but I didn't get any support where I asked. To the question. I installed Devuan Chimaera and I wanted...
The new MetadataPath field in Mount struct is the absolute path to fscrypt metadata directory (.fscrypt), if different from where the file system is mounted (as stored in Path). This...
This is perhaps more a question although maybe it's better that the documentation be updated. I am trying to use fscrypt on Fedora and since there are no packages available...
As ubuntu dropped the support for home directory encryption I am trying to do it myself via fscrypt in ubuntu 18.04 bionic. I am doing my experiments first via virtualbox...
I wonder that whether fscrypt support format(a fscrypt format) a user's home directory automatically when the user be created, and decrypt/encrypt the home directory when the user log in /...
Creating a frontend for fscrypt requires a lot of parsing of its output and parsing is usually very sensitive the presence or absence of space and new line characters. 1....