mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Adds option to dump content of LUKS2 unbound keyslot in to a file: 'cryptsetup luksDump --unbound --master-key-file /file -S 12 /dev/luks2' or to terminal: 'cryptsetup luksDump --unbound -S 12 /dev/luks2' Parameters -S (specific keyslot) is mandatory with --unbound. Fixes: #549