fscrypt
Go tool for managing Linux filesystem encryption
fscrypt
is a high-level tool for the management of Linux native filesystem encryption. It manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories.
- Versions: 0.3.5
- Website: https://github.com/google/fscrypt
- Licenses: ASL 2.0
- Package source: gnu/packages/file-systems.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of fscrypt
as follows:
guix install fscrypt
Or install a particular version:
guix install fscrypt@0.3.5
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of fscrypt about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/fscrypt'><img src='https://packages.guix.gnu.org/packages/fscrypt/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/fscrypt)
Example Org:
[[https://packages.guix.gnu.org/packages/fscrypt][https://packages.guix.gnu.org/packages/fscrypt/badges/latest-version.svg]]