how to get keyslog PBKDF settings via libcryptsetup
[email protected] (Ondrej Kozina)
| Newsgroups | gmane.linux.kernel.device-mapper.dm-crypt |
|---|---|
| Message-ID | <[email protected]> |
On 1/28/20 3:51 PM, Jonas Meurer wrote: > > When giving a LUKS1 device, crypt_keyslot_get_pbkdf isn't successful: > > cryptsetup-suspend: No PBKDF for ks 0 (device cont3_crypt): Success For _valid_ LUKS1 device with keyslot 0, this is impossible to get from cryptsetup library. The crypt_keyslot_get_pbkdf can't fail in such case. So, are you sure *cd contains proper LUKS1 context? O.