Secure deletion: a single overwrite will do it

Discussions of applications and operating systems and any problems, tips or suggestions. Win XP, 9x/2k, Linux, NT, photo editing, Virus/Spyware help
Post Reply
User avatar
FlyingPenguin
Flightless Bird
Posts: 33162
Joined: Wed Nov 22, 2000 11:13 am
Location: Central Florida
Contact:

Secure deletion: a single overwrite will do it

Post by FlyingPenguin »

Me personally I have always done a 1 pass with random (not zero) overwrite which I think is slightly better than zeros. I'll only do a 3 pass if it extremely sensitive data (usually selective with a file eraser not the whole drive - takes too long) and I never do more than three passes.

http://www.h-online.com/news/Secure-del ... t--/112432
The myth that to delete data really securely from a hard disk you have to overwrite it many times, using different patterns, has persisted for decades, despite the fact that even firms specialising in data recovery, openly admit that if a hard disk is overwritten with zeros just once, all of its data is irretrievably lost.

Craig Wright, a forensics expert, claims to have put this legend finally to rest. He and his colleagues ran a scientific study to take a close look at hard disks of various makes and different ages, overwriting their data under controlled conditions and then examining the magnetic surfaces with a magnetic-force microscope. They presented their paper at ICISS 2008 and it has been published by Springer AG in its Lecture Notes in Computer Science series (Craig Wright, Dave Kleiman, Shyaam Sundhar R. S.: Overwriting Hard Drive Data: The Great Wiping Controversy).

They concluded that, after a single overwrite of the data on a drive, whether it be an old 1-gigabyte disk or a current model (at the time of the study), the likelihood of still being able to reconstruct anything is practically zero. Well, OK, not quite: a single bit whose precise location is known can in fact be correctly reconstructed with 56 per cent probability (in one of the quoted examples). To recover a byte, however, correct head positioning would have to be precisely repeated eight times, and the probability of that is only 0.97 per cent. Recovering anything beyond a single byte is even less likely.,,{more}
---
“The Government of Spain will not applaud those who set the world on fire just because they show up with a bucket.” - Prime Minister of Spain, Pedro Sánchez

Image
User avatar
ZYFER
Posts: 2137
Joined: Thu Nov 07, 2002 4:10 pm
Location: Tampa Bay, Florida

Post by ZYFER »

Most data I ever delete I would hardly call sensitive, so even a single overwrite isn't necessary. I think for many people that is pretty much true, though you will likely want a utility handy for single file or entire hard drive erasure at all times. Many people don't understand the difference between writing the zeroes and formatting the drive, to them they think it is the same.
When all else fails, replace the user.
vo
Goober Member
Posts: 3
Joined: Tue Jul 26, 2005 3:30 pm
Location: Fort Worth, Texas

Post by vo »

wow ... for a single bit, I can do 50 percent without knowing the precise location :) :) :)
But I got to check out the dd command !
Post Reply