Re: kill file permanently

From: Rick Rothstein (rickNOSPAMnews_at_NOSPAMcomcast.net)
Date: 03/21/04


Date: Sun, 21 Mar 2004 12:30:09 -0500

Actually, I think you should overwrite the file several times, using
different characters each time, before deleting it. The more magnetic
"confusion" you can add to the file's location on the disk, the better.
Apparently, there are sophisticated processes out there that are capable of
recovering original data from underneath simple overwrites.

Rick - MVP

"Randy Birch" <rgb_removethis@mvps.org> wrote in message
news:eC5upO2DEHA.2076@TK2MSFTNGP09.phx.gbl...
> Do just as you state ... open the file, create a buffer of 0's the size of
> the file, write it out, then delete the file. Recovery would return the
> zeroed-out file.
>
> --
>
> Randy Birch
> MVP Visual Basic
> http://vbnet.mvps.org/
> Please respond only to the newsgroups so all can benefit.
>
>
> "KD" <none@none.com> wrote in message
> news:u3FbDL2DEHA.712@tk2msftngp13.phx.gbl...
> : Is it possible to kill a file permanently via VB so that it is not
> : recoverable rather than just making the space it located on the HDD
> : available. In other words how can I overwrite that available space
several
> : times so that a deleted file is non-recoverable and lost in the sands of
> : time?
> :
> : Thanks
> :
> : KD
> : Using XP and VB6
> :
> :
>
>



Relevant Pages

  • Re: FileCopy overwrites the existing file
    ... to go much lower level than most computer scientists do, ... Exactly - this is what speculation about the possibility of recovering ... only by disk incineration..... ... I recall reading some newer document stating 3-times overwrite is ...
    (microsoft.public.win32.programmer.kernel)
  • Re: FileCopy overwrites the existing file
    ... Concerning classification, AFAIK, top-secret data is still destoyed ... only by disk incineration..... ... good software recovering company will do it without problems if the data ... I realized much later I was wrong, because not only choosing good pseudo-random number generator is critical, but multiple overwrite as well. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: kill file permanently
    ... > Actually, I think you should overwrite the file several times, using ... before deleting it. ... on the disk awhile tends to bleed into (magnetize) the surrounding area. ...
    (microsoft.public.vb.general.discussion)
  • RE: Hard Drive Forensics Question
    ... So you mean similar to writing 0 s to the drive? ... or from dev/random? ... what would be the point of deleting the data after you have randomly ... Is this so that it can overwrite any free/unallocated space? ...
    (Security-Basics)
  • Re: KDE occupies GDM [SOLVED]
    ... There was an old .Xclients in the home-directory which forced to ... overwrite the default settings. ... After deleting it everything went fine. ...
    (Fedora)

Loading