fscrypt
Go tool for managing Linux filesystem encryption. More information: <https://github.com/google/fscrypt>.
Install
- All systems
-
curl cmd.cat/fscrypt.sh
- Debian
-
apt-get install fscrypt - Ubuntu
-
apt-get install fscrypt - Kali Linux
-
apt-get install fscrypt - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install fscrypt
Go tool for managing Linux filesystem encryption. More information: <https://github.com/google/fscrypt>.
-
Prepare the root filesystem for use with fscrypt:
fscrypt setup -
Enable filesystem encryption for a directory:
fscrypt encrypt path/to/directory -
Unlock an encrypted directory:
fscrypt unlock path/to/encrypted_directory -
Lock an encrypted directory:
fscrypt lock path/to/encrypted_directory
© tl;dr; authors and contributors