ecryptfs-setup-swap

ecryptfs cryptographic filesystem (utilities)

Install

All systems
curl cmd.cat/ecryptfs-setup-swap.sh
Debian Debian
apt-get install ecryptfs-utils
Ubuntu
apt-get install ecryptfs-utils
Alpine
apk add ecryptfs-utils
Arch Arch Linux
pacman -S ecryptfs-utils
CentOS
yum install ecryptfs-utils
Fedora
dnf install ecryptfs-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install ecryptfs-utils
Raspbian
apt-get install ecryptfs-utils
Docker
docker run cmd.cat/ecryptfs-setup-swap ecryptfs-setup-swap powered by Commando

ecryptfs-utils

ecryptfs cryptographic filesystem (utilities)

eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of "gnupgfs". eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19. This package contains the userland utilities.