RHEL – How to Encrypt a Partition using Cryptsetup and LUKS

Cryptsetup uses dm-crypt to encrypt a disk at the partition level.  In RHEL, cryptsetup is used with Linux Unified Key Setup (LUKS), a disk encryption specification. Mounting a LUKS encrypted partiton requires a passphrase, which can either be passed in a file or via the command line. Read more about dm-crypt here. Anyway to use … Continue reading RHEL – How to Encrypt a Partition using Cryptsetup and LUKS