Cryptsetup / LUKS
Disk-encryption setup tool.
cryptsetup is the userspace tool for managing dm-crypt and LUKS encrypted volumes on Linux. LUKS is the standard format for full-disk and partition encryption on most Linux distributions.
Install
Debian/Ubuntu: sudo apt install cryptsetup Fedora: sudo dnf install cryptsetup Arch: sudo pacman -S cryptsetup
