cryptsetup-reencrypt
disk encryption support - command line tools
Install
- All systems
-
curl cmd.cat/cryptsetup-reencrypt.sh
- Debian
-
apt-get install cryptsetup-bin
- Ubuntu
-
apt-get install cryptsetup-bin
- Arch Linux
-
pacman -S cryptsetup-reencrypt
- Kali Linux
-
apt-get install cryptsetup-bin
- CentOS
-
yum install cryptsetup-reencrypt
- Fedora
-
dnf install cryptsetup-reencrypt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cryptsetup-bin
- Raspbian
-
apt-get install cryptsetup-bin
- Dockerfile
- dockerfile.run/cryptsetup-reencrypt
cryptsetup-bin
disk encryption support - command line tools
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 cryptsetup, cryptsetup-reencrypt and luksformat.
cryptsetup-reencrypt
LUKS encrypted disks.
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.