ecryptfs-unwrap-passphrase
ecryptfs cryptographic filesystem (utilities)
Install
- All systems
-
curl cmd.cat/ecryptfs-unwrap-passphrase.sh
- Debian
-
apt-get install ecryptfs-utils
- Ubuntu
-
apt-get install ecryptfs-utils
- Alpine
-
apk add ecryptfs-utils
- 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
- Dockerfile
- dockerfile.run/ecryptfs-unwrap-passphrase
- Docker
-
docker run cmd.cat/ecryptfs-unwrap-passphrase ecryptfs-unwrap-passphrase
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.
ecryptfs-utils-dbg
ecryptfs cryptographic filesystem (utilities; debug)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. This package contains the debugging symbols.