I wrote my own wiping script, because I'm leet, or because I like to waste time.
Name:
Anonymous2006-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.
dd would be a better bet. Just because it isnt cat.
Name:
Anonymous2006-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:
Anonymous2006-03-17 13:00
>>7
You're right, I must have been tired when I wrote that.