What is LUKS ( Linux Unified Key Setup) disk encryption and how can it be implemented?

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux (RHEL) 5, 6, 7, 8 , 9

Issue

  • What is LUKS? cryptsetup? dm-crypt?
  • What is the difference between cryptsetup plain and cryptsetup LUKS?
  • What packages are required for LUKS in Red Hat Enterprise Linux?
  • How can LUKS HDD-encryption be accomplished in Red Hat Enterprise Linux?
  • What cipher does LUKS use to encrypt a disk?
  • How big are the encryption keys LUKS uses? Can this be changed?
  • Why do devices encrypted with cryptsetup use a different mode than devices encrypted at install-time?

Resolution

WARNING!  Encrypting a block device, logical device, or partition containing any existing filesystem or data results in all on-disk data being wiped from the device during the encryption process. Make sure you backup your data to an external source before beginning this procedure! You will need to restore the backed up files to the newly encrypted filesystem post encryption.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments