Slashdot Mirror


Ask Slashdot: Data Remanence Solutions?

MightyMartian writes "The company I work for has just had their government contract renewed, which is good news, giving me several more years of near-guaranteed employment! However, in going through all the schedules and supplementary documents related to the old contract, which we will begin winding down next spring, we've discovered some pretty stiff data remanence requirements that, for hard drives at least, boil down to 'they must be sent to an appropriately recognized facility for destruction.' Now keep in mind that we are the same organization that has been delivering this contract all along, so the equipment isn't going anywhere. What's more, destruction of hard drives means we have to buy new ones, which is going to cost us a lot of money, particular with prices being so high. I've looked at using encryption as a means of destroying data, in that if you encrypt a drive or a set of files with an appropriately long and complex key, and then destroy all copies of that key, that data effectively is destroyed. I'd like to write up a report to submit to our government contract managers, and would be interested if any Slashdotters have experience with this, or have any references or citations to academic or industry papers on dealing with data remanence without destroying physical media?"

61 of 209 comments (clear)

  1. Why not digital destruction? by quanticle · · Score: 4, Insightful

    There is software out there (like D-BAN) which will repeatedly overwrite the data on a hard drive, rendering it unrecoverable. Why not use that, rather than relying on encryption?

    --
    We all know what to do, but we don't know how to get re-elected once we have done it
    1. Re:Why not digital destruction? by Capt.DrumkenBum · · Score: 2

      +1 on D-BAN.
      One of the best uses of the Linux kernel ever!
      Not to mention on hell of a fine piece of software.

      --
      If I were God, wouldn't I protect my churches from acts of me?
    2. Re:Why not digital destruction? by 1729 · · Score: 3, Interesting

      There is software out there (like D-BAN) which will repeatedly overwrite the data on a hard drive, rendering it unrecoverable. Why not use that, rather than relying on encryption?

      How do you verify that the software does this correctly, and that it hasn't been tampered with? What if a drive is mishandled and doesn't get wiped? And if there's a process to do this correctly and with no chance of failure, is it worth that effort to recycle some old hard drives?

      Where I work, hard drives with less-sensitive data can be reused; other ones are ground up into little bits. Data cannot be recovered(*) from a thoroughly destroyed hard drive. What assurance is there for a software solution?

      (*) To the best of my knowledge. Maybe NSA can piece together the dust of a hard drive, but I highly doubt it.

    3. Re:Why not digital destruction? by msauve · · Score: 2

      dd if=/dev/random of=/dev/sdx

      is free, and just as good.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    4. Re:Why not digital destruction? by Joce640k · · Score: 3, Insightful

      The old "You can recover data even after it's overwritten" thing is a myth.

      Today's bit densities are so high that it simply isn't going to happen.

      Format them. Run a small program to write a file (can be the output of a RNG if you want) until the disk is full. Job done.

      Or, as mentioned, use one of the many programs available for this.

      Take the "repeatedly overwrite" thing with a pinch of salt unless you really enjoy sitting there watching hard drive lights blinking.

      --
      No sig today...
    5. Re:Why not digital destruction? by Anonymous Coward · · Score: 5, Funny

      How much checking could a checker check if a checker checkering checked checks to check the checks that checked the checkering checker?

    6. Re:Why not digital destruction? by Calos · · Score: 2

      shred -n# -v /dev/sdx where # is the number of passes to make.

      --
      I vote based on politicians' actions, unless contrary to my preconceptions. Often wrong, never uncertain. #iamthe99%
    7. Re:Why not digital destruction? by mlts · · Score: 4, Informative

      I like combining DBAN with HDDErase.

      HDDErase will do an ATA low-level secure erase that tells the controller to zero out all sectors. Even though that are on the relocated table which would be inaccessible via normal software solutions.

      After HDDErase does its job (which it does in a pretty quick amount of time since there is no I/O involved, but just the write head laying down zeros), running DBAN on the drive adds further insurance. Realistically, this will remove all data.

      Of course, prevention is a good idea as well. This is why I have some type of FDE software on my drives. This way, a simple zeroing out of the drive will be enough. In fact, the format command in Windows will check to see if a disk is BitLocker protected and zero out the places where the volume key resides, so even if someone knew the password to the drive, it will do them no good.

    8. Re:Why not digital destruction? by Anonymous Coward · · Score: 4, Informative

      There is software out there (like D-BAN) which will repeatedly overwrite the data on a hard drive, rendering it unrecoverable. Why not use that, rather than relying on encryption?

      Some classifications of data require destruction of media. See NIST SP 800-88:

      http://csrc.nist.gov/publications/nistpubs/800-88/NISTSP800-88_rev1.pdf

      In NIST/DoD parlance, what DBAN is cleaning/purging; i.e., either overwrite, or invoke the SATA Secure Erase command. Degaussing is also classified as purging (though the disk becomes unusable AFAIK); degaussing is better suited towards tapes IMHO.

      You also need to Validate that it has been done, and document that fact for each drive that has been sanitised.

      The OP will have to ask the contract manager at what level the information is considered at (low, medium, high) and then make plans accordingly. If it's high security, one can simply purge the media if you want to re-use the media with-in an organization, but if you ever want to toss the disk (or even if it's in a RAID array and you need to replace because it died), you need to destroy it and record that fact.

      So if your EMC/NetApp/Dell array has sensitive information, you can't send it back to the OEM if sensitive data ever touched it: you have to make arrangements with the OEM so that you can destroy it. Ditto for your laptop/desktop drives: if Lenovo/HP want/s the drive back, they can't have it as otherwise you'll be breaking your contract with the government.

    9. Re:Why not digital destruction? by EdZ · · Score: 3, Informative

      No need even for DBAN. Unless you're using truly ancient decade-old HDDs, use the ATA SECURE ERASE command built into the HDD controller. Much faster than DBAN, and wipes not only the accessible sectors but sectors in the G-list. Plus it's NIST and NSA approved, so it should be complaint with any government requirements for data destruction.

      It also effectively returns non-TRIM SSDs to a factory state. Remember: when used on SATA drives, set your bios to IDE compatibility mode, not AHCI.

    10. Re:Why not digital destruction? by Local+ID10T · · Score: 5, Insightful

      D-BAN is great... but if the contract says "Thou shalt turn over thy hard drives for destruction..." then its already been agreed on, and the cost was factored into the bid. Deal with it.

      --
      "You want to know how to help your kids? Leave them the fuck alone." -George Carlin
    11. Re:Why not digital destruction? by Sancho · · Score: 4, Insightful

      Yes, but this is a government contract with specific destruction requirements. Go complain to the feds if you don't like the myth. Or maybe the government knows something we don't. Who knows?

    12. Re:Why not digital destruction? by Anonymous Coward · · Score: 2, Informative

      The contract has explicit instructions, which your company knew when bidding the job. So, you've been paid to destroy those drives, whether your accounted it that way or not.

      Do not put your company at risk of defrauding the government.

    13. Re:Why not digital destruction? by SnarfQuest · · Score: 5, Interesting

      A lot of disks have "bad sector" replacement. When a sector starts to be unreadable, it replaces that sector with a spare one set aside for that purpose. Does the software wipe out these revectored sectors, or can someone read those old sectors after software overwrite?

      It depends on the security threat on how serious you need to be about wiping data off drives. Sometimes just 'rm'ing files is enough. Sometimes dropping them in a volcano isn't enough.

      --
      Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
    14. Re:Why not digital destruction? by quanticle · · Score: 2

      Well, DBAN is open source. If you have suspicions, you're welcome to review the source compile your own version with a trusted compiler. If that isn't to your liking, there are commercial tools that do the same thing.

      As for, "What if a drive is mishandled and doesn't get wiped," well, isn't that a concern with physical destruction too?

      --
      We all know what to do, but we don't know how to get re-elected once we have done it
    15. Re:Why not digital destruction? by Anonymous Coward · · Score: 5, Informative

      Yea, you're remembering that contest how you want to remember it. The prize was a pittance, and the "company" offering it was a handful of people. There were also ridiculous restrictions, such as not damaging the single physical drive the whole challenge was based around. And several data companies said they likely could recover some data, just not necessarily the specific file that that the challenge was based around (as a general rule, you can't target a file, you get whatever it is you get). But the process involves ripping the drives to pieces and costs significantly more than the challenge was worth. And since the challenge was issued by a handful of guys rather than an actual, large company, very little publicity would have been generated, so it wasn't worth it to anyone.

      Now, even if that story happened exactly as you remember it, it's still irrelevant. The point isn't that that it's currently possible, it's that it's theoretically possible and thus may be trivial in the near or distant future. For certain kinds of data, that is a world of difference.

    16. Re:Why not digital destruction? by Shatrat · · Score: 2

      If you actually try this, it will take forever to finish due to the /dev/random seeds being quickly exhausted. The computer will have to wait for new seeds from mouse inputs et cetera.
      pseudo-random is also slow.
      /dev/zero or /dev/one is as fast as the i/o can work and just as non-recoverable for all practical purposes, urban legends aside.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    17. Re:Why not digital destruction? by 1729 · · Score: 2

      Well, DBAN is open source. If you have suspicions, you're welcome to review the source compile your own version with a trusted compiler. If that isn't to your liking, there are commercial tools that do the same thing.

      This requires a) proving that the software is correct and b) verifying that the compiled result hasn't been tampered with. For the latter, I'll refer you to http://cm.bell-labs.com/who/ken/trust.html.

      As for, "What if a drive is mishandled and doesn't get wiped," well, isn't that a concern with physical destruction too?

      Sure, the process can still be subverted, but it's a lot easier to verify that a hard drive has been destroyed (along with inventory checks on all hard drives being removed from a facility) than it is to verify that a hard drive has been properly wiped.

    18. Re:Why not digital destruction? by 1729 · · Score: 2

      There was a challenge not long ago for anyone to recover any data whatsoever from a harddisk that had been overwritten just once with zeros (which should be considerably easier than one that was overwritten with random data). I don't remember what the prize was, but it was a considerable amount of money and would have been priceless publicity for any data recovery company that could pull it off.

      That fact that nobody publicly proved that they could do this does not mean that it can't be done. If NSA had the capability to do this, do you think they'd share that information? If the data is sensitive enough, why risk even a very small chance that it could be recovered by the wrong party?

    19. Re:Why not digital destruction? by nabsltd · · Score: 3

      Sure, the process can still be subverted, but it's a lot easier to verify that a hard drive has been destroyed

      Imagine, if you will, someone who wanted your data and could intercept the drive for long enough to swap the platters on a drive (thus taking the important data with them). How do you verify that your data was destroyed?

      One way would be to send a backup (or SHA1 hash) of the data on the drive to the data destruction facility and have them verify that the data on drive serial number 123456789 is what it is expected to be before destruction. If you aren't doing something like this, then you have no way of knowing whether your data is really gone or not. If you think this sort of thing can't happen, read some of the stories about how people get back the wrong ashes from cremations.

    20. Re:Why not digital destruction? by 1729 · · Score: 2

      Sure, the process can still be subverted, but it's a lot easier to verify that a hard drive has been destroyed

      Imagine, if you will, someone who wanted your data and could intercept the drive for long enough to swap the platters on a drive (thus taking the important data with them).

      If someone wants your data and they have enough access that they can actually swap platters and smuggle the data out, then you're already in trouble. Destroying a hard drive makes it a lot less likely that data will be inadvertently leaked.

    21. Re:Why not digital destruction? by godel_56 · · Score: 2

      NOT DBAN.

      From Wikipedia:

      HDDerase is a freeware utility that securely erases data on hard drives using the security erase unit command built into the firmware of ATA and SATA drives manufactured after 2001. HDDerase was developed by the Center for Magnetic Recording Research at the University of California San Diego. It differs from other file deletion programs such as Darik's Boot and Nuke which attempt to erase data using block writes, and therefore cannot access certain portions of the hard drive. The internal firmware secure erase command can access data that is no longer accessible through software, such as bad blocks.

      HDDerase is recommended as a disk drive purging method in NIST Special Publication 800-88.[3]

    22. Re:Why not digital destruction? by flonker · · Score: 4, Interesting

      Yea, you're remembering that contest how you want to remember it. The prize was a pittance, and the "company" offering it was a handful of people. There were also ridiculous restrictions, such as not damaging the single physical drive the whole challenge was based around. And several data companies said they likely could recover some data, just not necessarily the specific file that that the challenge was based around (as a general rule, you can't target a file, you get whatever it is you get). But the process involves ripping the drives to pieces and costs significantly more than the challenge was worth. And since the challenge was issued by a handful of guys rather than an actual, large company, very little publicity would have been generated, so it wasn't worth it to anyone.

      Now, even if that story happened exactly as you remember it, it's still irrelevant. The point isn't that that it's currently possible, it's that it's theoretically possible and thus may be trivial in the near or distant future. For certain kinds of data, that is a world of difference.

      +1 for AC

      In addition, they required that you release your methods for recovering the data, which I'm sure is worth a lot more than the 3-4 digits they were offering.

    23. Re:Why not digital destruction? by LordLimecat · · Score: 3, Insightful

      Its not a myth, its a theoretical possibility that either noone has the current capability to do, or they do and its simply too cost prohibitive, or else we simply dont know about it. Thats not terribly reassuring if youre dealing with data whose leak might cause jail time.

      As for formatting, depending on how you format the drive, it may or may not overwrite the data at all and may leave it ripe for the picking.

      Honestly, if youre dealing with government and they say "we want the drives shredded", DBAN set to a DoD approved setting MIGHT be a reasonable suggestion, as would encryption (as we can actually quantify the risk there, and it is vanishingly small), but saying "ah, just zero it once or format it, it doesnt make a difference" sounds incredibly foolhardy.

    24. Re:Why not digital destruction? by SomePgmr · · Score: 2

      Yeah that's some seriously paranoid international espionage shit. If the stuff is that dangerous and valuable, I'd think you could have the shredding hw brought to you and watch the things go in... or ask the NSA or CIA to deal with the drives for you.

    25. Re:Why not digital destruction? by michelcolman · · Score: 2

      OK, I stand corrected.

    26. Re:Why not digital destruction? by nosferatu1001 · · Score: 2

      You've already been paid for the replacement, that was part of the fee.

    27. Re:Why not digital destruction? by Joce640k · · Score: 2

      Destroy the drive, and invoice the government for the cost of it's replacement. They'll pay it.

      ...and people still wonder why the economy is swirling the drain.

      --
      No sig today...
  2. All you have to do is... by WhitePanther5000 · · Score: 3, Funny

    ...burn it to an optical disc, then shred the disc! :)

    1. Re:All you have to do is... by PhilHibbs · · Score: 4, Insightful

      You've said it better than I could - and I'd go further to say that the fact that he considered encrypting the data and then destroying the key indicates that the OP is incompetent to be doing this kind of work. You don't destroy data by making an unreadable copy of it. You destroy it by destroying it, which could mean physical destruction, or could mean multiple overwrites (but the face that the government requirements state physical destruction implies that they have already considered and rejected this option).

    2. Re:All you have to do is... by Chelloveck · · Score: 2

      This. Think about it. The data's on the disk in the clear. You're either going to overwrite it with random bits, or with an encrypted version of itself. Magnetically there's not a lot of difference there. If the original data can be retrieved in one scenario it can be retrieved in the other one. What's more, if you're encrypting rather than overwriting with garbage, now you have the encrypted data that can be attacked. (Obviously if the cleartext never hits the hard drive in the first place it's a completely different problem. But it doesn't sound like that's what the OP has in mind.)

      Maybe this is exactly why there are such strict data remanence requirements in the first place. It's a hard problem, and they don't want everyone out there trying to solve it (and failing!) independently.

      The only question I have about this is, why is there a requirement to get rid of the drives being re-used for a continuation of the same contract? I can understand it if the project has changed or if the drives are being decommissioned, so maybe I've misunderstood the bit about "renewing" the contract.

      Oh, and finally... If your company is only now "just discovering" a clause in the contract that's going to wind up costing them a lot of money... Maybe, just maybe, someone there ought to be reading the contracts before signing them? Just sayin'.

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
  3. DBAN by jd142 · · Score: 5, Informative

    DBAN, Darik's Boot and Nuke, will wipe a hard drive to any of several government standards. If they are fine with mere software disposal of data, then DBAN is the way to go. http://www.dban.org/.

    If they insist on physical destruction, I'm sure there are companies in your area that will handle that for you.

    1. Re:DBAN by whoever57 · · Score: 2

      What about re-mapped sectors? Writing to the drive only destroys data on sectors that have not been re-mapped.

      This may not be an issue because it might be a good idea to not reuse any drives with remapped sectors so those could go for shredding.

      --
      The real "Libtards" are the Libertarians!
  4. Depends..... by Anonymous Coward · · Score: 2, Insightful

    Assuming it a Federal gov contract, there are different standards depending on the Department. Also depends on the classification of the drive. I would go with the standards of the Department you are contracted to.

  5. Easy Peasy by danwesnor · · Score: 5, Insightful

    If you believe the data shouldn't be destroyed, have your contracting office send the government contracting officer letter requesting the requirement be deffered until the end of the new contract.

    1. Re:Easy Peasy by rjstott · · Score: 4, Informative

      Totally agree, if the contract is renewed the destruction can't be necessary until termination of the extension UNLESS this is not a renewal but a NEW contract. THEN you need to ask for a WAIVER

  6. Re:Why bother with the encryption? by tippe · · Score: 2

    Why not do both? Write encrypted random garbage to the hard disks. Everyone is happy!

  7. The contract... by Taelron · · Score: 4, Insightful

    The contract states that it must be physically destroyed. Depending on what kind of business you are in, the government will only accept physical destruction of a drive if classified data was ever on it.
    You will need to adhere to the contract and destroy and replace drives or the Government will rake your company over the coals during an audit. They will also then demand monies paid back, tack on a huge fine, and possibly criminal charges on anyone that failed to properly dispose of and destroy the data per the contract.

    1. Re:The contract... by jtownatpunk.net · · Score: 2

      Pretty much. Next time read the friggin' contract, subby. If you don't adhere to the terms of the contract and the government finds out, this could well be your company's last government contract. If you're lucky.

  8. Why would they agree? by sirwired · · Score: 4, Insightful

    Your old contract requires the destruction of the equipment. Your new contract failed to price in its replacement. Why is this the agency's problem? If I were the client, I'm not going to go out of my way to evaluate your data destruction ideas and instead would simply request you perform the contract as agreed.

    Make sure your negotiators don't foul this up for future contracts.

    1. Re:Why would they agree? by tlhIngan · · Score: 4, Insightful

      Exactly. They'll want certificates proving the drives were destroyed per the contract.

      Part of your contract bottom line includes the cost of replacing those drives. If your company bid too low and won't make a profit, that's really a shame, but that's something you'll have to take up with the salesperson who wrote the proposal.

      Also, realize that hard drives are only expensive *NOW*. Remember what happened in Japan that was supposed to kill the electronics market until the end of the year? In 6 month's time, the prices of hard drives will come back down. Unless your contract is only a month long, the destruction probably won't happen until then, which is probably a year or more down the road (unless it gets renewed again). In the mean time, you only destroy hard drives of PCs that are being decomissioned, so they've already been replaced and no issue at all.

      Also - why are you trying to find ways around it? It's in the contract and you wouldn't have gotten it if you didn't agree to the requirement. Is it really to save the company a few bucks? Or is it the inner geek who can't see the sight of tossing a 500GB drive away?

    2. Re:Why would they agree? by Anonymous Coward · · Score: 2, Insightful

      I think you're looking at it the wrong way.

      If the original contract requires the destruction of equipment, then the original contract price covers that. Not destroying the hard drives means you should give some money back to the government since you're not completing the work you were paid for.

      If they allow old equipment to be used for the new contract there should be a discount on the new contract to account for this.

  9. Not worth fighting the bureacracy on this one by davidwr · · Score: 2

    1) When it comes to classified data, physical destruction is typically required
    2) When it's a "new contract" the only way around the requirement is to amend the contract. Much easier said than done.

    Your company likely doesn't have the political pull to amend the contract and/or it will be more expensive to do so than to buy new drives.

    But if you CAN change the contract, then just change it to allow DoD-wiping or similar.

    I think there may be a political reason to require destroying the drives and buying new ones: It makes sure that both the incumbent company (you) and any other bidders are on "a level playing field" - that is, you won't be able to reduce your bid by the cost of the drives.

    There is also a technical benefit: You are going to start with brand new drives, reducing the odds of drive failures mid-project.

    I would recommend your company modify FUTURE contract negotiations to specifically allow for re-using media if the contract is extended or replaced with a contract that is doing substantially the same work AND substantially the same group of employees/subcontractors have physical access to the computers or servers.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  10. Radia Perlman's Ephemerizer by Saint+Aardvark · · Score: 2

    I think that what you want is The Ephemerizer, by Radia Perlman (she of OSPF fame). I heard about this a few years ago at the LISA conference, and a bit of digging turned it up. From the abstract:

    This paper is about how to keep data for a finite time, and then make it unrecoverable after that. It is difficult to ensure that data is completely destroyed. To be available before expiration it is desirable to create backup copies. Then absolute deletion becomes difficult, because even after explicitly deleting it, copies might remain on backup media, or in swap space, or be forensically recoverable. The obvious solution is to store the data encrypted, and then delete the key after expiration.

    Google turns up this copy in PDF.

    Hope that helps!

  11. Re:Proof by qw(name) · · Score: 2

    ...and when they don't find the proof of destruction, your company loses the contract, you get fired for not following process resulting loss of contract or the company folds due to loss of revenue because of the loss of the contract.

  12. Re:Zero-fill? by Shatrat · · Score: 2, Insightful

    If it's reversible, you do it.
    The fact is that if the hard drive read head writes a zero, the hard drive read head will read a zero, it will not read a 0.0003 and be able to speculate that it was once a 1.

    http://hardware.slashdot.org/story/08/09/06/189248/the-great-zero-challenge-remains-unaccepted

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  13. Re:Why? by devilspgd · · Score: 2

    Whats with the draconian data policies cropping up everywhere now?

    Time after time after time people report finding sensitive data on used or off-lease systems. Replacing drives is trivial vs the risk of a breach (and also trivial vs the cost of most contracts that have such requirements)

    Encryption solves the problem, if implemented and used correctly all of the time, and if no keys were lost or compromised (with or without anyone's knowledge)

    Destroyed drives tell no tails.

    Even the company I work for is requiring HD destruction as opposed to just a decent low level formatting.

    Given that you can't actually low-level format modern drives out of the factory, I'm not sure what you're suggesting here.

    --
    Give a man a fish, he'll eat for a day, but teach a man to phish...
  14. Romance by Rinisari · · Score: 2

    I came here expecting an eye-opening discussion regarding some some emerging theory of systems administration regarding "data romance".

    Son, I am disappointed.

  15. Re:Zero-fill? by ajlitt · · Score: 4, Informative

    You mean like this? Maybe you should read the articles you cite before you use them to correct someone else.

  16. This is a process issue not a technical issue. by Alex · · Score: 2

    There are a number of good posts on here, and a lot of people saying "use DBAN".

    99.99% of the problem space here is the process that proves the drive was wiped and the processes supporting that, 0.01% is doing the wiping.

  17. Re: Digital destruction is fine, but... by XipX · · Score: 2

    Do it the "right" way. Use the Secure Erase command added to the ATA and SCSI interface specs. http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml. Funded by the NSA until recently.

  18. contract negotiation by brian1078 · · Score: 2

    What's more, destruction of hard drives means we have to buy new ones, which is going to cost us a lot of money, particular with prices being so high.

    It should have been part of the contract negotiations that the cost of the HDDs is paid for by the government. If it wasn't your company should still have padded their fee to include this cost. If it wasn't, someone should be fired. You can then destroy the drives as required by the contract and use the salary savings to pay for new drives.

  19. Re:Endless loop by gweihir · · Score: 2

    Simple: Key on usb-key, destroy that. Or use passphrases that unlock the key and destroy the master-key. For example, LUKS is implemented that way with explicit anti-forensic splitting of the master-key, i.e. if you successfully wipe just a few bytes of the master key blown up to about 100kB, you are quite secure.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  20. Re:Security != contract conformant by PhilHibbs · · Score: 2

    Er... if overwriting is not sufficient due to defective sectors, then how does encrypting the data deal with those defective sectors? And how does writing an encrypted version to a SSD do a better job than writing random data to a SSD? It's worse, because you can write data to the entire SSD whereas encrypting will only write as much as you encrypt, leaving some blocks unwritten.

  21. Re:Zero-fill? by Beryllium+Sphere(tm) · · Score: 2

    Which says "As of November 2007, the United States Department of Defense considers overwriting acceptable for clearing magnetic media within the same security area/zone, but not as a sanitization method. "

    Since it's the same vendor on the same contract, there's a strong argument that it's the "same security area/zone".

    Didn't someone offer a prize for anyone who could recover data from a zeroed drive?

  22. Re:Zero-fill? by Miamicanes · · Score: 2

    > In short, HDDs recognize only two states, up or down.

    That hasn't been true for at least 10-15 years. Modern hard drives use variable signal strength to record multiple bits into each spot. I believe the official term someone came up with was "vertical recording". In vastly simplified terms, it boils down to this: instead of storing nothing (0) or a magnetic field (1), you store nothing, weak, moderate, or strong. 4 levels = 2 bits. Increase the sensitivity and analog-digital resolution, add some DSP magic, and the number of bits per magnetic area goes way up beyond my example with 2 bits and 4 levels to 8, 16, and more. It makes the drives cheaper to make, because instead of storing single bits at precise spots, you can store clumps of bits in slightly more loosely-defined areas.

  23. Re:Zero-fill? by Baloroth · · Score: 3, Informative
    Oh yes, that challenge totally answered the question once and for all! What drive recovery or intelligence agency could resist the reward of... wait for it,

    $40.00 USD and the title "King (or Queen) of Data Recovery".

    $40.00 US DOLLARS!!! And they can keep a 60$ HDD!!! For performing a time-intensive, expensive procedure! Yeah, that totally shows everyone...

    Oh and most challengers also wouldn't be able to disassemble the drive. And would have to publicly disclose the method used (heh, yeah, I can totally see the NSA jumping at the opportunity to prove some random Internet blogger wrong while disclosing all their methods). I'm sorry, but that challenge is so obviously a joke, it's actually sad, because people think it answers... well, anything. (source, BTW. Original source has absolutely zero info AFAICT.)

    --
    "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
  24. Re:Zero-fill? by jeff4747 · · Score: 2

    Why do you assume the hard disk platter will be read by the read head?

    It's not that hard to disassemble a hard disk, and there's much more sensitive equipment available. But it costs a lot more than the contest you link to.

  25. Poor negotiation is not best fixed technically by malx · · Score: 3, Insightful

    I agree. You're trying to solve a commercial issue (and possible mistake) with a (poor) technical solution.

    As you describe it, the original contract wanted the data destroyed at the end of the contract term. You've just had the contract *renewed*, which is another word for "extended". Why exactly would anyone want the data destroyed in mid-contract?

    Your contact negotiators ought to have realised that the government didn't need you to destroy the data until the end of the new contract, and written that into the new contract, thereby over-riding the old one. More than saving you the money, it was one of your advantages as the incumbent contractor: compared with a competitor, you could perform the second contract term at lower cost simply because you could off-set the data destruction cost for which you were already contracted simply by writing into the new contract permission to defer that destruction! This would allow you to underbid any potential competitor - or if there is no likely competitor, writing deferral in would be a straight profit to you at no cost to the customer. That kind of win-win is *exactly* what your contract negotiators are paid to spot and capitalise on.

    As poster above says, your contract office can still possibly rescue this by simply writing and asking for permission to not destroy the data until the end of the renewed contract term. All the same, missing this at contract negotiation time is something that should come up in somebody's annual performance assessment.

  26. It's not up to us, or the submitter by DragonHawk · · Score: 4, Informative

    It really depends on the terms of the contract. That's what controls. You can theorize and speculate and pontificate all you want, that contract is what they agreed to, and what the government agreed to pay for.

    Now, the phrases "sent to an appropriately recognized facility" and "data remanence" make me suspect this is classified information, which would mean the contract is under NISP (National Industrial Security Program) jurisdiction. There are four possible CSAs (Cognizant Security Authorities) -- DoD, DoE, CIA, and NRC. I'm really only familiar with DoD, but I believe the rest follow suit on this. To wit:

    Since Oct 2007, when ISL 2007-01 (Industrial Security Letter) was issued, overwrite methods are not acceptable for fixed disks. Degaussing or physical destruction are the only acceptable methods.

    Degaussing has to be done using a deguasser which is on the NSA EPL (Evaluated Products List). This generally renders the hard disk inoperable. (Modern hard disks have their servo tracks encoded at the factory, and generally don't have field low-level format capability.)

    Physical destruction has to cover the entire recording media. (e.g., "target practice" isn't acceptable.) They generally want the entire recording surface ground off, melted down, shredded to dust, and/or raised above the curie point. You can't just toss it in any old shredder.

    You have to provide a certificate of destruction, saying you've done this. Failure to do so results in loss of Security Clearance, loss of contract, loss of future contract opportunities, fines, and/or jail. I wouldn't recommend it.

    Now, submitter mentions they're going on to a new contract. If this is DoD, they should check the DD254 to see if it's the same classification derivation. If it is, they should be able to get approval to continue using the old systems. They should have a formal ATO (Approval To Operate) that identifies who to contact.

    Now, if I'm way off base, and this isn't classified, then it's still up to what the contract says. There are various government standards that might be called out. NIST 800-88 is one; it allows for sanitization by overwrite, IIRC.

    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
  27. Re:Zero-fill? by Electricity+Likes+Me · · Score: 3, Informative

    The original reason HDD data was recoverable was because the head did not perfectly create or remove magnetic regions on the media. Imperfections, head wobble, electrical noise - all contributed to creating variable sized domains. Now, magnetic polarization of materials has some odd effects - one is that inducing a region of magnetic polarity doesn't swamp out a neighboring region, it will first "push" it away. So if you write "1", then "0", then "1", the thin band of magnetism from the first "1" will be at the outer most edge of the track, with another thin band of "0" and finally the actual "1" that the head sees.

    The "killer app" of magnetic force microscopy was then that you could stick the platters under MFM and beat the resolution of the head for reading the data - the oldest copy of the data would be squished up at the edge of the track, the second oldest further in and so on and so forth - you could actually read back several generations of hard disk data.

    Of course, since that age, technology has changed - hard disks now use RF modulation to store multiple bits per space, bit densities have shot up, and heads track much more accurately - basically, the physics has been beaten out since we are now writing much more complex data, and almost every single bit of magnetically encodeable space on a hard disk is now used to encode data - there's (very little) space between platters, and what signal you get there is likely irrecoverably fuzzed RF if you can even see it at all.