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

ecryptfs-utils

Cryptographic file system utilities

eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux. Each file's cryptographic meta-data is stored inside the file itself, along with the encrypted contents. This allows individual encrypted files to be copied between hosts and still be decrypted with the proper key. eCryptfs is a native Linux file system, and has been part of the Linux kernel since version 2.6.19. This package contains the userland utilities to manage it.

Installation

Install the latest version of ecryptfs-utils as follows:

guix install ecryptfs-utils

Or install a particular version:

guix install ecryptfs-utils@111

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 ecryptfs-utils about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ecryptfs-utils'><img src='https://packages.guix.gnu.org/packages/ecryptfs-utils/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ecryptfs-utils/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ecryptfs-utils)

Example Org:

[[https://packages.guix.gnu.org/packages/ecryptfs-utils][https://packages.guix.gnu.org/packages/ecryptfs-utils/badges/latest-version.svg]]