This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/fscrypt/badges/latest-version.svg)](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]]