Slashdot Mirror


Study: 78% of Resold Drives Still Contain Readable Personal or Business Data (consumerist.com)

itwbennett writes: Blancco Technology Group, which specializes in data erasure, bought 200 secondhand PC storage drives (PDF) from eBay and Craigslist to see if they could recover any of the old data saved inside. Their findings: 78 percent of the drives contained residual data that could be recovered, 67 percent still held personal files, such as photos with location indicators, resumes and financial data, and 11 percent of the drives also contained company data, such as emails, spreadsheets and customer information. Only 10 percent had all the data securely wiped, Blancco said. The Consumerist points out that Blancco makes their money from promising secure data erasure, so the company has a "strong and vested interest in these results." As for why so many of the drives contain unwanted information, the report says it has to do with the difference between "deleting" data and "erasing" data. Your files aren't actually deleted when you drag them to the Trash or Recycle Bin, or by using the delete key -- shocking, I know. You can format a drive to erase the data, but you have to be careful of the format commands being used. A quick format, which was used on 40% of the drives in the sample, still leaves some residual data on the drive for someone to possibly access. A full format, which was used on 14% of the drives, will do a better job in removing unwanted files, but it too may still miss some crucial information. The solution Blancco recommends: buy a tool to perform complete data erasure.

207 comments

  1. Simple under linux by Anonymous Coward · · Score: 5, Insightful

    dd if=/dev/zero of=/dev:sdb

    or for the paranoid

    dd if=/dev/urandom of=/dev/sdb

    Why buy an expensive product when a simple one-liner will do the same job

    1. Re:Simple under linux by gweihir · · Score: 4, Interesting

      Was about to post that. For a nice progress indicator, use

      dd_rescue -w /dev/zero /dev/target

      Apparently, a single zero-overwrite is entirely enough for modern disks (say, newer than 15 years or so), as these are used close enough to the surface data density limit that even magnetic force microscopy can recover a few scattered bits at best after a zero-wipe.

      I think the main problem here is that to do something like this under Windows, you have to jump through some hoops. And the other main problem is (of course) that people do not understand how disk storage works in the first place.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Simple under linux by Anonymous Coward · · Score: 0

      I'd still go for /dev/urandom, it'll make the few recovered bits harder to distinguish from the background noise.
      It won't take much more time either.

    3. Re:Simple under linux by RabidReindeer · · Score: 2, Informative

      If you're decommissioning an online disk, the simplest solution would be to boot one of the live-distro Linuxes and run dd on it.

      Of course, that does require a certain minimum level of competence. More, perhaps than you'd find in a PHB, but less than you'd find in a hamster.

    4. Re:Simple under linux by Dr_Barnowl · · Score: 3, Informative

      You don't need to do it under Windows though - burn a Linux USB and off you go.

      Hell, there's a bootable image just for it : Darik's Boot and Nuke

      Blancco are just capitalising on ignorance (and risk-aversion in the business community which only tends to regard something you pay for as being a safe bet, despite the usual license agreements which preclude the vendor having any liability anyway).

    5. Re:Simple under linux by Dr_Barnowl · · Score: 3, Informative

      Hah, hadn't realized that Blancco is apparently just the monetization of DBAN.

    6. Re:Simple under linux by gweihir · · Score: 1

      You can do that if you do not mind it taking much longer. /dev/urandom only gives you something like 10...20MB/s. And nobody has data so secret that a few recovered bits put them at risk.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    7. Re:Simple under linux by Anonymous Coward · · Score: 1

      Even "the government" doesn't have any super-secret magic which can recover over-written data.. Due to the bit density of modern drives (anything less that 10-12 years old), anyone who claims they can recover over-written data is simply lying and/or doesn't understand how hard drives actually work.

      Most government agencies have a policy which dictates hard drives be physically destroyed, not because they are worried about data being recovered via some super-secret magic, but simply because a physically smashed hard drive is easy to verify.

    8. Re:Simple under linux by gweihir · · Score: 1

      That already qualifies as a number of hoops for the average user, and that is the problem. Apparently, even googeling "erase disk" is far too complicated for the average user. Of course, you and me will have that Linux boot CD/DVD/USB-key already laying around, but the average user is apparently so limited that companies like Blancco make good business on something that is easy to do with free tools.

      DBAN is nice though. Had not heard of it before.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    9. Re:Simple under linux by rudy_wayne · · Score: 1

      "burn a Linux USB"

      WTF???

    10. Re:Simple under linux by Trogre · · Score: 1

      Apparently, a single zero-overwrite is entirely enough for modern disks (say, newer than 15 years or so), as these are used close enough to the surface data density limit that even magnetic force microscopy can recover a few scattered bits at best after a zero-wipe.

      Well, yes, but many modern disks don't have a surface to speak of. cf SSDs

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    11. Re:Simple under linux by Anonymous Coward · · Score: 1

      Yes, after you boot from the USB stick and erase your drives you're supposed to throw the USB stick in the fire. With all evidence gone of you erasing the disks, the people spying on you will think the zeros are what you were actually storing on the disk.

    12. Re:Simple under linux by Bert64 · · Score: 1

      You can always download DBAN, just burn it to cd and boot.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    13. Re:Simple under linux by Bert64 · · Score: 3, Interesting

      Interestingly a few organisations have been bitten in the past, for instance by dos-based commercial disk wiping software which only wiped the first 8GB of any drive. I've even encountered a company that wanted to continue using such software because it was "much quicker at wiping large drives" which isn't surprising given that it doesn't wipe the whole drive.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    14. Re:Simple under linux by gweihir · · Score: 2

      By "modern disk" I mean "disk", not "disk emulator" (what an SSD essentially is), of course.

      For an SSD, if you want an "eBay safe" erase, just do the zeroing. Some expensive data-recovery software may still recover buffers and the like. If you need more, do physical destruction. You cannot really trust that the ATA "Secure Erase" command does what it claims.

      But the whole discussion here is not about disks with any really high-value data on them. For those, always do full zeroing, ATA Secure Erase (if an SSD) and then physical destruction. For those disks the small amount of money a sale can recover is not even worth the additional effort.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    15. Re: Simple under linux by Anonymous Coward · · Score: 0

      Isn't there a compromise between the two approaches? Why not dump a block of data from urandom, be it 32 MB or 1 GB, to a file. Then simply keep repeating the contents of your randomized data as you overwrite the disk. That gives you the benefit of overwriting with urandom while mitigating the slowness.

    16. Re:Simple under linux by Anonymous Coward · · Score: 0

      What would be better is if you took seed from urandom and used it to initialise a chaining block cipher (eg AES) and use that to encrypt /dev/zero. It should be much faster and still look like random data. Does anyone know of a tool that'd do that?

    17. Re:Simple under linux by jellomizer · · Score: 1

      Darik boot and nuke is a Linux distribution designed to wipe out the drive for the extremely paranoid. With an easy to use menu interface.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    18. Re: Simple under linux by jellomizer · · Score: 1

      I would just sort all the bits.
      The first half of the drive will be all 0's the second half will be all 1's.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    19. Re:Simple under linux by Anonymous Coward · · Score: 2, Funny

      If you're decommissioning an online disk, the simplest solution would be to boot one of the live-distro Linuxes and run dd on it.

      Or you could just let Windows update itself to Win10 and then try to rollback to Win7, by all accounts that's just as effective at deleting your data.

    20. Re:Simple under linux by Sloppy · · Score: 1

      No, the simplest solution is to simply not ever bother putting the decryption key on that drive. That way, when the drive fails and you're unable to write to it, your work has already been done.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    21. Re:Simple under linux by Anonymous Coward · · Score: 0

      It has already been mentioned, but "DBAN" is a tool that goes well together with a boot menu and several rescue options on a handy-dandy usb flash device made bootable. Booting to something like that typically works better than trying to dd over your root disk on a running system.

      I think the main problem here is that to do something like this under Windows, you have to jump through some hoops. And the other main problem is (of course) that people do not understand how disk storage works in the first place.

      Windows presents a fuzzy idea of this, to a userbase that has been systematically kept away from the nitty gritty by vapid word salad barriers and annoying pop-ups. They're just glad the thing didn't explode in their faces, but sort-of functions as they've been led to expect it should.

      The underlying difference is that between doing it for function, and doing it securely. That is, a "quick format" scribbles some data in a couple places so that the system has some empty file tables to show you, but doesn't actually wipe the data by, say, overwriting with nulls, so that if you look at the disk all sorts of things remain visible. And if all you do is present an abstraction, then the otherwise uninformed user will neither see nor understand the difference.

      I got given a PC-XT once, with a dead hard drive. Or at least, the first sector was bad, so it was useless for booting. But I could still access all sorts of data after that, by trawling over it with with a tool that let me inspect the raw data. In the end it wasn't a useful gift for me, but it was for the giver: The message some data could be recovered. I think the government department he worked for did take note of that, yes.

    22. Re:Simple under linux by budgenator · · Score: 1

      Wrong,
      shred --verbose /dev/sda5
      for the GNU world.
      Most Windows orientated users will have a file compression program and most antivirus have a shred utility to securely delete files, you can get linux ISO images that shred every disk on a computer as well.
      The only thing worse than being insecure is thinking your secure when your not.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    23. Re:Simple under linux by NotInHere · · Score: 1

      dd if=/dev/zero of=/dev:sdb

      That just fills your / partition with a file called dev:sdb and causes nothing good.

      dd if=/dev/urandom of=/dev/sdb

      That is incredibly slow, as output is slowed down to better get the random pool filled.

    24. Re:Simple under linux by Anonymous Coward · · Score: 0

      $ sudo shred -v /dev/sdX

      Does 3 passes, which is more then enough. If I'm going to hand the drive to someone else to use, then I'll also verify it with:

      $ sudo badblocks -wsv -t random -p 3 /dev/sdX

      Which uses a 'random' (not securely random) pattern to write over the disk.

    25. Re:Simple under linux by Anonymous Coward · · Score: 1

      You can do that using dm-crypt:

      1. Create a dm-crypt partition over the whole disk.
      2. Mount the dm-crypt
      3. dd from /dev/zero to the crypt device
      4. unmount the crypt

      That is much faster than using /dev/urandom, although still slower than using /dev/zero to the raw disk.

    26. Re:Simple under linux by plover · · Score: 1

      Simple, but wrong.

      Consider that your drive might have detected some anomaly while updating the sector containing your secret, and migrated some of your super-secret data away from the suspect sector to another, then marking the original sector as bad. No amount of overwriting will ever overwrite the bad sector, as the drive electronics will not allow it. That data is there permanently.

      If you need to really secure your data, the time to do it is before you write it to a device that was designed to not lose it. Use disk encryption. When you need to wipe the drive, erase the key. As a bonus, it takes much less time than a full overwrite of the drive, so you can be assured your data is completely gone in just a few milliseconds.

      --
      John
    27. Re:Simple under linux by Anonymous Coward · · Score: 0

      Why buy an expensive product when a simple one-liner will do the same job

      You're not wrong, but that becomes tedious as hell when you've got thousands of hard drives to wipe. The other trick is that on the enterprise level (where Blancco focuses), customers require wipe reports and certification to various standards (often driven by their insurance company).

      Blancco claims that they use the secure erase feature from the ATA6 standard, but I suspect they're dd'ing the drives. Either way, the big thing that companies like this sell is CYA insurance.

      source: I work for a major IT Asset Recycling/Refurbishing/Remarketing firm.

    28. Re:Simple under linux by Anonymous Coward · · Score: 0

      Darik boot and nuke is a Linux distribution designed to wipe out the drive for the extremely paranoid. With an easy to use menu interface.

      p.s., blancco bought them up, as well as White Canyon and Tabernus.

    29. Re:Simple under linux by Anonymous Coward · · Score: 0

      dd if=/dev/urandom of=/dev/sdb -bs 1G

      Otherwise, it'll take a lifetime.

    30. Re:Simple under linux by Dr_Barnowl · · Score: 1

      Would it really be slower? I'm assuming the rate limit is the disk IO speed, not the CPU time.

    31. Re:Simple under linux by Anonymous Coward · · Score: 0

      I think the main problem here is that to do something like this under Windows, you have to jump through some hoops.

      Not really. There are several 3rd party tools that wipe data, both free and commercial, CLI or GUI.

    32. Re:Simple under linux by Archangel+Michael · · Score: 2

      Blancco isn't just capitalizing on ignorance, it is a tool for people who need reports on each drive's wipe. Anyone can do a dd if=/dev/zero of=/dev:sdb (or similar) but can you report back that it was actually done, in a certified report? Blancco can, and that is a major and valid selling point.

      On the otherhand, you can just degauss the damn drive and ruin it without breaking it with a hammer. http://www.garnerproducts.com/

       

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    33. Re:Simple under linux by Anonymous Coward · · Score: 0

      If running dd is too complicated for a particular person, they can probably handle running a drill-press. I don't know why anyone would retire a drive with private data on it without destroying it.

      -Posting anon because I modded you up.

    34. Re:Simple under linux by Anonymous Coward · · Score: 0

      That happened on one of my PCs because Win 10 didn't like the onboard video. Win 10 rolled itself back when it couldn't finish the install. There was no data loss.

    35. Re:Simple under linux by h4ck7h3p14n37 · · Score: 1

      Why buy an expensive product when a simple one-liner will do the same job

      What if there's a problem with the physical drive that prevents the system from recognizing it, or writing data to it?

      Doing a dd is also very time consuming. If I had to do this routinely I'd invest in a disk punch or shredder.

    36. Re:Simple under linux by Anonymous Coward · · Score: 0

      Under Windows, you can use the command

      cipher /w:c

      where c is the letter of the drive to wipe. No need to jump through hoops either.

    37. Re:Simple under linux by Foundryman · · Score: 1

      > Why buy an expensive product when a simple one-liner will do the same job

      Because:
      C:\>dd if=/dev/zero of=/dev:sdb
      'dd' is not recognized as an internal or external command,
      operable program or batch file.

    38. Re:Simple under linux by nukenerd · · Score: 1

      I don't know why anyone would retire a drive with private data on it without destroying it.

      Because it will fetch something on ebay? Because it is wasteful to destroy something that is perfectly good?

    39. Re:Simple under linux by jenningsthecat · · Score: 1

      LOL - I'd love to mod you up. Too bad I already posted here.

      --
      'The Economy' is a giant Ponzi scheme whose most pitiable suckers are the youngest among us and the yet-unborn.
    40. Re:Simple under linux by gweihir · · Score: 1

      Ooops ;-)

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    41. Re:Simple under linux by gweihir · · Score: 1

      Unless it is a report digitally signed by a secure erase device, that report is worth about as much as a person certifying the erasure.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    42. Re: Simple under linux by gweihir · · Score: 1

      One option would be to use, say, AES in counter mode with a key gotten from /dev/(u)random and overwrite with that. Should give you > 100MB/s on a modern CPU. But it seems nobody cares enough to implement that (would take maybe a few hours), I know that I do not.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    43. Re:Simple under linux by Anonymous Coward · · Score: 0

      How long will that take on a 4TB disk that is connected by USB 2.0?

    44. Re:Simple under linux by Anonymous Coward · · Score: 0

      There are many tools out there for Windows users. I use the free "Eraser" at work to wipe drives.

    45. Re:Simple under linux by gweihir · · Score: 1

      For /dev/urandom, you assume wrong, unless you have a very, very slow disk. For /dev/zero, you are right.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    46. Re: Simple under linux by Anonymous Coward · · Score: 0

      If you add -bs 1G, then not too long. 1G blocks, 4TB drive, you do the math. I'm too lazy.

    47. Re:Simple under linux by Coren22 · · Score: 1

      Even easier than a drill press is a hammer and nail. Most drives that still function will be glass substrate on the platter, so if you drive a nail into it, very likely it will shatter.

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    48. Re:Simple under linux by Archangel+Michael · · Score: 1

      http://www.blancco.com/sites/d...

      It is full on "Chain of Custody" style reporting. And yes, it is certified by the machine.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    49. Re: Simple under linux by wootcat · · Score: 1

      As a bonus, you have a completely optimized drive, and all those 0's are now freed-up empty space. Optimization and compression!

      --
      I'm really a low 5-digit Slashdotter, but this ID is where I am now.
    50. Re:Simple under linux by mattventura · · Score: 1

      No, don't try to wipe a disk using block-level transfer. Use ATA secure erase because anything block-level will miss remapped sectors.

    51. Re:Simple under linux by Anonymous Coward · · Score: 0

      http://www.chrysocome.net/dd

      Simple in windows too.

    52. Re:Simple under linux by gweihir · · Score: 1

      For variable values of "certified" and the machine is not a secure device. Can still be enough to fulfill some formal process-requirements, even if it does contribute nothing on the security side. For that I agree.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  2. Encrypt your drives. by Anonymous Coward · · Score: 3, Interesting

    Delete the block containing the keys.

    For this threat model, this is the perfect answer (if you trust the encryption, that is).

    No need for some "secure erase" snake oil.

    1. Re:Encrypt your drives. by donaldm · · Score: 3, Funny

      Delete the block containing the keys.

      For this threat model, this is the perfect answer (if you trust the encryption, that is).

      No need for some "secure erase" snake oil.

      You know the cheapest and most secure way to delete your data is to hit the disk a few times with a slegehammer. It's also a great tension reliever. Of course, after you have had a smashing good time please dispose of the part(s) in a responsible manner. :-)

      --
      There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
    2. Re:Encrypt your drives. by MartinG · · Score: 4, Funny

      > You know the cheapest and most secure way to delete your data is to hit the disk a few times with a slegehammer.

      I find that don't make as much on ebay once I've done that.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
    3. Re:Encrypt your drives. by Anonymous Coward · · Score: 0

      Delete the block containing the keys.

      Even better: don't keep the keys on the same drive as the data.

    4. Re:Encrypt your drives. by Anonymous Coward · · Score: 0

      "I find that don't make as much on ebay once I've done that."

      That's probably because you're accepting paypal for payment. Demand money orders and you'll be all set.

    5. Re:Encrypt your drives. by Anonymous Coward · · Score: 0

      Make sure you melt down the platters or platter fragments when you are done.

    6. Re:Encrypt your drives. by Anonymous Coward · · Score: 0

      You know the cheapest and most secure way to delete your data is to hit the disk a few times with a slegehammer.

      If it ain't thermited, it ain't destroyed. (Warning, do not use the thermite solution indoors on the top floor of a multistory building - tenants below may complain).

    7. Re:Encrypt your drives. by donaldm · · Score: 1

      > You know the cheapest and most secure way to delete your data is to hit the disk a few times with a slegehammer.

      I find that don't make as much on ebay once I've done that.

      If you have a failed disk you may find selling it on Ebay difficult and if you did your credibility would take a nose dive.

      It must be noted that a failed or failing disk normally does not seize up and can be read, hence the need to destroy it.

      Still, if you are selling a functional second-hand drive then you really need to wipe the drive and hope that is enough. Some experts suggest three wipes with random data. Of course, a faulty drive is easier since the sledgehammer approach always works and unless you have the tools to piece back together the platters (rather difficult since most are glass) any possibility of data recovery approaches zero.

      BTW. What I suggested is actually done for government and military organisations to avoid any possibility of sensitive data being recovered. You don't actually need to destroy the electronics which can be recycled but the platters which as I have mentioned are glass and can be recycled as well.

      --
      There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
    8. Re:Encrypt your drives. by Anonymous Coward · · Score: 0

      Delete the block containing the keys.

      If your "encrypted" drive requires you to delete something off of it before disposing of it, you're doing encryption wrong.

      But if you do do it correctly, as an added bonus, you can RMA a "dead" drive that is still under warranty.

  3. Buying not needed by Anonymous Coward · · Score: 1

    Loads of free open source options available for this specific task.

    In linux just dd it over with zeroes. Yeah, I know all the paranoid stories about the nsa being able to read the previous value of a bit using advanced magic. Even if that would be possible it would be way too expensive just to recover someone's bedroom pictures.

    If the data on your old disk so so sekrit that you need to worry about that, don't resell it. Smash it with a hammer. You can't trust *any* erasure method fully, because disks contain controllers and spare storage and caches. You'll never be sure you got it all.

    1. Re: Buying not needed by Anonymous Coward · · Score: 1

      With the high bit density on modern drives, it's virtually impossible to recover overwritten data. On older drives it might have been possible but it's virtually impossible now. Encryption plus a wipe from /dev/urandom is more than enough to ensure data can't be recovered.

    2. Re: Buying not needed by Anonymous Coward · · Score: 0

      That won't clean up any remapped blocks, which is parent's point imo. LBA doesn't always point to linear, contiguous physical space on today's whiz-bang jiggawatt drives.

    3. Re: Buying not needed by jabuzz · · Score: 3, Informative

      Set a password for the drive and issue an ATA secure erase using hdparm. This will get all the remapped sectors as well. Procedure documented here

      https://ata.wiki.kernel.org/in...

    4. Re: Buying not needed by gaiageek · · Score: 1

      I've long used the bootable utility MHDD and its "erase" command (followed by "scan" with erase delays, and then scan with "remap"). It's a low-level diagnostic tool, and apparently erases remapped sectors (hence the need for the following scans). I've never established with certainty whether the erase command is using the ATA secure erase method or not, but it's certainly faster than using DBAN and with the added bonus of erasing remapped sectors. It's been a great tool for extending the life of old hard drives which go in computers for Craigslist or donation.

  4. Don't have to buy one by TheReaperD · · Score: 5, Informative

    You don't have to buy a secure hard drive erasure tool, DBAN does a reliable job for most drives and is free. SSDs are a new kink in the mix that means that some really advanced tools could retrieve data from the drives, even after a complete wipe but, if you're going up against people that dedicated, I recommend a sledgehammer instead.

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
    1. Re:Don't have to buy one by Anonymous Coward · · Score: 1

      I recommend a sledgehammer instead.

      The market for sledgehammered drives isn't nearly as lucrative though.

    2. Re:Don't have to buy one by FlyHelicopters · · Score: 1

      I recommend a sledgehammer instead.

      While that sounds fun, it likely would be less effective than you might think...

      Or it might be, but can you be sure?

      https://www.semshred.com/conte...

    3. Re:Don't have to buy one by Dr_Barnowl · · Score: 1

      DBAN seems to be owned by the company posting the article as well - their front page links to Blancco software and has a comparison chart :

      http://dban.org/download

      Basically, they're capitalising on corporate dipshittery. It's impossible to attest to the destruction of digital data, because it's so readily copyable. If you must be sure that a given data vessel is unrecoverable, then physically destroy it - unless it's something exotic, it will be cheaper than all that paperwork.

      There are some useful features there like license harvesting though - I presume a lot of people wipe a HD and then go "DOH!" as their expensive enterprise software licenses go up in smoke.

    4. Re:Don't have to buy one by TheReaperD · · Score: 2

      It all comes down to your potential data thief. If it's just some wannabe hacker who buys your drive off ebay, then a tool such a DBAN or the dd commands in linux should do the trick, even for SSDs. If you're up against professional data thieves, you'll want to smash and then have the drive shredded (don't send it to the shredders intact as there have been cases of the drives being resold intact instead; probably by unscrupulous employees). If you're up against the CIA, FSB or the Mossad, dissolve it in acid or personally grind it to dust. I could see taking an orbital sander to a SSD being a great stress reliever. There are people who are or should be, on the upper paranoia list that try to use DoD style erasure tools to make the data unreadable but, keep the drive usable but, I've never been able to support that. If it's important enough to go through that much trouble, destroy the drive; no exceptions.

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
    5. Re:Don't have to buy one by TheReaperD · · Score: 1

      Yea, it sad that they were bought. But, use the free tool. If it's important enough that you would need the professional product, just destroy the drive and be sure.

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
    6. Re:Don't have to buy one by Anonymous Coward · · Score: 0

      And the bit density is somewhat poor.

    7. Re:Don't have to buy one by AmiMoJo · · Score: 1

      Many SSDs support encryption with Windows 8+. There is some slow progress on Linux support. With Windows 8.1 manufacturers are required to enable it transparently on their devices if the hardware supports it. For example, Microsoft Surface tablets are fully encrypted by default.

      With encryption by default the user doesn't need to enter a key, that's stored in secure memory on the PC. But when they want to discard that machine they can do an instant secure wipe that takes it back to factory settings, with no realistic possibility of recovering the encrypted data.

      There is no performance loss with this encryption. It can be a bugger to set up on self made machines but its worth it. You can have a password if you like.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    8. Re:Don't have to buy one by Anonymous Coward · · Score: 0

      > Many SSDs support encryption with Windows 8+. There is some slow progress on Linux support.

      Why should I trust some random manufacturer's encryption jigadoo? Without ever getting the opportunity to look inside?

      > With Windows 8.1 manufacturers are required to enable it transparently on their devices if the hardware supports it. For example, Microsoft Surface tablets are fully encrypted by default.

      And why should I trust Microsoft? Of all things? A company which sells a compiler which bugs the software it compiles?

      > With encryption by default the user doesn't need to enter a key, that's stored in secure memory on the PC.

      I'll enter my key thankyouverymuch. I have as little reasons to trust the whole clusterfuck IME, Trusted Platform etc. is. Is it serving me? Is it serving Intel? The DMCA cartel? All of the above?

    9. Re:Don't have to buy one by Anonymous Coward · · Score: 1

      The company in the article, Blancco, actually bought out DBAN back in 2012. The latest free version of DBAN works fine, but it also now displays a 'buy blancco products' splash screen after a wipe is performed.

    10. Re:Don't have to buy one by Anonymous Coward · · Score: 0

      Or - never store unencrypted data on the SSD. Which is very doable with LUKS.

    11. Re:Don't have to buy one by OmniGeek · · Score: 1

      One place where I worked uses a center-punch or hand drill to perforate the disk platters, then bends them with pliers; laptop disk platters tend to be made of glass, and shatter in a most gratifying manner. Physical destruction of the platter is definitely the most effective way to permanently delete its data.

      --

      "My strength is as the strength of ten men, for I am wired to the eyeballs on espresso."
    12. Re:Don't have to buy one by PPH · · Score: 1
      --
      Have gnu, will travel.
    13. Re:Don't have to buy one by hAckz0r · · Score: 1
      Very good advise! I used to use this all the time, and it does a good job.

      One other capability for new machines is TCG Opal SED drive technology, if what you are after is speed in securely wiping data. First off the drive can be encrypted for data at rest so there is no fear of someone mounting and reading it in the first place. But when they can't even see the partition table it makes it quite hard to mount it in the first place. Then you can just flip a single bit in the drives key and instantly everything in that region is wiped to the equivalent of AES256. The only way to recover it is to set the password back before the drive is reinitialized for some other purpose. You can even set up multiple regions, write or read protect them individually, install a fake (shadow) partition table, or even lock any of them to a pcr in the hardware TPM so partitions are unusable or even non-visible unless the machine was booted exactly in your own prescribed manor. Need to hide your banking data from ransomware anyone?

    14. Re:Don't have to buy one by FlyHelicopters · · Score: 1

      That assumes you can trust the encryption 100%, that there is no weak link at any point, that your computer that you open the files on isn't compromised, and that no one hits you with a $5 wrench...

    15. Re:Don't have to buy one by FlyHelicopters · · Score: 1

      I agree with all you said... again the NSA, the only solution is total disintegration, not even drive shredding would be enough for me, since that just cuts it into strips and you never can tell...

      https://www.semshred.com/disin...

      Few companies actually offer HDD disintegration, most only offer it for SSDs...

      I imagine that completely and totally reducing a HDD to fine dust is expensive and few people really need to do it.

    16. Re:Don't have to buy one by david_thornley · · Score: 1

      While no encryption with a reasonable-sized key is completely trustworthy, it's reasonable to trust AES-256 or similar ciphers. If you're selling the drive (alone or as part of a system), which is the subject here, you won't be opening the files on your computer, and nobody's going to hit you with a wrench. AES-256 has some potential weaknesses when the encryption is done, but there's no known feasible attacks (feasible for a Kardashev Type II civilization, anyway) once the data has been encrypted and is sitting there.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    17. Re:Don't have to buy one by TheReaperD · · Score: 1

      The problem I have with sending a drive to these services is that I have no way of knowing that the drive was destroyed properly. If you're up against intelligence agencies, it's far easier for them to give a piece of paper (or an envelope full of cash) to someone to have the drive handed over intact than to recover the drive after it's been destroyed. So, if you're up against them, destroying the drive personally is the only option. Thankfully, most of us don't have to worry about this level of paranoia.

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
    18. Re:Don't have to buy one by TheReaperD · · Score: 1

      Encryption is great for many things but, protecting your data against national intelligence agencies is not among them. The agencies have spent a lot of time and money to make sure that common encryption tools are too weak to stop them. Encryption has only stopped them a handful of times (9 in all of 2013 and that was the first report of encryption ever working against them). Now, it will slow them down and possibly make them pass over you if you're a small fish so, definitely use it. Just don't rely on it to save your ass if they have your hard drive in their possession.

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
    19. Re:Don't have to buy one by FlyHelicopters · · Score: 1

      Many of these services will come to you... They install them in the back of trucks and you can personally put your drive into the machine if you like and watch it turned to mush...

  5. Used drives are my favorite source of porn by Anonymous Coward · · Score: 0

    There's some real weird people out there. Much better that the cookie cutter "pro" stuff.

  6. Why? by Calydor · · Score: 5, Insightful

    Why do people even sell old hard drives, let alone BUY used drives that may be full of bad sectors or viruses?

    --
    -=This sig has nothing to do with my comment. Move along now=-
    1. Re: Why? by Anonymous Coward · · Score: 0

      Because maybe the want to sift for gold in recoverable data?

    2. Re:Why? by JoshuaZ · · Score: 3, Informative

      Because it is cheap, and a single reformat will deal with the vast majority of issues. A few bad sectors aren't in general going to make the drive unusable.

    3. Re:Why? by PhunkySchtuff · · Score: 3, Informative

      Modern drives will silently remap sectors without telling you (unless you look at the SMART status).
      Once they exhaust their pool of spare sectors, then they start telling things higher up the chain that there are bad sectors.
      By the time a disk is reporting bad sectors to the OS (as a bad sector, instead of incrementing a SMART counter and silently carrying on) it has remapped so many bad sectors that it can no longer automatically remap them and is now telling you there is a problem.

      In my experience, every single drive that I've seen reporting even a single bad sector will soon go pear-shaped and shouldn't be used.

    4. Re:Why? by rudy_wayne · · Score: 1

      That's the problem with SMART. If it says something is bad, it is. If it says everything is good, you don't really know for sure -- you may just be one bad sector away from hitting the "too many bad sectors to remap them all".

    5. Re:Why? by Anonymous Coward · · Score: 0

      Because it is cheap

      asked for a reason to sell drives, not for a reason to not sell drives

    6. Re:Why? by Anonymous Coward · · Score: 0

      Why do people even sell old hard drives, let alone BUY used drives that may be full of bad sectors or viruses?

      Well, I've gotten decent money for used drives. The thing is, you often run out of space and upgrade drives before they have much use at all. My listings always include descriptions of use, and the full SMART report which shows hours of use and counts of errors & remaps.

    7. Re:Why? by Anonymous Coward · · Score: 1

      Huh? If you look beyond the simple pass/fail result it shows the number of remapped sectors so you know as soon as your drive starts playing up. When you see a few bad sectors some drives might have another decade left in them but others might not last the month, that's the point at which I back up the data on them or replace the drive in a RAID array. I never let them go on for long enough that they run out of space to remap.

    8. Re:Why? by drinkypoo · · Score: 1

      In my experience, every single drive that I've seen reporting even a single bad sector will soon go pear-shaped and shouldn't be used.

      Not that I want to go back to measuring disk size in tens of megabytes, but I do have a certain nostalgia for the days when hard errors would sometimes correct themselves and an unusable sector would become usable again.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:Why? by houghi · · Score: 1

      Because of money. People want to sell items they no longer need in exchange of money.
      Others would want to pay money for items they want.

      The risk that items are defective is also a reason why they are cheaper and worth the risk to some people. The fact they sell them with personal data is because they were not aware. Otherwise they would have either removed it, or adjusted the price.

      --
      Don't fight for your country, if your country does not fight for you.
    10. Re:Why? by Anonymous Coward · · Score: 0

      the same reason and results of buying a used car tire. Money.
      Once your tire starts to throw tread, you need to get rid of it.
      Once your drive starts to have bad sectors, it is headed to failure.
      Some poor person who only has need for a short while, may get some user out of it.

    11. Re:Why? by thegarbz · · Score: 1

      Why do people even sell old hard drives,

      Because $20 is better than $0 in my pocket.

      let alone BUY used drives that may be full of bad sectors or viruses?

      Because a chance at a lot of personal data is worth $20.

    12. Re:Why? by operagost · · Score: 1

      For old ST506 drives (MFM and RLL encoding) that was usually because hard disks used stepper motors, and a slight misalignment could cause a track to read incorrectly. The fix was to reinitialize the drive using the drive BIOS. You could fix the interleave while you were there, if it was too high, and get a performance boost.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    13. Re:Why? by tlhIngan · · Score: 1

      That's the problem with SMART. If it says something is bad, it is. If it says everything is good, you don't really know for sure -- you may just be one bad sector away from hitting the "too many bad sectors to remap them all".

      Huh? There's a SMART attribute that already says "number of remapped sectors". It should be zero. It might hit 1 or 2 if it's a portable drive treated badly, but that's it. Once it starts hitting double digits, the drive is generally going. It may have a few months of error free operation left, but in general the remapped sector count will rise and rise and eventually the drive will run out.

      It's far from silent - in fact, you also want to check out the "number of pending remaps" which is the number of bad sectors the drive has yet to remap as well. (Drives only remap sectors when that sector is written to, at which point pending remaps decreases and remapped increase.

      Either way, it's an easy tell.

    14. Re:Why? by Anonymous Coward · · Score: 0

      >There's a SMART attribute that already says "number of remapped sectors". It should be zero.

      That's not exactly true. Fill a hard drive like a Western Digital Blue edition with one partition taking up all the space. Now use it until it attempts to remap a sector and it will come up with a smart warning about pending remaps. Now delete all partitions on the drive or zero it from end to end and check smart and many times it will show no pending and no remapped sectors. AKA, sometimes smart lies.

      Now with their Black and Re editions once a sector is bad it stays bad. Enterprise users would get pissed if stuff like that occurred.

    15. Re:Why? by Anonymous Coward · · Score: 0

      It's not true that a drive which reports bad sectors to the OS has exhausted its spare supply and can no longer automatically remap them.

      A drive will report a bad sector to the OS, if it a previously functional sector can not be read and the data has been lost. There has to be a mechanism for the drive to tell the OS "data lost", and the report of a bad sector is one. The sector may not actually be bad, just corrupted (i.e. a soft error). In the SMART data, this will be recorded as a "pending" sector, not a reallocated sector.

      As this may be a soft error, if the OS rewrites data to the sector, the drive will attempt to overwrite the sector, and then verify it. If the sector passes verification following the next write, then it is removed from the "pending" list and returned to normal operation.

      If after rewriting, the sector is found to be corrupted again, then a remap operation commences, and the drive will rewrite the data to a reallocated sector before completing the write operation. The sector will be removed from the pending list and added to the reallocated list.

    16. Re:Why? by Anonymous Coward · · Score: 0

      Why do people even sell old hard drives, let alone BUY used drives that may be full of bad sectors or viruses?

      Sometimes that's the only way to keep an old system alive.

      Nobody makes the right hardware any more for lots of old systems. The used market is the only market for things like old test, industrial, and scientific equipment. You wouldn't believe some of the old stuff I've seen in the course of my career, still working as well as the day it was built.

      It's not just old hard drives, but also magnetic tapes.

      Sometimes those old systems run applications, business or mission hardware. External hardware is especially problematic, for a whole host of reasons. Lots of little companies out there did really cool custom hardware, much of which is very hard to replace. Sometimes there's IP in these that nobody alive any more knows how to build, but which works very well.

      Far easier to buy a bunch of old drives from different sources than pay millions of dollars to get somebody to redesign a piece of hardware, with a high risk that it won't work as well as the old stuff. Lots of businesses sell old drives, not because the drives themselves don't work, but because they don't work with the newer machines due to BIOS issues, or because the business just wants larger and/or newer drives. Even if one drive fails, odds are some of the bunch will be good.

      Old hardware isn't the only issue. Old software is often needed as well. If a hard drive dies with some old version of Windows that is no longer produced, one needs some way to re-install, and sometimes the original keys used were lost a long time ago. This is one of the reasons Microsoft screwed up massively when they stopped selling older OS's: they seriously piss off the people who maintain this old equipment and have to scrounge for replacement stuff. It's ridiculous that nobody can buy something as new as Windows 7 any more.

      Probably anything no longer manufactured and available for sale at reasonable prices should lose all IP protection, and the source should be required to be put into the public domain. This last would seem to be required by law in the USA, as the right to long term public oversight over businesses is certainly one of the rights "retained by the people" under the 9th Amendment, and certainly long term access to source for software is a legal requirement for such oversight to happen with respect to businesses involved in producing software. I suppose Congress is too busy taking bribes, err I mean 'campaign contributions' to actually do their jobs with respect to issues like this.

  7. In the article "Full Format" vs "Secure Erasure"? by Anonymous Coward · · Score: 0

    The article says:
    "A full format — used on 14% of the drives — will do you a little better, but may still miss crucial information."

    What crucial information may still be missed?

  8. Buy a tool? by Anonymous Coward · · Score: 0

    What's with this Ad posing as an article... Anyone who even remotely know anything about computers, know about Dban.

  9. Plenty of research on this, no need to spend on SW by Anonymous Coward · · Score: 0

    Paper I read stated that with 2 full random wipes of a hard drive, the chance of successfully recovering a 32bit piece of information (an IPv4 address) was in the 4..6% range. Chance drops to less than one percent if done as follows: Delete file in OS, use the drive for a few days, two wipes.

    If that's not good enough, you go to 3 or 4 wipes with pseudorandom. The chance of getting 32 bits back then is about the same as hugging Jackie Chan. If more peace of mind is needed, you're better off shredding that hardware.

    Windows has an uncountable amount of programs that allow for disk wiping. If you're using a Linux distro, you've got at least two packages on your system that allow you to securely wipe drives.

    Laziness is the cause here, not because your licence cost wasn't in the thousand dollar range.

  10. Re:78% of Crapdot stories are worse now by Anonymous Coward · · Score: 0

    I really miss the wit of the old editors in the "from the xyz dept".

  11. What about the remaining 22% ?!? by ctrl-alt-canc · · Score: 1

    If the data in 22% of disks were unrecoverable, either the drives were broken, or the previous owner was very paranoid, or they have been used to store something very valuable.

    1. Re:What about the remaining 22% ?!? by Bert64 · · Score: 1

      Or perhaps they never had anything on them to start with?
      Many companies keep a pool of spare drives for various reasons (e.g. hot spares incase any fail in a raid array), but these drives are discarded along with the live ones once they become obsolete. It's not uncommon for drives to be disposed of which have never been used at all.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  12. Obvious astroturf about obvious things by Anonymous Coward · · Score: 0

    a) "duh" to the entire article
    b) Is Faildot selling ads masquerading as articles these days?

  13. Only $5 and way more satisfying by wkwilley2 · · Score: 3, Insightful

    I already bought a data erasure tool years ago, it's my trusty 16oz ball peen hammer.

    --
    Have you ever fallen asleep at the keybhanusdiog?
    1. Re:Only $5 and way more satisfying by Anonymous Coward · · Score: 0

      I much prefer the drill press as I can make a series of holes through 3 hard drives platters at the same time.

      I must say though, I am surprised that a dedicated hydraulic piercing press is not available for dealing with commercial quantities of old hard drives. It is so much safer to do them in house...

    2. Re:Only $5 and way more satisfying by entropy01 · · Score: 1

      .223 works great too.

    3. Re:Only $5 and way more satisfying by Bob+the+Super+Hamste · · Score: 1

      I prefer 12 ga slug, 7.62x54r, or .454 casull. Salvage the magnets, properly dispose of the electronics, recycle the aluminum case and spacers. Once the platters have been outside for a few months and are starting to resemble lorraine cheese they also find their way to the recycling.

      --
      Time to offend someone
    4. Re:Only $5 and way more satisfying by Anonymous Coward · · Score: 0

      For a sure wipe, I always use the old oxy-acetylene torch.

    5. Re:Only $5 and way more satisfying by thegarbz · · Score: 1

      I already bought a data erasure tool years ago, it's my trusty 16oz ball peen hammer.

      I have yet to sell a second hand drive on ebay that's been pounded with a hammer for more than $zero, or in your case -$5 depending on how many drives need peening.

    6. Re:Only $5 and way more satisfying by Anonymous Coward · · Score: 1

      $5 for technologically-oriented Found Art, using spinning disk hard drives, distressed by ball-peen-hammer techniques? Wow! What a bargain!

  14. When I hear the words by Ukab+the+Great · · Score: 2

    "Craigslist" and "Hard drive" used in the same sentance I'm expecting either an interesting story or a punchline at the end of it.

  15. Simple solution by GrumpySteen · · Score: 1, Interesting

    1) Use one of the many freely available utilities to overwrite the entire drive

    2) Use a script to fill the drive with randomly named copies of goatse, tubgirl and other such wonderful images. Throw some of them into other document formats as well, just to keep things interesting. For added fun, make sure all the MS office documents are infected with macro viruses. Bonus points if the random names are made using a list of enticing words like "password", "private", "taxes", "accounts", etc.

    3) Delete all the files and sell the drive.

    Anyone who recovers the files and looks at them will immediately regret it.

    1. Re:Simple solution by TheReaperD · · Score: 1

      You sir, have a single-minded dedication to evil... I salute you!

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
    2. Re: Simple solution by Anonymous Coward · · Score: 0

      I'd like to try this. Can you point me to the current locations of goatse and tubgirl? Thanks!

    3. Re:Simple solution by Anonymous Coward · · Score: 0

      You sir, have a single-minded dedication to evil... I salute you!

      Not really evil at all. Step 3 says delete all the files. Any "innocent" person would receive an empty drive, and use it as such. Only some nosy person would get the "payload".

    4. Re: Simple solution by budgenator · · Score: 1

      Just Google "BBW" + "Scat" If you don't find the originals, you should find some work-a-like images

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
  16. Re:Plenty of research on this, no need to spend on by rudy_wayne · · Score: 1

    Paper I read stated . . . . . . .

    One of the problems in this area is that people are writing papers based on information that was true 20 years ago but is no longer valid today, due to the massive increase in bit density of modern hard drives. A single wipe renders data unrecoverable, even with super-secret NSA government magic.

  17. Who sells their old drives? by damn_registrars · · Score: 1

    I have a hard time seeing how it is worth the effort to sell an old drive. They are worth so little on the used market that it generally seems to make more sense to either toss them in the closet to rot in peace, or seek out a place that can properly dispose of them.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:Who sells their old drives? by necro81 · · Score: 1
      ,blockquote>or seek out a place that can properly dispose of them

      My place of choice is the old gravel pit, where I can light off small amounts of thermite without much risk. If I'm all out of thermite, the same location serves as a handy shooting range, which also gets the job done, but the noise attracts unwanted attention.

    2. Re:Who sells their old drives? by drinkypoo · · Score: 1

      I usually get used drives at yard sales, either inside of a used PC or sometimes as an external. Every single time, there has been personal information included. Only once has any of their data been interesting, and it's never been the personal information in my case. They just had a cool mp3 collection.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Who sells their old drives? by kjshark · · Score: 1

      My choice is my boy with a hammer. Much more enjoyment than whatever $ you can get for a used HD.

      --
      The difference between truth and fiction is that fiction has to be plausible.
    4. Re:Who sells their old drives? by vtcodger · · Score: 1

      "I have a hard time seeing how it is worth the effort to sell an old drive. "

      Mostly, you're right. But if you work in an IT department and have 700 of the blasted things stacked in the corner after an upgrade, it may be worth the effort to gather em up and sell them -- especially if you can use volunteer labor to clear them. Also, if you want to donate your old PC to a charity or sell it at a garage sale, you might want to clear the drive and install a fresh copy of the OS.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    5. Re:Who sells their old drives? by Bert64 · · Score: 1

      People sell the machines with the drives still inside, sometimes it can be quite a considerable hassle to remove the drive and doing so significantly decreases the resale value of the laptop as it's no longer a fully working unit.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Who sells their old drives? by Immerman · · Score: 1

      I can confirm the near-ubiquitous presence of personal data - I've been "refurbishing" donated PCs for the local thrift store - basically just a secure delete and Linux install (plus a big "NOTICE: this computer can't run normal programs + details" label on the side to reduce buyer's remorse), and have yet to encounter a computer that has even had the personal data even superficially deleted. Apparently most people don't have any concept of security.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    7. Re:Who sells their old drives? by tepples · · Score: 1

      plus a big "NOTICE: this computer can't run normal programs + details" label on the side to reduce buyer's remorse

      Does the label mention Wine, which can run many but not all Windows desktop applications?

    8. Re:Who sells their old drives? by Yvan256 · · Score: 1

      Make sure he wears safety glasses.

    9. Re:Who sells their old drives? by Immerman · · Score: 1

      Actually yes, at the bottom of a short list of suggested applications further down the page. I had even briefly considered pre-installing it, but decided a secure wipe and Linux install was about as much effort as I felt like donating (the store is operated as a funding source for the local homeless shelter)

      I decided a big warning was called for as I had been informed by multiple friends around town that they had seen terrible return rates with Linux PCs, and the thrift store has a no returns policy. Under the circumstances I figured it was better to warn people off first - for a change the the large print taketh away, while the fine print returneth. That's also the reason I decided on a "No normal programs" rather than "no Windows" warning - an awful lot of people don't understand what Windows is, much less the implications of not having it.

      Mainly I wanted to get the computers back into the community, and keep them out of the landfill - previously the store had been discarding donated computers rather than risk any data-"theft" related liability (legal or moral).

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
  18. Re:78% of Crapdot stories are worse now by KiloByte · · Score: 1

    78% of Crapdot stories are worse under the new editors.

    What's your baseline? Because if you mean Dice time, I completely disagree.

    --
    The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  19. Re: 78% of Crapdot stories are worse now by Anonymous Coward · · Score: 2, Interesting

    This story bugs me in part because there's a pretty blatant conflict of interest.

    The Consumerist points out that Blancco makes their money from promising secure data erasure, so the company has a "strong and vested interest in these results."

    There's every reason to want the results to seem as severe as possible because that drives sales. While not necessarily invalidating the results, it's like trusting Coca-Cola to impartially study the effects of sugary drinks on health, ExxonMobil to study the impacts of burning fossil fuels on climate change, or the makers of any dietary/weight loss supplement to study the health effects of their product. There are always ways to tweak the methodology to get the desired outcome. With this study, the obvious way to bias the results is to buy hard drives from people who might appear to be more or less technically skilled based on the content of their listing and profile.

    I'm not saying that there's such a bias here but the possibility has to be considered. That's the problem with these types of studies. And when it's linked to a product like that, it reads very much like a Slashvertisement. I don't actually think Slashdot received any money for this story or any others, but I don't think it's good journalism.

  20. Re:In the article "Full Format" vs "Secure Erasure by Anonymous Coward · · Score: 0

    The details of their bank account for you to send money to.

  21. Re:In the article "Full Format" vs "Secure Erasure by TheReaperD · · Score: 1

    All of it. A full format re-writes the file tables and the sectors but, the data is still there and can be pieced back together. It's really hard to reassemble files if they are badly fragmented but, you can capture the majority of data, especially for common file types. Images are really easy to pull. Videos are hard to get intact due to fragmentation but, you will get, at least, some of it. In order to clear the drive, you have to, at minimum, write 0s to every bit on the drive. That requires either a tool like DBAN or some of the linux commands suggested in these threads. That'll keep the standard wannabe data thief on ebay or the pervy guy at Best Buy away from your data. If you're up against anyone more serious than that, destroy the drive.

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
  22. Re: 78% of Crapdot stories are worse now by Anonymous Coward · · Score: 2, Informative

    Can Intelligence Agencies Read Overwritten Data?

    Daniel Feenberg
    National Bureau of Economic Research
    Cambridge MA

    Claims that government intelligence agencies can recover overwritten data on disk drives have been commonplace for many years now. The most commonly cited source for this claim is a paper, "Secure Deletion of Data from Magnetic and Solid-State Memory", written by Peter Gutmann in 1996. Gutmann believes that an overwritten sector can be recovered under examination by a sophisticated microscope and this claim has been accepted uncritically by numerous people.

    However, all of the references cited by Gutman refer to experiments where Scanning Tunneling Microscopy was used to examine individual bits, and some evidence of previously written bits was found. Although there is a lot of literature on the use of Magnetic Force Microscopy(MFM) or Scanning Tunneling Microscopy (STM) to image bits recorded on magnetic media, the apparent purpose point of this literature is to test and improve the design of hard drive read/write heads, not to retrieve overwritten data. While I agree that overwritten bits might be observable under certain circumstances, Gutmann doesn't cite anyone who claims to be reading the under-data in overwritten sectors, nor does he cite any articles suggesting that ordinary wipe-disk programs are not completely effective.

    Gutmann claims that "Intelligence organizations have a lot of expertise in recovering these images", but, out of the 18 references in his paper, none refer to anyone actually doing that. Subsequent articles written by many other authors do make that claim, but they only cite Gutmann. Charles Sobey has written a paper "Recovering Unrecoverable Data" with some quantitative information on this point. He estimates that it would take more than a year to scan a single hard drive platter with current MFM technology, and tens of terabytes of image data would have to be processed.

    In one section of Gutmann's paper he suggests overwriting with 4 passes of random data, probably because he anticipates using pseudo-random data that would be known to the investigator. However, a single write is sufficient if the overwrite is truly random, even given an STM microscope with far greater powers than those in his references. In fact, data written to the disk *PRIOR* to the data whose recovery is sought will interfere with recovery just as much as data written after -- the STM microscope can't tell the order in which data is created. It isn't like ink on paper, where later applications are physically on top of earlier markings.

    After posting this information to a mailing list, I received a reply suggesting that the recovery of overwritten data was an industry, and that a search on Google for "recover overwritten data" would turn up a number of companies offering this service commercially. Indeed it does turn up many firms, but all are quite explicit that they can only recover "overwritten files", which is quite different from overwtitten data. An overwritten file is one whose name has been overwritten, not its sectors. Likewise, partitioning and formatting typically affect only a small portion of the physical disk, leaving plenty of potential for sector reads to reveal otherwise hidden data. There is no implication in any of the marketing materials that these firms can read physically overwritten sectors.

    Of course it has been several years since Gutmann published his original paper, so maybe microscopes have gotten better? Yes, but data densities have gotten higher too. I spent some time looking at STM websites and failed to find a single laboratory claiming it had an ability to read overwritten data.

    Recently I was sent a piece by Wright, Kleiman and Sundhar (2008) who show actual data on the accuracy of recovered image data. While the images do include some information about underlying bits, the error rate is so high that the results are nearly useless, with recovery of maybe one word out of several thousand.

    The requirem

  23. Re:Plenty of research on this, no need to spend on by TheReaperD · · Score: 1

    For clarification, it's not unrecoverable. It's just so cost prohibitive and time consuming to recover it that recovery is unreasonable. A subtle difference but, important if they want you bad enough that they're willing to throw years and millions of dollars away to get you.

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
  24. Re:In the article "Full Format" vs "Secure Erasure by Anonymous Coward · · Score: 0

    Think of a disk as a stack of paper. A 'format' operation would claim the first few sheets for itself and clear them entirely to make room for a future table of contents while only scribbling a tiny page number at the bottom of all the other sheets for future reference from the aforementioned TOC. This action would indeed touch every page in the stack, but it would leave the vast majority of the pages' surfaces untouched. Any writing that's already present on the pages would remain there unscathed, it just won't be accessible through the freshly created TOC anymore. Yet anyone willing to just start reading the pages themselves would be able to gather information from them. It may not be convenient and stuff may be shuffled quite badly, but the information won't be gone.

    Transposing this anology back to computer storage, you need to make sure that every available bit is overwritten in order to get rid of information that was previously there. Overwriting with zeroes is considered by many to be sufficient, while others claim that some residual information will remain. This can be countered by writing absolute garbage to every bit so that any residual information will drown in the sea of noise created by the randomness.

    The interesting part is the question of how to be sure you're actually able to overwrite *EVERY* single bit of writable information on the device in this manner. Modern drives contain all manner of clever tricks like wear leveling (SSD's), caches and remapped sectors that your operating system won't necessarily know anything about. So for all intents and purposes you may tell your drive to overwrite every single bit of information present, you can't be 100% sure it will completely obey this command.

    A threat like this is highly theoretical though. If your infosec is up against an adversary with the capability to squeeze usable data from residual caches and relocated sectors of a drive, you have much bigger problems. For all intents and purposes, you should completely overwrite the drive with random bits before reusing it and be done with it. If you absolutely require anything more, you should physically destroy the drive medium itself. In this case, however, I'd also hire someone competent to actually secure your entire operation because you're probably facing much bigger problems than this.

  25. Free solutions are better by Anonymous Coward · · Score: 0

    As mentioned earlier, dd does a fine job of zeroing drives making any actual data recovery nearly impossible. For those that don't trust or understand how to use dd, there is the DBAN live cd which you can set to run multiple passes with zeros or random data etc and doesn't require any real computer knowledge to run.

    One of the things I do is data recovery and I can say with absolute certainty, one pass with zeros IS enough to prevent any useful data from being recovered.

  26. Shred by archer,+the · · Score: 1

    I use "shred", part of coreutils on Fedora. I wouldn't be surprised if it was common on other distros.

  27. It is not delete or format dumas. by Anonymous Coward · · Score: 0

    It is wipe. Prefer DOD wipe.

  28. The editing is bad, but the modding is worse. by Anonymous Coward · · Score: 3, Interesting

    I've not been impressed with the editing, as well, but I find the moderation to be much more disruptive these days. I've had to start browsing at -1 all of the time just to see perfectly fine comments that are at -1 for some reason. It defeats the purpose of having a mod system if I have to disable it all the time, ya know? Once a good comment ends up at -1 it's like it never gets seen by the mods again, so it will likely remain at -1. I think that anyone with mod points should automatically be shown the -1 threshold view so that they see all comments. At least that allows for the comment to possibly be modded up to its rightful score. Otherwise some other way is needed to get wrongly -1 comments back up. Maybe any comment that's at -1 ends up at 0 again after 10 minutes for instance. Well regardless of how it's fixed this is a problem that needs to be fixed. Most submissions here get well under 100 comments, and nearly all are below 200. It's not 2001 any longer, when many submissions here would easily get 500 or more comments. Comments are scarcer now, so their value is higher. That's why a badly modded comment is a serious problem now. We need to see good content, not have it suppressed.

    1. Re:The editing is bad, but the modding is worse. by Archangel+Michael · · Score: 2

      -1 = "I don't like your opinion, you're a troll" far too often. Politically incorrect wording of a factual statement is likely to be modded -1 almost all the time. The issue is that the system needs more Meta Moderation, so that people who are wounded by chalk marks aren't allowed to get Mod points very often, leaving the discussion to people who are adults who merely disagree on a particular subject.

      Political Correctness is censorship, and the worst kind.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    2. Re:The editing is bad, but the modding is worse. by jenningsthecat · · Score: 3, Interesting

      I've been coming here for 7 years, and I've always browsed at -1. Comments modded down for inappropriate reasons has always been a problem, at least during my time here, but I agree that it's become much worse in the last few years. When I have points I always mod such comments back up. I also mod up comments which I don't agree with, and which I may consider assholish, but which I feel are well thought out and/or important to the overall discussion.

      I love your point about the scarcity of comments, and I agree that the mod system needs to be tweaked. Doing so might even start to raise the level of discourse again and bring back some worthwhile voices that have left in frustration at Slashdot's downward slide. While we're on the (off-topic) subject, I think people need to back off from slagging the editors so much. They're doing a difficult job, trying to balance the desires of a very cranky, picky membership with the need to keep the site financially viable. Yes, we still need to call them out on obvious Slashvertisements - but beyond that, they're doing a pretty good job. We need to be careful here - otherwise the ghost of Timothy will come back to haunt us; or, worse yet, Slashdot will cease to exist.

      --
      'The Economy' is a giant Ponzi scheme whose most pitiable suckers are the youngest among us and the yet-unborn.
    3. Re:The editing is bad, but the modding is worse. by painandgreed · · Score: 2

      -1 = "I don't like your opinion, you're a troll" far too often. Politically incorrect wording of a factual statement is likely to be modded -1 almost all the time. The issue is that the system needs more Meta Moderation, so that people who are wounded by chalk marks aren't allowed to get Mod points very often, leaving the discussion to people who are adults who merely disagree on a particular subject.

      Political Correctness is censorship, and the worst kind.

      Whatever. I would think that people showing up to your house, putting a bullet in your head and burning your letters and manuscripts would be a much worse kind of censorship, but everybody has their own degrees of comfort with this sort of thing. Still, if posts are getting modded to -1, in many cases they are an AC and highly probably a troll, or they are being such an asshole they have pissed off at least three people to the point of modding them down, and fit a pretty good definition of being a troll. Still, training is needed as we are onboarding new moderators probably every day. Brining up the topic of how to mod is fruitful. Sometimes, if modding up a rebuttal, it may be even advantageous to mod up the thing you don't agree with so that the conversation is preserved in an easier to read format.

    4. Re:The editing is bad, but the modding is worse. by Archangel+Michael · · Score: 1

      Getting shouted down as "hater", "Homophobic", "Racist" for everything is censorship. In some ways it is worse than official censorship (often in the form of PC edits, see Orlando 911 transcript fiasco). It disables legitimate conversations based on emotional kneejerk responses. And it works, as enough people don't care about PC based censorship, because it is "their form" of censorship, not the other guy's form (bullet head).

      As for Moderation, i get enough Mod points that it doesn't really matter, but I usually use my 5 Mod points as follows +1 Funny, +3 Insightful/Interesting, -1 Troll/whatever. I tend to mod ACs down more often than not. And nobody gets a -1 "I don't agree", because I should be able to explain myself better so that it is obvious. ;)

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    5. Re:The editing is bad, but the modding is worse. by david_thornley · · Score: 2

      Censorship is when you prevent someone from communicating in some way. Calling the speaker names isn't censorship, and attempting to stop people from doing that is censorship. There's nothing stopping anyone from posting something on Slashdot, and no matter how many people post replies that are just insults and ad hominems, the post is still there.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  29. Sledgehammer by Anonymous Coward · · Score: 0

    We do all the above. Then run a very powerful electro-magnet over it. Then smash with sledge hammer.

    The scrap price of drives isn't worth having our info seen.

  30. Or... by bferrell · · Score: 1

    Rather than buy... Use Darik's Boot and Nuke.
    ou still have to cope with Blancco's ads, but it does do the job
    Y

  31. Re:78% of Crapdot stories are worse now by phrostie · · Score: 1

    The source is bias, but using a second hand drive is as bad for the buyer as it is for the seller.
    old data could be exploited.
    back doors/exploits could be pre-installed.

    it isn't worth it.
    storage is cheap, buy new from a reputable source.

  32. Re:Simple -DBAN by Anonymous Coward · · Score: 0

    DBAN will boot and nuke all data, with many options of overwriting.
    It's free. Works independent of the OS.

  33. Built into the hard disk's firmware? by Blaskowicz · · Score: 2

    At least for hard disk drives, what happened to just using the low level tools?
    Historically it was dead easy to run them from DOS. Still looks like it's possible, e.g. with Seagate it's an .iso file that is distributed.

    See there, page 6/20, section G. : (an emphasis added)
    http://www.seagate.com/files/s...

    Seagate is not responsible for lost user data. Erase Drive is available for Seagate or Maxtor drives only.
    Five choices are available under this section:
      Secure Erase. This method uses the drive firmware to erase the data by overwriting the data
    with zeros. In Enhanced Erase mode, all previously written user data shall be overwritten,
    including sectors that are no longer in use due to reallocation.
    Secure Erase requires a user
    password to run which is deleted at the conclusion of the procedure. If your drive does not have
    a user password, SeaTools for DOS will set a temporary password "idrive" without the quotes.
    This password will be removed at the end of the Secure Erase so you never need to actually use
    it to access your drive. If ... BLAH BLAH BLAH

    No idea if you have a UEFI computer, maybe you need to use BIOS emulation, maybe it works, maybe it doesn't because you lack BIOS emulation etc.
    But then, they've got a Windows version as well. The pdf for that is harder to read says it's from October 2015. It has a changelog.
    It's more terse but says stuff like :
    http://www.seagate.com/files/w...

    - SED Crypto Erase
    Self-Encrypting Drive Instant Secure Erase. If the drive supports hardware
    encryption, this menu will be displayed. Like Full Erase this command will permanently destroy
    access to all user data on the drive, but will do so by the erasure of the drive encryption key which
    takes less than one minute to complete. Both SAS and SATA drives are supported, but the boot
    drive should not be listed as an available choice.

    - Sanitize Erase
    Write zeros to all user data sectors on the SATA drive including unallocated and
    cache sectors. This command is mostly found on SSD drives

    Failing vendor tools, see what the FLOSS punks have
    https://tinyapps.org/docs/wipe...

    So, a quote, with a bolding on what I thought was fun.

    Explanation

    According to National Institute of Standards and Technology (NIST) Special Publication 800-88: Guidelines for Media Sanitization, Secure Erase is "An overwrite technology using firmware based process to overwrite a hard drive. Is a drive command defined in the ANSI ATA and SCSI disk drive interface specifications, which runs inside drive hardware. It completes in about 1/8 the time of 5220 block erasure." The guidelines also state that "degaussing and executing the firmware Secure Erase command (for ATA drives only) are acceptable methods for purging."
    Benefits

            Can securely wipe most PATA/SATA hard drives manufactured this century
            Reportedly restores peak performance to SSD drives (though SE fails to securely wipe some SSDs) [hummm...]
            hdparm/Linux offers much better hardware support than HDDErase/MS-DOS
    Overwrites blocks marked as bad by the hard drive (which DBAN and similar tools ignore)
            Though speed (vs. block erase wiping tools like DBAN) is often cited, the difference is negligible.*

  34. Re:78% of Crapdot stories are worse now by phayes · · Score: 1

    I concur. Dice was Ramsey Bolton and the question is whether current management wants to be Reek, Theon Greyjoy or John Snow.

    They started off doing a good Theon impression but I'm seeing more and more Reek with purposefully clickbait written article summaries recently.

    --
    Democracy is a sheep and two wolves deciding what to have for lunch. Freedom is a well armed sheep contesting the issue
  35. Buy? by Anonymous Coward · · Score: 0

    Or buy DBAN. Oh wait... That's free.

  36. Disk encryption. by SurenEnfiajyan · · Score: 0

    Just use disk encryption.

  37. shred by Immerman · · Score: 1

    I've been using
    shred -vf -n 1 /dev/target
    myself to overwrite with pseudo-random data. Seems to come with pretty much every Linux distro, and appears to be purpose-built for secure erasure. It supplies a regular progress update, allows for multiple passes (hence the 1, it defaults to 3), and even allows for a final "zero pass" for the paranoid who want to hide the fact that they did a secure delete.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  38. Re:Plenty of research on this, no need to spend on by Blaskowicz · · Score: 1

    For further clarification, I once read about that story after I was pointed out I was wrong to believe in it.
    Even back then it was a rather speculative paper, and consisted in looking after every single bit trying to find remanence, like, mmmm.... I think there's 70% probability there used to be a 1 here.

    So I'm feeling like it has never been possible, but we could wonder what can be done today, if throwing millions of dollars at an old 20MB or 10MB hard drive.

  39. Not everyone has access (nor needs it) by Anonymous Coward · · Score: 0

    ...but my father in law uses his backhoe bucket or dozer (depending on what he has fired up at the time of need) to flatten them.

    I always thought thermite sounded fun.

  40. DBan for platter. Parted Magic for SSD's. by nanodec · · Score: 1

    easy. Blancco is too expensive for their options. I wipe HDD's all the time, and these two options cover all the bases.

    1. Re:DBan for platter. Parted Magic for SSD's. by PPH · · Score: 1

      http://www.dban.org/ isn't DBAN anymore. Blanco bought the domain as some sort of bait and switch. Get DBAN from https://sourceforge.net/projec...

      --
      Have gnu, will travel.
  41. DBan for HDDS, Parted Magic for SSD's. by nanodec · · Score: 1

    work just fine for me.

  42. Simple Solution - Keep them by benro03 · · Score: 1

    Several of my clients are in the data discovery business, recovering data from old drives for use in trials, lawsuits, insurance claims, etc. There is *nothing* they can't get off a drive, even one erased with the current DoD spec'd tools. I know, I saw them do it as a demo for us. They took a drive filled with data and ran an eraser over it that over wrote with 0's, 1's, and random data 20 times (not in front of us, that takes forever). The tech then took the drive apart and realigned the heads a bit and recovered about 40-50% of what was there.

    You *can not* totally erase a drive with software. The only way is to erase it first, degauss it, and then drill holes in it. Nuke it from orbit, it's the only way to be sure.

    I never throw away an old or damaged hard drive. They're small, so I can keep all of them in a little copy paper box and they make excellent emergency backups of old data.

    --
    I am Homer of Borg, resistance is - Ooo Donuts!
    1. Re:Simple Solution - Keep them by Anonymous Coward · · Score: 0

      That's why I recommend encryption. Plain data never hits the platter. Have fun with that.

      Of course, you gotta keep to good practices wrt encrypted media.

    2. Re:Simple Solution - Keep them by Anonymous Coward · · Score: 0

      That was one crappy "eraser"...

    3. Re:Simple Solution - Keep them by Anonymous Coward · · Score: 0

      They did this with a modern-day, 500GB+ drive? "Realigning" the heads on a drive of that density should only put you into the next track. There hasn't been that kind of spillover outside of the track since pre-SATA disks and if a modern disk is doing this it's seriously out of whack to begin with. An old few-GB disk or hundreds of MB disk, yes, this was absolutely possible but a modern drive's tolerance is so tight to get the data density needed to store TBs of data that this should be physically impossible.

    4. Re:Simple Solution - Keep them by mattventura · · Score: 1

      40-50% of what? Bytes? Bits? Files? If you write random data to the drive, then claim the data is all zeroes, you would technically be recovering 50% of it.

  43. I miss CompSurf by Anonymous Coward · · Score: 0

    CompSurf came with the Old Novell Netware. It wrote every combination of 1s and 0s to every byte on the drive. 20 megs took overnight.
    But it no old data would come back from that.

  44. One flaw by Anonymous Coward · · Score: 0

    Your average Slashdotter cannot lift a sledgehammer.

  45. Re:78% of Crapdot stories are worse now by Anonymous Coward · · Score: 0

    I vote for Reek, because cutting the editors' dicks off would be hilarious

  46. Re:Plenty of research on this, no need to spend on by Anonymous Coward · · Score: 0

    For further clarification, I once read about that story after I was pointed out I was wrong to believe in it.
    Even back then it was a rather speculative paper, and consisted in looking after every single bit trying to find remanence, like, mmmm.... I think there's 70% probability there used to be a 1 here.

    So I'm feeling like it has never been possible, but we could wonder what can be done today, if throwing millions of dollars at an old 20MB or 10MB hard drive.

    Everyone keep in mind that some of your more sensitive information like bank account numbers, government ID, um... photographic evidence, has a long shelf life.

    So a simple wipe isn't just protecting you from thieves today, it could be protecting you from thieves with a $50 SSD recovery tool years from now, or not if we find out SSDs today are doing something very insecure by future standards.

  47. Re:78% of Crapdot stories are worse now by thegarbz · · Score: 1

    Discuss.

    No. Go back to 4chan.

  48. Re: 78% of Crapdot stories are worse now by plover · · Score: 2

    Regardless of whether Gutman's claims in 1996 were valid back then, they fundamentally relied on loose manufacturing tolerances of certain mechanical attributes of the drives of that era. Drive tech has completely changed in the last 20 years in the race for increased data density, and those old faults are no longer relevant.

    That said, if you want to keep your data safe today, there are a few things to consider:

    1. Drives are made for reliability as a primary goal, not secure erasure. A drive that detects a fault will silently place a new copy of the data on a sector reserved for migrating away from bad sectors, leaving the original data in place, never to be overwritten again. No "secure delete" operation will be effective on it.

    2. NIST recommends that when security is your main concern, you should be encrypting the data on the drive. When it comes time to wipe the drive, simply erase all copies of the key.

    3. If you have any doubt about your ability to wipe a drive, physically destroy it. The risk is rarely worth the $20 you might get for it on the resale market.

    --
    John
  49. Silly Slashvertisements by trabby · · Score: 1

    This does the job, with options aplenty, free and open source: http://eraser.heidi.ie/ Personally I never resell any drives whatsoever, I would rather keep obsolete drives in a drawer.

  50. Don't just format - zero out by zero_out · · Score: 1
    Every couple of years we need to remind everyone why they need to zero out a drive, and not just reformat it. I guess it's that time again.

    Remember kiddies:

    Don't just format - zero out.
    --zero_out

    1. Re:Don't just format - zero out by Anonymous Coward · · Score: 0

      Yes, but for modern drives / machines / operating systems there is no reason to zero out a drive. All of the major operating systems support full disk encryption of various types. I'm most familiar with Windows and BitLocker, so I'll use it as an example - but you could do similar things with OSX, Linux, etc. All you need to do is make sure that the drive is encrypted with full disk encryption and some external key. If you have it, TPM is by far the most simple - as you can set it up so that the device doesn't "look" encrypted (you don't have to type a password or anything) but if the drive is removed, an alternate OS is booted, etc. you can't access the data. Next, if you sell the whole PC with the drive in it, a couple of quick command lines can delete the key that unlocks the master volume key from the TPM and that's all she wrote. No need to spend hours zeroing out a drive. That's just a waste of time. Throw away the key and leave the data in place, encrypted, and not able to be accessed. Some operating system / file system combos might not be able to use a TPM, but then you would be able to do something similar with a USB drive to store the key.

  51. DBAN by EmagGeek · · Score: 1

    I like DBAN. I've never had issues with it, and you can't beat the price.

  52. Feed /dev/zero into a CBC cipher with OpenSSL by tepples · · Score: 3, Interesting

    Some SSDs use lossless data compression (analogous to gzip) to pack more sectors into fewer physical pages so that they don't have to spend quite as much time erasing pages. To avoid this possibility, you might want to use a cipher to generate noise that the drive's firmware cannot compress.

    1. TRIM the entire drive.
    2. Feed /dev/zero into a CBC cipher with openssl enc .
    3. Perform a "Secure Erase".
    1. Re:Feed /dev/zero into a CBC cipher with OpenSSL by gweihir · · Score: 1

      Still not trustworthy unless you trust the secure erase. I don't.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Feed /dev/zero into a CBC cipher with OpenSSL by tepples · · Score: 1

      You still filled the drive with random noise. Or are you referring to the possibility of recovering data from sectors of the raw NAND marked as spares?

    3. Re:Feed /dev/zero into a CBC cipher with OpenSSL by gweihir · · Score: 1

      SSDs keep a pool of erased sectors and a pool of ones to be erased. The latter contains non-erased sectors and is not necessarily reached or completely cleared by an overwrite. It requires special, disk and firmware specific software to access it, but still.

      If you only want to sell a disk with not that critical data, an overwrite with zeros should be enough though.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    4. Re:Feed /dev/zero into a CBC cipher with OpenSSL by tepples · · Score: 1

      Zeroes are more compressible than the output of a pseudorandom number generator. On SSD firmware that performs compression, a PRNG fill will touch more "non-erased sectors" than a zero fill.

      But otherwise, I agree. You need low-level tools to ensure that everything past the partition table is either A. erased after the fact or B. encrypted at the sector level beforehand. The ideal SSD firmware would encrypt everything transparently, such that ATA Secure Erase just trims everything and changes the master key.

  53. Re: 78% of Crapdot stories are worse now by cfalcon · · Score: 1

    (1) is even more relevant for SSDs.
    (2) is of course the best advice, but many avoid crypto because it can make it hard to recover files even knowing the password, and it can be hard to find a good crypto solution that works on boot if you still use Windows.
    (3) is the most relevant for this particular article, and sort of shows why this discussion is unlikely to help many people- no one contributing to this discussion will ever sell a hard drive of theirs.

    The best secure deletion method appears to be a claw hammer, some goggles, and a few spare minutes. But I'm puzzled that ANYONE would sell a used hard drive. Your data could be there, and the drive could fail shortly after transfer, leaving the purchaser or giftee pretty well stuck.

  54. Re:78% of Crapdot stories are worse now by Anonymous Coward · · Score: 0

    Go back to 4chan.

    Never been to 4chan or related sites. Been a Slashdot user since 1998. Now you can fuck off.

  55. Great magnets by tornotlukin · · Score: 1

    I love breaking down used HDDs for the magnets, though it makes resale problematic.

  56. The right tool for the right job by DaveMikulec · · Score: 1

    The solution I recommend: buy a tool to perform complete data destruction. A large sledgehammer works nicely.

    --
    "Shall we play a game?" -W.O.P.R.
    1. Re:The right tool for the right job by OrangeTide · · Score: 1

      And that drive is now no longer part of the statistics for resold drives, and you've increased the percentage of resold drives that still have personal data on them. Way to not solve the problem.

      --
      “Common sense is not so common.” — Voltaire
  57. Re: 78% of Crapdot stories are worse now by nukenerd · · Score: 1

    There's every reason to want the results to seem as severe as possible because that drives [Blancco] sales. While not necessarily invalidating the results, it's like trusting Coca-Cola to impartially study the effects of sugary drinks on health .. [etc],

    It does not matter what the exact percentage is. The point is that many people sell used HDDs with data still present and that people should be more careful; would you argue with that? I can vouch that people do sell used HDDs with data on, having bought a few myself, and even if I happened to buy the only used HDDs ever to be sold in the World with data on them, unlikely as that is, the message to be careful is still valid.

    Your claimed parallel with Coca-Cola etc is not a true one. The data on HDDs is a binary issue (will the HDD you are selling have data or not). With sugary drinks it is a matter of degree (we and doctors can argue all night and day as to how much sugar becomes significantly harmfull).

  58. macOS (OS X) by Yvan256 · · Score: 1

    Disk Utility > Erase > Security option > Most secure (DOD 5220-22M compliant)

  59. Re: 78% of Crapdot stories are worse now by Jamu · · Score: 1

    The best secure deletion method appears to be a claw hammer, some goggles, and a few spare minutes.

    But if you do that with your HDD, you might damage the shiny coffee mug coasters inside.

    --
    Who ordered that?
  60. Re:78% of Crapdot stories are worse now by Anonymous Coward · · Score: 0

    The problem is that the editors know nothing.

  61. Re: 78% of Crapdot stories are worse now by Anonymous Coward · · Score: 0

    But I'm puzzled that ANYONE would sell a used hard drive. Your data could be there, and the drive could fail shortly after transfer, leaving the purchaser or giftee pretty well stuck.

    I'm rather puzzled that anyone would BUY a used hard drive, apart from data-slurping purposes.
    Even if it's still under warranty (can be checked from serial number), there's no telling how much use/abuse the drive actually had.

  62. GNU Shred by emil · · Score: 2

    Use shred -n 7 /dev/sda - dd is hardly sufficient, especially if my finances are involved.

    NAME shred - overwrite a file to hide its contents, and optionally delete it
    SYNOPSIS shred [OPTION]... FILE...
    DESCRIPTION
    Overwrite the specified FILE(s) repeatedly, in order to make it harder
    for even very expensive hardware probing to recover the data.
    Mandatory arguments to long options are mandatory for short options
    too.
    -f, --force change permissions to allow writing if necessary
    -n, --iterations=N overwrite N times instead of the default (3)
    --random-source=FILE get random bytes from FILE
    -s, --size=N
    shred this many bytes (suffixes like K, M, G accepted)
    -u, --remove[=HOW]
    truncate and remove file after overwriting; See below
    -v, --verbose
    show progress
    -x, --exact
    do not round file sizes up to the next full block;
    this is the default for non-regular files
    -z, --zero
    add a final overwrite with zeros to hide shredding
    --help display this help and exit
    --version
    output version information and exit
    If FILE is -, shred standard output.
    Delete FILE(s) if --remove (-u) is specified. The default is not to
    remove the files because it is common to operate on device files like
    /dev/hda, and those files usually should not be removed. The optional
    HOW parameter indicates how to remove a directory entry: 'unlink' =>
    use a standard unlink call. 'wipe' => also first obfuscate bytes in
    the name. 'wipesync' => also sync each obfuscated byte to disk. The
    default mode is 'wipesync', but note it can be expensive.
    CAUTION: Note that shred relies on a very important assumption: that
    the file system overwrites data in place. This is the traditional way
    to do things, but many modern file system designs do not satisfy this
    assumption. The following are examples of file systems on which shred
    is not effective, or is not guaranteed to be effective in all file sys
    tem modes:
    * log-structured or journaled file systems, such as those supplied with
    AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)
    * file systems that write redundant data and carry on even if some
    writes fail, such as RAID-based file systems
    * file systems that make snapshots, such as Network Appliance's NFS
    server
    * file systems that cache in temporary locations, such as NFS version 3
    clients
    * compressed file systems
    In the case of ext3 file systems, the above disclaimer applies (and
    shred is thus of limited effectiveness) only in data=journal mode,
    which journals file data in addition to just metadata. In both the
    data=ordered (default) and data=writeback modes, shred works as usual.
    Ext3 journaling modes can be changed by adding the data=something
    option to the mount options for a particular file system in the
    /etc/fstab file, as documented in the mount man page (man mount).
    In addition, file system backups and remote mirrors may contain copies
    of the file that cannot be removed, and that will allow a shredded file
    to be recovered later.
    GNU coreutils online help:
    Report shred translation bugs to
    Packaged by Cygwin (8.23-4) Copyright © 2014 Free Software Foundation,
    Inc. License GPLv3+: GNU GPL version 3 or later
    . This is free software: you are
    free to change and redistribute it. There is NO WARRANTY, to the
    extent permitted by law.
    AUTHOR Written by Colin Plumb.

    1. Re:GNU Shred by adolf · · Score: 1

      dd is sufficient. It doesn't have to be zeros -- it could be /dev/random or a long series of concatenated goatses: Once the bits are set into different byte patterns, nobody can tell what the previous bytes were anymore.

      They used to be able to recover some data using a process called magnetic force microscopy, but those days are gone and the process was/is expensive enough that your financial data wasn't a cost-effective proposition.

      One thing that none of these high-level software erasure techniques can do is deal with data that remains in reallocated sectors, and for that the (literal) shotgun approach is probably best. If your financial information is that important, there's probably not enough relative value in the old hardware anyway.

      Shoot it, throw it in the dumpster, and forget about it.

    2. Re:GNU Shred by gweihir · · Score: 1

      Using /dev/random would be funny, It gives you down to 10 bytes/sec and less on a lightly loaded system. Use /dev/urandom.

      Other than that (and the gun obsession), I agree. Hammer to the PCB, remove cover, hammer to the platters, done.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  63. Re: 78% of Crapdot stories are worse now by Anonymous Coward · · Score: 1

    I was thinking to myself as to how I would skew such a result.

    Buy from private parties.
    Ask if they have issued a secure erase
    Look for as is/no guarantee/untested

    It would be simplest to target private non technical sellers who math have take no steps to cleanse data. Buying systems with a "fresh install" might yield data recovery as well. At the core the goal is avoid vendors who might have an automated wipe and consistently exploit weak targets. Even more nefarious would just involve using probing questions.

  64. Only two ways to ensure data privacy by kilodelta · · Score: 1

    1) Remove the disk, open it up and extract the platter and smash into tiny bits. If it's a metal disc then get some heavy grit sand paper and sand away.

    If you're squeamish about physical destruction, you can always use Darik's Boot and Nuke (DBAN).

  65. Re:78% of Crapdot stories are worse now by Coren22 · · Score: 1

    You mean you have been a Slashdot anonymous troll. Users sign up for accounts.

    --
    APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  66. Re: 78% of Crapdot stories are worse now by mattventura · · Score: 1

    Relevant reading here. Short version: a single overwrite with random data is fine, but multiple passes are overkill, mostly due to improvements in density and recording density. The only time you would need more is if the drive is old. However, the big failure of most wiping methods is that they miss remapped sectors, so an ATA Secure Erase is necessary if your drive is showing any remapped sectors.

  67. Re: 78% of Crapdot stories are worse now by Gilmoure · · Score: 1

    Heh. Still got a 5MB full height drive in the attic. Not parting with any of mah data!

    --
    I drank what? -- Socrates
  68. Re: 78% of Crapdot stories are worse now by Gilmoure · · Score: 1

    I thought you needed a dolphin?

    --
    I drank what? -- Socrates
  69. Another easy answer... by Anonymous Coward · · Score: 0

    ...Drill press. Any size carbide bit (I like 1/4 inch myself...) One pull through the drive platters. Second pull if I feel like being exceptionally destructive. Send off to recycling.

    Works for me.