====How to electronically eradicate, expunge, extirpate, obliterate digital data==== ~-//[[https://www.youtube.com/watch?v=KiaRLL5pCnw Mental Outlaw]]//, 2025-05-28 ===Partitions=== All data on device sdX may be **{{color c="red" text="permanently destroyed"}}** by using the command-line interface (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 TIP: An easier method, of making data permanently inaccessible, is to perform [[encryption]] of the entire disk/partition and then disposing of the encryption keys. ===Individual files=== Individual files may be made permanently inaccessible by: ~-First, encrypting them ~-then, deleting them in the usual way, e.g.: %%shred -uvz %% ---- HomePage | [[https://forum.puppylinux.com/ Forum]] {{nocomments}} ---- ==Categories== CategorySecurity