Page 1 of 1

Encrypt the saved sessions folder with fscrypt?

Posted: Mon May 20, 2024 2:57 pm
by libertas

Hi,

I've installed S15Pup64 to a USB stick with three partitions:
- uefi (fat16)
- frugal installation the the system (ext4)
- for sessions (ext4)

The sessions are saved in a /sessions directory.

As I can lose the USB stick, I'd like to encrypt the sessions directory.
Fscrypt could be used to encrypt that /sessions directory, but can't find anything related to it for S15Pup.
EasyOS has support for it, don't know about other puppies.

Is fscrypt somehow supported? It would be very nice to use the ext4 native encryption capacity.

Or can I use cryptsetup with luks, although this is a different encryption logic - block vs filesystem.
And I don't know what is the support of S15Pup for cryptsetup luks as well.