Cryptsetup
Version vom 6. August 2024, 09:31 Uhr von Signux (Diskussion | Beiträge)
Vorhandene keys anzeigen
cryptsetup luksDump <device>
key hinzufügen
cryptsetup luksAddKey <device> [<keyfile>]
partition verschlüsseln
cryptsetup luksFormat -c aes-xts-plain64 -s 512 -h sha512 -y <partition>
verschlüsselte Partition einbinden
cryptsetup luksOpen <partition> usb-crypt