Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Deleting HDD

Name: Anonymous 2006-03-17 1:28

I want to random data overwipe my HDD several times, to be leet.

Any programs you'd recommend?

Name: Anonymous 2006-03-17 3:16

shred

Name: Anonymous 2006-03-17 3:23

Darik's Boot and Nuke or Autoclave (though the latter is not updated/supported any more).

Name: Anonymous 2006-03-17 3:23

Here's a list:
http://www.thefreecountry.com/security/securedelete.shtml
Pick one that's GNU (NOT shareware, if you're on windows that's important), and go for it.

Name: Anonymous 2006-03-17 9:04

>>1
Yeah, try C, Python, PHP (CLI SAPI), Perl, Ruby, ...

I wrote my own wiping script, because I'm leet, or because I like to waste time.

Name: Anonymous 2006-03-17 9:07

>>5 fail
A wiping script would be trivially simple:
#!/bin/sh

cat /dev/urandom > /dev/hda1
but it wouldn't sufficiently erase the magnetic traces left on your hard disk that can be used to recover your child p^H^H^H^H^H^H^H sensitive data.

Name: Anonymous 2006-03-17 12:08

>>6

dd would be a better bet. Just because it isnt cat.

Name: Anonymous 2006-03-17 12:17

>>6
That's a crap wiping, I clear with 01, then 10 to fuck up magnetics as much as possible, then two passes of random stuff, then for regular files, I rename them to something random of the same length to wipe hints in the directory before deleting it.

Name: Anonymous 2006-03-17 13:00

>>7
You're right, I must have been tired when I wrote that.

Don't change these.
Name: Email:
Entire Thread Thread List