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

cryptsetup-static

Hard disk encryption tool (statically linked)

Cryptsetup is a utility used to conveniently set up disk encryption based on the dm-crypt Linux kernel module. It is most often used to manage LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats.

LUKS is the standard for hard disk encryption with the kernel Linux. It provides a standard on-disk-format compatible amongst distributions as well as secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header to facilitate data transport and migration.

The package also includes the veritysetup and integritysetup utilities to conveniently configure the dm-verity and dm-integrity block integrity kernel modules.

Installation

Install the latest version of cryptsetup-static as follows:

guix install cryptsetup-static

Or install a particular version:

guix install cryptsetup-static@2.8.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/cryptsetup-static][https://packages.guix.gnu.org/packages/cryptsetup-static/badges/latest-version.svg]]