fscrypt icon indicating copy to clipboard operation
fscrypt copied to clipboard

Go tool for managing Linux filesystem encryption

Results 50 fscrypt issues
Sort by recently updated
recently updated
newest added

We should have a better idea of how well our code is tested. - [x] (#27) Have a way to automatically compute code coverage - [x] (#27) Add a badge...

enhancement
testing

Encrypting a new directory with a new v2 policy re-uses the login protector. However, it does not re-use the recovery protector, but creates a new one (Y/n). User ends up...

enhancement

Destroying policies and protectors feels like a gamble. After a while, and after some upgrades to `fscrypt`, a user can end up with a lot of encrypted directories scattered over...

enhancement

This would be really cool, but really only makes sense for portable U2F keys Library: https://github.com/flynn/u2f

enhancement

Right now we ask two questions when running "fscrypt encrypt": 1. Do you want a new protector? 2. (If no), which existing protector would you like to use? We should...

enhancement
help wanted

[systemd-homed](https://wiki.archlinux.org/index.php/Systemd-homed) allows for [fscrypt-encrypted home directories](https://wiki.archlinux.org/index.php/Systemd-homed#fscrypt_directory). However, this does not use the fscrypt userspace tool, just the kernel functionality. We should document the tradeoffs of using `homectl` vs this tool....

documentation

When using SDDM display manager, **filenames are still available in plaintext after user logs out**. It's weird as **file contents remain encrypted**. **It doesn't happen if user logs in from...

bug
documentation

Is it possible to compile fscrypt without libpam for systems that do not support it?

enhancement

You can't run `fscrypt encrypt` on a directory that is already encrypted with pam_passphrase: ``` # mkdir test # fscrypt encrypt test --user=redsandro Your data can be protected with one...

enhancement

How long until `fscrypt recovery` will be a thing? I've had my ass saved at least once in the past by keeping an unwrapped ecryptfs key safely stored, and I'd...

enhancement
documentation