2

I'm running Arch Linux and would like to encrypt my personal files in my home directory /home/myusername. What is the recommended way of encrypting it? I've already read about dm-crypt and LUKS. But both methods seem to require entering a password after every (re)boot. Is there a other more easy way?

Additionally, would you recommending encrypting the complete / partition?

reonod
  • 21
  • 1
  • 2

2 Answers2

1

Consider the information from "Benjamin's Blog":

How to: Encrypt your Home directory in Arch Linux

0

I suggest looking at clevis with luks binding and tang for that purpose.

EDIT: There is some documentation on these tools in official RHEL documentation but one needs to search for it. They are included in recent RHEL, CentOS and Fedora (and likely others) and they do come with reasonable man pages. But they DO need some investment of time.

Tomek
  • 1,288