cryptroot-unlock

disk encryption support - initramfs integration

Install

All systems
curl cmd.cat/cryptroot-unlock.sh
Debian Debian
apt-get install cryptsetup-initramfs
Ubuntu
apt-get install cryptsetup-initramfs
Alpine
apk add cryptsetup
Arch Arch Linux
pacman -S cryptsetup
image/svg+xml Kali Linux
apt-get install cryptsetup-initramfs
CentOS
yum install cryptsetup
Fedora
dnf install cryptsetup
Windows (WSL2)
sudo apt-get update sudo apt-get install cryptsetup-initramfs
Raspbian
apt-get install cryptsetup
Docker
docker run cmd.cat/cryptroot-unlock cryptroot-unlock powered by Commando

cryptsetup-initramfs

disk encryption support - initramfs integration

Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. This package provides initramfs integration for cryptsetup.

cryptsetup

disk encryption support - startup scripts

Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. Cryptsetup is backwards compatible with the on-disk format of cryptoloop, but also supports more secure formats. This package includes support for automatically configuring encrypted devices at boot time via the config file /etc/crypttab. Additional features are cryptoroot support through initramfs-tools and several supported ways to read a passphrase or key.