Thread: Question about old "wipe" thread

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    7

    Question about old "wipe" thread

    Found in this old sleeping thread:
    Originally posted by no-one
    to delete a file to where it can't be recovered you have to delete and write over the data 8 times, well, if you've got something that important anyway, your probably got a sniper aiming at your head as we speak.
    This can't possible be right (and why 8 times)? Once should be enough?!

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    I use this:
    http://www.east-tec.com/eraser/index.htm

    There's probably an FAQ explaining why data needs to be overwritten so many times, try a search (or look on the link I've given).
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Try this.
    Visit entropysink.com - It's what your PC is made for!

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    my theory is that all "sensitive" material should be written to cd....those can melt if needed.
    PHP and XML
    Let's talk about SAX

  5. #5
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Originally posted by Waldo2k2
    my theory is that all "sensitive" material should be written to cd....those can melt if needed.
    Yeah, if you do exactly what #1 on this page tells you not to you can melt a CD rather easily with a cigarette lighter. A three inch tall flame and an AOL CD quickly yield a 3 inch tall flame and an AOL CD which is quite ruined.



    I would, of course, know nothing about this.
    Away.

  6. #6
    Registered User
    Join Date
    Aug 2003
    Posts
    7
    Well I was more interested in knowing how it's possible to reconstruct the orientation of the bits physically on the disk (should not be?)? If it's due to a flaw in the program performing the wiping, then the error ought to repeat it self during wipe(n) (n=2,3,4...)? An other question would be if this is merely done to make consumers feel safer ?
    Last edited by Drutten; 09-05-2003 at 02:07 PM.

  7. #7
    www.entropysink.com
    Join Date
    Feb 2002
    Posts
    603
    Putting a CD top side down on a cement floor & sliding it with your foot is pretty effective too. You end up with a clear plastic disk. Breaking them is not recommended. I did it once and was picking bits off my floor for 3 days afterwards!
    Visit entropysink.com - It's what your PC is made for!

  8. #8
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    The reason I suggested Cd melting is because of physics.
    Physics are what allow people to recover data from hard drives that have been in fires. Hd's rely on magnetism, magnetism has predictable properties. No matter how many times you write over a spot (afaik) there are still magnetic traces of whats been there....that may not be helpful with 0's and 1's alone, but if a cop can begin to peice together old file tables, your ass is grass.

    A Cd melting also adheres to the laws of physics, but the rules aren't as strict. The plastic goes everywhere and changes chemical composition due to heat, etc. It's impossible to recover data from a melted cd (with today's, and im sure, the next hundred year's technology) because there are so so so many different variables in place....that, and a cd isn't either pos or neg like an hd. It's light, dark, gray, scratched, etc. It's the same as writing a note on a peice of paper and burning it, it's the type of data you interpret visually (optically with a laser for cds). Once you burn the paper, there's no way of looking at the ashes and reconstructing the image.
    PHP and XML
    Let's talk about SAX

  9. #9
    Registered User
    Join Date
    Aug 2003
    Posts
    7
    I'm about to take my MS deg. in eng. so I have some basic knowledge in physics. But if your drive isn't brand new then the noise from past writings (regard one bit as an area where maybe not the entire area is affected by the wipe-write...thus traces left in the outer part of that area) should be pretty random, and if you wipe with random data how can that be interpreted to something useful?

  10. #10
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Wouldn't writting ones to all the sectors before writing zeros be effective in covering up the orginal data?

  11. #11
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    become a hacker, do that to your drive, and see if they can't still convict you.
    PHP and XML
    Let's talk about SAX

  12. #12
    Registered User
    Join Date
    Aug 2003
    Posts
    7
    I'm not trying to wipe anything just curious why all these repetitions. It takes quite a while wiping the empty space just once on a drive. Does it really make a real difference ?

  13. #13
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    If you REALLY need to destroy some data, I would highly advocate a physical destruction rather than hoping some program can do it for you. If you open the hard drive, you could shatter the platters with a hammer. They're rather brittle.

    Or I suppose that if you have access to a very powerful electromagnet, that could do the trick.
    Away.

  14. #14
    Registered User
    Join Date
    Aug 2003
    Posts
    7
    Originally posted by confuted
    If you open the hard drive, you could shatter the platters with a hammer. They're rather brittle.
    It's the same effect as breaking a CD-R disc...pieces all over the place . But it's kind of unrefined... not a choice for most peoples/organizations ! But that wasn't an answer to my question !

  15. #15
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    The company (or individual) who wrote the software wants the unwary user to feel like the program is actually going to work. And it will in nearly all common day needs...but don't trust it when the CIA comes busting down your door...not that they will, but that's what we're all getting at. There's really no point in writing over it that manytimes, if someone REALLY wants the info on your drive, they can get it. Such is the world of electronics.
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Prog in C language (seg fault)
    By kumars in forum C Programming
    Replies: 22
    Last Post: 10-09-2008, 01:17 PM
  2. [code] Win32 Thread Object
    By Codeplug in forum Windows Programming
    Replies: 0
    Last Post: 06-03-2005, 03:55 PM
  3. How to make a thread sleep or std::recv timeout?
    By BrianK in forum Linux Programming
    Replies: 3
    Last Post: 02-26-2003, 10:27 PM
  4. Multithreading
    By Cela in forum Windows Programming
    Replies: 13
    Last Post: 01-15-2003, 03:02 PM
  5. Your Best thread and your most stupid thread ??
    By jawwadalam in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 01-03-2003, 07:41 PM