home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / pcode153.zip / PC-ZERO.DOC < prev    next >
Text File  |  1984-04-02  |  710b  |  17 lines

  1.  
  2.  P C - Z E R O
  3.  
  4.  
  5.  PC-ZERO is a Security feature for zeroing files before Deleting them.   
  6.  It must be remembered in MS-DOS or PC-DOS that Erasing a file DOES NOT
  7.  ERASE THE DATA on a diskette or hard disk - it merely removes the file 
  8.  from the active directory. Files that are Erased or Deleted with PC-DOS or 
  9.  MS-DOS leave the actual DATA of the file untouched and intact. Anyone
  10.  with a disk utility like the Norton Utilities can still read sensitive 
  11.  data you thought you Deleted or Erased.
  12.   
  13.  PC-ZERO erases all the data in a file as well as deleting it. Each
  14.  character of such a file will be filled with hexadecimal X'FF' bytes
  15.  [ or CHR$(255) ] before it is deleted thru DOS. 
  16.   
  17.