Wed, 14 Jun 2006 07:47:45 +0200, Sebastian Gottschalk
<seppi@seppig.dewrote:
>kony wrote:
>
>Random overwriting with a couple of passes makes it MUCH
>more difficult, practically impossible. The prior poster is
>incorrect about 10,000 passes, a couple of random passes is
>sufficient but prudence with sensitive data would suggest at
>least 3 or 4 passes.
>
>The randomness isn't needed either. Zeros will do as well.
No, 0 or 1 is only an absolute based on a threshold. If one
doesn't "round off" to a threshold but takes absolute values
the signature from a same-bit fill can distinguish the prior
data.
Now, if you were to continually overwrite the same areas,
over and over again with zeros, this would work better, but
not ideally, and why would one want to do that several more
times than it would take to write randomly? There would be
no reason to do it.