With Ubuntu 14.04 I used to encrypt a Private directory with ecryptfs. Now I am considering enhancing security by encrypting the whole disk, checking the checkbox “Encrypt the new Ubuntu installation for security” during installation of Ubuntu 18.04 LTS. After that, would it still be possible to use ecryptfs to encrypt a Private directory?
- 1,767
1 Answers
Starting with Ubuntu 18.04, Canonical dropped the support for encrypting your home folder with ecryptfs during installation. Full disk encryption is safer and has better performance. That is not to say that encrypting your home folder, and other folders, has no use. Ecryptfs is expected to be replaced by fscrypt, and the option should return to default Ubuntu installations in the near future, but it was deemed not ready for deployment to for version 18.04.
To answer your question directly, yes you will still be possible to encrypt any other folder you might have in your system on top of the Full disk encryption provided by Cryptsetup/LUKS. For that you will be able to use any encryption tool you prefer, be it ecryptfs, veracrypt, fscrypt, and many others. Make sure to read on the functionalities of each and choose the one that better suit your needs.
If you are looking for encrypting your whole home folder and auto-mounting it on user login, expect a bit extra configuration, but again, absolutely possible. For other cases, the setup should be fairly straightforward.
- 1,146