-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Linux Mint 19 proposes home encryption using eCryptfs
, which hasn't been maintained for 4 years.
I've been manually replacing eCryptfs
with fscrypt
in Linux Mint 19 for encrypted homes. fscrypt
is more memory-efficient, uses more up-to-date cryptography than eCryptfs
, and it does not require setuid binaries.
fscrypt
is ext4
native encryption, and now supports v2 kernel encryption policies, which depends on kernel 5.4.
It's time to replace the deprecated and unmaintained stacked old fuse-based ecryptfs
with native fscrypt
support, and bring encrypted homes back to modern times with Linux Mint 20.
I have previously suggested this for Ubuntu 20.04, but as we know, they have dropped home encryption and are now pushing full disk encryption.
ℹ️ Please note that fscrypt
in the Ubuntu 20.04 repositories is (currently) very old. See https://bugs.launchpad.net/ubuntu/+source/fscrypt/+bug/1882993
ℹ️ See also: fscrypt on Archlinux Wiki