Cryptsetup
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
belegte Slots die mit einem Passwort anzeigen lassen
cryptsetup luksDump <device>
Passwort hinzufügen
cryptsetup luksAddKey <device>
Passwort entfernen
cryptsetup luksRemoveKey <device>