Unconfigured Ad Widget

Collapse

CVS keeping photos for years....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • #31
    odysseus
    I need a LIFE!!
    • Dec 2005
    • 10407

    Oh, I remember when degaussing was, and in some places still is for good reason, the main wipe standard.

    Regarding SSD drives and wipe, this is why built in passive encryption is becoming more prevalent for them. However that might not be robust to some, so people for secure data that is portable should consider proper encryption software, and certainly for those where encryption is not passively a part of the SSD drive.

    In fact if you have secure data on your workstation you need to protect, encryption is a far better strategy since it protects is against loss or theft, instead of only when you decide to toss it out and wipe it.

    Regarding wipes, I believe no one has publicly claimed recovery of a drive after even a one pass random bit wipe. Sure, perhaps serious labs in a few highly sourced areas might theoretically, but that is another conversation.
    "Just leave me alone, I know what to do." - Kimi Raikkonen

    The moment the idea is admitted into society, that property is not as sacred as the laws of God, and that there is not a force of law and public justice to protect it, anarchy and tyranny commence.' and that `Property is surely a right of mankind as real as liberty.'
    - John Adams

    http://www.usdebtclock.org/

    Comment

    • #32
      Wherryj
      I need a LIFE!!
      • Mar 2010
      • 11085

      Originally posted by lear60man
      Back in the late 90's Eccard Drugs (before CVS bought them) Had a best of the best photo album. The photo guys were saving copies of the nekkid lady prints in a special photo album. Some ex employee ratted them out to the local media. Unfortunately, although the technology has changed, people wont change.
      I managed a photo lab in the 80s. I wouldn't allow this to happen, but I know that it probably still did-just without my knowledge. As you say, there are always people like this.
      "What is a moderate interpretation of the text? Halfway between what it really means and what you'd like it to mean?"
      -Antonin Scalia, Supreme Court Justice
      "Know guns, know peace, know safety. No guns, no peace, no safety.
      I like my guns like the left likes their voters-"undocumented".

      Comment

      • #33
        darkgrue
        Junior Member
        • Sep 2010
        • 85

        Originally posted by meaty-btz
        Solid State Media does NOT retain information except in two ways: One- the file table and Two- Unwritten to memory.

        All you need to do to wipe solid-state media is flip the bits. Unlike magnetic media it does not retain "ghost" images of files in any kind of magnetic field.

        Hard Drives can and DO, through many wipes in fact. If data protection is of concern use solid state media because if you want to destroy it all you need to do is a bit flip and the data is gone, FOREVER. No forensics in the world has the quantum technology needed to harvest data off a table wiped and bit-flipped solid state memory device.
        Not entirely true. It's true that solid-state media doesn't retain information like the hysteresis loop present in magnetic flux density. However, the devices can retain data for other reasons, and certain failure modes are also significant.

        Solid-state media doesn't have the same sort of data reminance issues that magnetic media does, but they do exist.

        Solid-state devices have abstraction layers (the most common of which is wear-leveling and bad block management) that stand between the user and the actual physical memory cells. Standard erasure methods only write over a file location, while the SSD wear-leveling technology may specify that a write operation (of all zero's, or even a pattern) is written somewhere else entirely. Multiple passes may get written to yet another location, and so on. The data, unbeknownst to the end user, is still there and able to be recovered by those with the right resources.

        Similiarly, there are several different failure modes with bad blocks on solid-state devices. And generally, sections are marked bad by block, not by individual bad bit, so even though a section of memory has an error (bits stuck high, stuck low, etc.), there could be a good portion of the block that can be read. Block sizes vary, but can be pretty significant, into significant numbers of KB - a bad block can contain meaningful readable data. The bad block mapping will normally prevent formatting or other commands from accessing those marked blocks - again, unless you have the right tools.

        Sometimes it's easier to recover data, than it is to sanitize it.

        Some commercial devices are getting better - and allowing things like secure erase (using a special utility function, not a normal format command), which does override some or all of the management functions for a true erase. Mostly this is being seen on newer SSD, but there are still many devices out there (especially memory cards and thumb drives) that have no provision at all for that (or that don't work as expected).

        On the magnetic side of the coin, any utility that claims to be DoD-compliant or offers a "NISPOM" or DoD 5220.22-M erasure method... they're citing a very old and superceded standard. It's probably just fine for civilian use, but there is currently no provision for sanitization [resulting in reuse] of magnetic media in the classified arena. It gets destroyed (by incineration or disintegration) or gets put in a suitable safe for all time.

        Comment

        • #34
          JDay
          I need a LIFE!!
          • Nov 2008
          • 19393

          Originally posted by darkgrue
          Some commercial devices are getting better - and allowing things like secure erase (using a special utility function, not a normal format command), which does override some or all of the management functions for a true erase. Mostly this is being seen on newer SSD, but there are still many devices out there (especially memory cards and thumb drives) that have no provision at all for that (or that don't work as expected).
          As far as I know pretty much all ATA devices support the ATA Secure Erase (it is part of the specification for ATA) function. This includes SSD drives, most of which are hardware encrypted. When you secure erase a hardware encrypted SSD drive the drive will erase the current encryption key and generate a new one. All Sandforce based drives work this way. Intel, Crucial and Samsung SSD drives are the same afaik. You only need to make a bootable Parted Magic CD to do this.

          You may already know that "deleting" a file does nothing of the sort. But did you know that your disk drive has a built-in system for the secure erasure of data?


          Last edited by JDay; 03-21-2012, 4:00 PM.
          Oppressors can tyrannize only when they achieve a standing army, an enslaved press, and a disarmed populace. -- James Madison

          The Constitution shall never be construed to authorize Congress to prevent the people of the United States, who are peaceable citizens, from keeping their own arms. -- Samuel Adams, Debates and Proceedings in the Convention of the Commonwealth of Massachusetts, 86-87 (Pearce and Hale, eds., Boston, 1850)

          Comment

          • #35
            meaty-btz
            Calguns Addict
            • Sep 2010
            • 8980

            Originally posted by darkgrue
            Not entirely true. It's true that solid-state media doesn't retain information like the hysteresis loop present in magnetic flux density. However, the devices can retain data for other reasons, and certain failure modes are also significant.

            Solid-state media doesn't have the same sort of data reminance issues that magnetic media does, but they do exist.

            Solid-state devices have abstraction layers (the most common of which is wear-leveling and bad block management) that stand between the user and the actual physical memory cells. Standard erasure methods only write over a file location, while the SSD wear-leveling technology may specify that a write operation (of all zero's, or even a pattern) is written somewhere else entirely. Multiple passes may get written to yet another location, and so on. The data, unbeknownst to the end user, is still there and able to be recovered by those with the right resources.

            Similiarly, there are several different failure modes with bad blocks on solid-state devices. And generally, sections are marked bad by block, not by individual bad bit, so even though a section of memory has an error (bits stuck high, stuck low, etc.), there could be a good portion of the block that can be read. Block sizes vary, but can be pretty significant, into significant numbers of KB - a bad block can contain meaningful readable data. The bad block mapping will normally prevent formatting or other commands from accessing those marked blocks - again, unless you have the right tools.

            Sometimes it's easier to recover data, than it is to sanitize it.

            Some commercial devices are getting better - and allowing things like secure erase (using a special utility function, not a normal format command), which does override some or all of the management functions for a true erase. Mostly this is being seen on newer SSD, but there are still many devices out there (especially memory cards and thumb drives) that have no provision at all for that (or that don't work as expected).

            On the magnetic side of the coin, any utility that claims to be DoD-compliant or offers a "NISPOM" or DoD 5220.22-M erasure method... they're citing a very old and superceded standard. It's probably just fine for civilian use, but there is currently no provision for sanitization [resulting in reuse] of magnetic media in the classified arena. It gets destroyed (by incineration or disintegration) or gets put in a suitable safe for all time.
            Indeed, I was cutting corners in my description. Biggest issue is the bad-block data maintaining.

            I still warn people if a drive fails, smash the chip or people can recover data from it. Unlike most people I do have the right tools. I often forget that most people do not. Actually, there have been times I would have loved to recover data off a flash device but, of course, was unable to.
            ...but their exists also in the human heart a depraved taste for equality, which impels the weak to attempt to lower the powerful to their own level, and reduces men to prefer equality in slavery to inequality with freedom.

            Comment

            Working...
            UA-8071174-1