Gentoo Archives: gentoo-user

From: Grant Taylor <gtaylor@×××××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Encryption questions
Date: Mon, 10 Dec 2018 16:21:50
Message-Id: 56c1d63c-ebc6-683d-2624-f51474109345@spamtrap.tnetconsulting.net
In Reply to: Re: [gentoo-user] Encryption questions by Neil Bothwick
1 On 12/10/2018 02:25 AM, Neil Bothwick wrote:
2 > It sounds like ecryptfs would suit your needs best. As it works on
3 > directories, you don't need separate mount points for each encrypted
4 > directory.
5
6 The last time I looked at eCryptFS it /did/ need mount points for
7 accessing the unencrypted contents. But you don't need to dedicate an
8 entire file system to the encryption.
9
10 I.e. /home/user/.precious is mounted on /home/user/precious
11
12 So /home/user/precious is a mount point, but is not backed by an
13 independent file system per say.
14
15 Contents in /home/user/precious will be clear text while the contents of
16 /home/user/.precious will be encrypted.
17
18
19
20 --
21 Grant. . . .
22 unix || die

Replies

Subject Author
Re: [gentoo-user] Encryption questions Neil Bothwick <neil@××××××××××.uk>