home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / SECURITY / SECURDEL / README.TXT < prev   
Text File  |  1993-11-05  |  408b  |  12 lines

  1.  
  2. SECDEL32 by Mark Gamber 11/4/93
  3.  
  4.  
  5.    This is an example of a secure file deletion under Windows NT. Files dropped
  6. on the window are opened and their size determined. Then a mapping object is
  7. created from the file and it's mapped to memory. Once mapped, it's a simple
  8. procedure to memset() the entire block and flush the view, removing any data
  9. on the disk itself. Finally, the file is deleted.
  10.  
  11.  
  12.