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
Is it acceptable to add an option to only erase metadata on encrypted partitions (like LUKS or BitLocker) to speedup erasure since without this metadata content is definitively unrecoverable. Of course it is not as secure as a real erasure but I do not know any means to recover data if header is correctly erase.
For example LUKS metadata can be removed like this :
Hello and thank you for your wonderful software.
Is it acceptable to add an option to only erase metadata on encrypted partitions (like LUKS or BitLocker) to speedup erasure since without this metadata content is definitively unrecoverable. Of course it is not as secure as a real erasure but I do not know any means to recover data if header is correctly erase.
For example LUKS metadata can be removed like this :
Or it could be simpler to parse header then extract start and end offsets and erase it at block level.
Thanks for reading
The text was updated successfully, but these errors were encountered: