LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   securely wiping a pen drive (https://www.linuxquestions.org/questions/linux-hardware-18/securely-wiping-a-pen-drive-546023/)

soldan 04-14-2007 10:49 AM

securely wiping a pen drive
 
hi, is there a program in linux that can overwrite a usb pen drive multiple times, to make the data unrecoverable?

{BBI}Nexus{BBI} 04-14-2007 11:09 AM

A few links for you :)

http://www.thefreecountry.com/securi...redelete.shtml

http://www.math.utk.edu/Computing/HO...ux-backup.html

http://www.thc.org/releases.php?o=1&s=4

almatic 04-14-2007 12:16 PM

some more: wipe, secure_delete, kpkg -X ... (if you have kde installed).
If you want to delete the complete stick, then a simple dd should do the job fine

dd if=/dev/urandom of=/your/stick

repeat that a few times.

pixellany 04-14-2007 02:19 PM

DBAN --but I'm not sure is has a USB driver. Good to have around anyway

soldan 04-14-2007 04:15 PM

thanks, ill try them out :)


All times are GMT -5. The time now is 10:11 AM.