Cryptsetup

Aus WIKI
Zur Navigation springen Zur Suche springen

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