How can I make Debian encrypt and decrypt my home folder when I log in/out like Ubuntu does?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The setup for encrypted home folder is described here for Ubuntu:

https://help.ubuntu.com/community/FolderEncryption

This should work on Debian as well, as Ubuntu is based on Debian.

However, you should consider whether full-disk encryption (i.e. encryption of / ) isn't more appropriate for you. Many programs will store personal data outside /home (e.g. /tmp, /var), plus swap will often also contain personal data leaked by swapping. So I'd advise to encrypt / and swap using LUKS. This is supported by the standard Debian installer; see the section in the Debian installation guide.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.