What is disk encryption in Linux?
What is Linux full disk encryption? Overview. The idea is to encrypt a partition with root filesystem using LUKS and store the keys in the TPM. During boot user does not have to enter a decryption password, partition will be automatically decrypted using the keys from TPM. It’s a open-source alternative to Windows BitLocker. What …