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