cryptdisks_stop

disk encryption support - startup scripts

Install

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

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.

cryptsetup-run

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.