A system is installed with an encrypted VG. How can I find out if they used dm_crypt or luks? It's running Fedora 14, so I think it's one of those. Or are they the same thing?
|
I am creating a new answer because the currently accepted answer is incorrect in calling them the same. LUKS adds key management to dm-crypt. It's Linux Unified Key Setup. Without LUKS, you can only have a single master password. LUKS allows you to have multiple keys that can decrypt the single master key that the disk is encrypted with. This allows you to rotate passwords or provide multiple administrators a key that can be revoked later if needed. Also, passwords are better protected against dictionary attacks through the use of PBKDF2 making LUKS + dm-crypt much stronger to crack. @stribika is correct about using |
|||
|
|
|
You can find out using |
|||
|