home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
SECURITY
/
SECURDEL
/
README.TXT
< prev
Wrap
Text File
|
1993-11-05
|
408b
|
12 lines
SECDEL32 by Mark Gamber 11/4/93
This is an example of a secure file deletion under Windows NT. Files dropped
on the window are opened and their size determined. Then a mapping object is
created from the file and it's mapped to memory. Once mapped, it's a simple
procedure to memset() the entire block and flush the view, removing any data
on the disk itself. Finally, the file is deleted.