On this page you find all important commands for the CLI tool fscrypt. If the
command you are looking for is missing please ask our AI.
fscrypt
- fscrypt is a command-line tool available in Linux systems that is used for managing filesystem-level encryption.
- It provides a simplified interface for managing encryption on the filesystem, with a focus on ease of use for end-users.
- fscrypt supports a variety of encryption modes, including AES-256-XTS for block encryption and AES-256-GCM for authenticated encryption.
- It allows users to encrypt specific files or directories on their filesystem, providing an additional layer of security for sensitive data.
- The tool integrates with the Linux kernel's filesystem encryption framework, ensuring compatibility and reliability across different distributions.
- fscrypt uses user-space key management, meaning encryption keys are stored and managed by the user, rather than by the kernel.
- It supports multiple authentication methods, including password-based, key-based, or hardware-backed authentication.
- The tool offers options for managing encryption policies, such as specifying the default encryption mode for new files and directories.
- fscrypt provides a convenient option to remove encryption from files or directories, allowing users to easily revert the encryption if needed.
- It has a well-documented usage guide and command-line interface, making it accessible for both experienced users and those new to filesystem encryption.
List of commands for fscrypt:
-
fscrypt:tldr:495fe fscrypt: Unlock an encrypted directory.$ fscrypt unlock ${path-to-encrypted_directory}try on your machineexplain this command
-
fscrypt:tldr:76a7b fscrypt: Prepare the root filesystem for use with fscrypt.$ fscrypt setuptry on your machineexplain this command
-
fscrypt:tldr:c314c fscrypt: Enable filesystem encryption for a directory.$ fscrypt encrypt ${path-to-directory}try on your machineexplain this command
-
fscrypt:tldr:d26af fscrypt: Lock an encrypted directory.$ fscrypt lock ${path-to-encrypted_directory}try on your machineexplain this command