home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / virus / oblit.zip / OBLIT.DOC next >
Text File  |  1993-08-06  |  4KB  |  101 lines

  1.                         OBLIT.DOC - v1.1
  2.                   (C)1993 Tolgathian Software
  3.  
  4. Hello!
  5.  
  6.  This program is for you security minded people out there. It will
  7. completely and irretrievably destroy the content of ANY file. It
  8. then deletes it for good measure. As most of you know, when you
  9. delete a file in MS-DOS, all it does is remove it from the File
  10. Allocation Table. The file is still there, but it is just removed
  11. from the MS-DOS "do not use this space" list. It can easily be
  12. undeleted with the DOS command UNDELETE. If someone was to undelete
  13. a file after you have used OBLIT on it, however, it will be
  14. completely full of zeros (blank) if they try and look at it.
  15.  
  16.  
  17.        = Legalus Stayvus Offus ad Legalus Nauseum =
  18.  
  19. Tolgathian Software hereby places this program and it's related
  20. documentation into the Public Domain as long as this document file
  21. remains with it and both remain unaltered. It may be archived and
  22. freely distributed across, through and in any medium. It may be
  23. distributed by commercial operations as long as no charge is made
  24. for the software - only a reasonable medium/processing charge may
  25. apply. Tolgathian Software and anyone related to it (i.e.: it's
  26. employees, members, and owners) provide this software as is, and
  27. no garauntee is made for it's proper operation and fitness for any
  28. purpose. The user understands and agrees that the user will not
  29. hold Tolgathian Software, it's employees, members, or owners
  30. responsible for any direct, incidental, related, consequential,
  31. or otherwise remotely conceived damages as the result of it's use
  32. or misuse.
  33.  
  34. Sorry to bore you with that stuff, but good heavens! People will
  35. sue the Mayor if they fall and hurt themselves while doing a
  36. handstand on a skateboard going downhill on a gravel sidewalk
  37. backwards with no helmet at rush-hour blindfolded. And some fool
  38. lawyer that should know better will help them do it!
  39. ("Doctor! It hurts when I do this!" "Well, don't do it."
  40.  "You Quack! I'm gonna sue you from here 'til Sunday!")
  41.  
  42.  
  43.        = Internalus Workus =
  44.  
  45.  This is how it works. OBLIT looks at the file and sees how many
  46. bytes long it is. It then writes six different byte-long bit patterns
  47. for the length of the file. These patterns are:
  48.  
  49.                 10101010
  50.                 01010101
  51.                 11110000
  52.                 00001111
  53.                 11111111
  54.                 00000000
  55.  
  56. As you can see, the last pattern is all zeros. This is what the
  57. file is left containing before being deleted.
  58.  Be sure that you want to destroy the file before you do so, as
  59. unlike a simple MS-DOS delete, there is NO way to bring this file
  60. back. It is gone forever. Period. Also be aware that many programs,
  61. especially word processors and text editors, create a .BAK version
  62. of the file. Make sure that if you are trying to OBLIT a file that
  63. you OBLIT other copies of it as well! For example, suppose I have
  64. a file called PERSONAL.TXT and I edit it with my favorite text
  65. editor. Every time I do so, the editor makes a PERSONAL.BAK copy of
  66. the file. If I decide to OBLIT the file PERSONAL.TXT, I must also
  67. OBLIT the file PERSONAL.BAK, otherwise someone could read it.
  68. A simple way to look for multiple copies of a file in a directory
  69. is to do a DIR command on the file, without the extension:
  70. DIR PERSONAL will reveal the files PERSONAL.TXT, PERSONAL.BAK,
  71. and PERSONAL.DOC.
  72.  
  73. USAGE:
  74.         OBLIT [?]
  75.  
  76.         Items in brackets are optional.
  77.         ?  -include this on the command line for the
  78.             help screen.
  79.  
  80. OBLIT warns you what it does, and asks for a filename. You must
  81. enter a filename, and the filename can include a path. Suppose I
  82. wanted to OBLIT a file called PERSONAL.TXT on the B: drive in the
  83. directory DOCS. I would type:   B:\DOCS\PERSONAL.TXT
  84.  
  85. Note that OBLIT doe NOT accept wildcards (*,?) in the filename.
  86. This protects against accidental catastrophic obliterations.
  87. You must run OBLIT for each file you want obliterated.
  88.  
  89. Also note that you can not OBLIT an already deleted file. You
  90. must undelete it first and THEN OBLIT it.
  91.  
  92. Next, OBLIT warns you again that the file will be GONE when it
  93. is done. You must type YES in capital letters for OBLIT to work.
  94. Any other response will abort the operation with an OK message.
  95. If you type YES, then moments later you can rest assured the file
  96. is absolutely obliterated.
  97.  
  98. Good Luck!
  99.  
  100. Tolgathian Software - purveyors of fine no frills utilities.
  101.