Revision [33890]
This is an old revision of SecureErase made by coolpup on 2025-05-29 05:41:09.
How to electronically eradicate, expunge, extirpate, obliterate digital data
- Mental Outlaw, 2025-05-28
Partitions
All data on drive X may be permanently destroyed by using the following command (warning - this may take a very long time):dd if=/dev/zero of=/dev/sdX
Confirmation of whether or not any non-zero bytes exist:
dd if=/dev/sdX | hexdump -C | grep [^00]
https://www.murga-linux.com/puppy/viewtopic.php?t=65509
Individual files
Individual files may be made permanently inaccessible by:- ccrypt encrypting them first
- then, deleting them in the usual way, e.g.:
shred -uvz <file>
Home | AdminPages | RecentComments | PageIndex | RecentChanges | RecentlyCommented