Erase your disk: Secure and fast.
damln.com
Erase your disk: Secure and fast.
1–10 of 10 posts
Re: Erase your disk: Secure and fast.
#2Is there a single confirmed case of anyone, anywhere recovering any data from a disk that has been overwritten with 0s with dd?
Re: Erase your disk: Secure and fast.
#3Re: Erase your disk: Secure and fast.
#4Re: Erase your disk: Secure and fast.
#5ATA secure erase is the recommended method last I checked.
Re: Erase your disk: Secure and fast.
#6Re: Erase your disk: Secure and fast.
#7Re: Erase your disk: Secure and fast.
#8If you really want to erase your drive quickly encrypt it with an external key... Erase the key, erase the drive.
Re: Erase your disk: Secure and fast.
#9>As you probably read in advanced security blogs, 7 passes on a disk is a strong erasing option Is there a single confirmed case of anyone, anywhere recovering any data from a disk that has been overwritten with 0s with dd?
I mean, If there are (recoverable) traces of the previous data after one pass, how can I be sure that my newly written data isn't corrupt? 1 bit should be 1 bit, right?
Please, can anyone demystify this myth, or is it just something everyone accepts?
Re: Erase your disk: Secure and fast.
#10The approach the author has taken here would appear to suffer from similar weaknesses present in block ciphers (e.g., AES ECB). The context here is not specifically encryption, but recovering data from "wiped" drives shares some aspects with encryption. Specifically, statistical analysis of the drive state.
Repetition of a block of data will allow an attacker to exploit that pattern in developing statistics about the data that was there before.
In other words, writing a repeating string of random bits is no more secure than writing all zeros.