Tag: encrypt
-
Encrypt secondary disk – Linux
To set up cryptographic volumes, you need to back up the data first and restore data after the encryption is setup. rsync -Pav <source/> <backup_destination/> Once the backup is completed, install cryptsetupsudo apt install cryptsetup Create the encrypted partitionsudo cryptsetup –verbose –verify-passphrase luksFormat <device_name>Provide passphrase once prompted, you could use fdisk -l to find the…