I am planning on selling my laptop. So I formatted my disk using the Disk Utility and chose to overwrite the disk with zeroes.
Two questions:
Is this the same as overwriting the disk using dd
?
sudo dd if=/dev/zero of=/dev/sda
And is this method secure enough so that buyers can't easily recover the previous data? Or should I take additional measures (like encrypting the disk, destroying the headers, etc.)?