LinuxCommandLibrary

fscrypt

Go tool for managing Linux filesystem encryption.

TLDR

Prepare the root filesystem for use with fscrypt

$ fscrypt setup
copy


Enable filesystem encryption for a directory
$ fscrypt encrypt [path/to/directory]
copy


Unlock an encrypted directory
$ fscrypt unlock [path/to/encrypted_directory]
copy


Lock an encrypted directory
$ fscrypt lock [path/to/encrypted_directory]
copy

Copied to clipboard