You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commands are
cryptsetup erase [] or
cryptsetup luksErase []
Be aware that there is no sanity check for this command. This will render your entire partition to be unrecoverable. The key is used to decrypt a certain part of the LUKS header to make sure that it is the correct key. Without this, it is theoretically or practically impossible to recover the true plaintext.
I don't know if custom commands are supported but nuking cryptsetup keyslots would be a good option.
cc/ @adrelanos
The text was updated successfully, but these errors were encountered: