How to Install cryptsetup-bin in Ubuntu 18.04



Install cryptsetup-bin by entering the following commands in the terminal:

sudo apt update
sudo apt install cryptsetup-bin

Description:

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.

Homepage: https://gitlab.com/cryptsetup/cryptsetup

Version: 2:2.0.2-1ubuntu1

Section: admin