home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1079 / docs.txt < prev    next >
Encoding:
Text File  |  1993-12-15  |  7.1 KB  |  183 lines

  1. GIF Crypt 1.3 & Fix GIF Crypt 1.2 Documentation
  2. program type:      Shareware
  3. program author:    Jerry Lavis
  4. internet address:  jlavis@aol.com
  5.  
  6.  
  7. Contents
  8. --------
  9.  
  10. You should have received the following with this documentation:
  11.  
  12. GIFCRYPT.EXE          GIF Crypt 1.3 software utility
  13. FIXGIF.EXE            Fix GIF Crypt 1.2 program
  14.  
  15.  
  16. Fix GIF Crypt 1.2
  17. -----------------
  18.  
  19. Two users have reported problems trying to restore files encrypted by my GIF 
  20. Crypt 1.2 software.  Thanks to them, I was able to track down the bug in the 
  21. program.  I debugged the code and found the bug to be one line of code that
  22. screwed everything up.  Interestingly, the error will only occur on some
  23. machines.  The error seemed dependent on hardware.  I was not able to
  24. reproduce the bug myself on either of three different machines that I use.
  25. Because of this, I was unaware of it until a couple of users notified me.
  26.  
  27. Fortunately, since it was a minor bug, I was able to write this "fix" program.  
  28. Otherwise, decrypting the GIF files would be almost impossible without this
  29. fix program.  To execute the program, enter:
  30.  
  31. FIXGIF F
  32.  
  33. at the DOS prompt.  It will search the current directory and restore 
  34. corrupted GIF files handled by GIF Crypt 1.2.
  35.  
  36. Fix GIF Crypt 1.2 will process the GIF files in the current directory and 
  37. check to see whether they were encrypted by GIF Crypt 1.2.  If they were, it 
  38. will try to restore the files back into their original form.  After being 
  39. tested from users, the "fix" program seems to be 100% effective.  If you do 
  40. have problems trying to decrypt GIF files processed by GIF Crypt 1.2, please 
  41. report the problems to me via my internet address:  jlavis@aol.com
  42.  
  43. As stated in the documentation, when you run Fix GIF Crypt, you should only
  44. run the program in a directory with GIF files encrypted by GIF Crypt 1.2.
  45. There is a 1 in 256 possibility of corrupting "ready to view" GIF files if you 
  46. run this program in a directory where they exist; so, please move readily
  47. viewable GIF files to another directory.
  48.  
  49. The Fix program will restore those GIF files that were also filename encrypted 
  50. (those files encrypted to have the new extension .DAT).
  51.  
  52. After fixing all of your GIF files, use the new version of the software:  
  53. GIFCrypt 1.3.  It should have been included with these docs.
  54.  
  55.  
  56. GIF Crypt 1.3
  57. -------------
  58.  
  59. This is a stable version of my GIF encrypting software.  GIF Crypt 1.0 was a 
  60. limited shareware yet bug-free version of my software.  After making the 
  61. program full shareware, GIF Crypt 1.2 contained a bug.
  62.  
  63. For brief program documentation and usage, enter the following at the DOS 
  64. prompt:
  65.  
  66. GIFCRYPT
  67.  
  68. At the end of the first page of text, you can obtain registration information 
  69. by hitting "R".
  70.  
  71. GIF Crypt allows you to encrypt your GIF picture files.  It is different from 
  72. other encryption programs because it encrypts the "signature header" of the 
  73. file.  This GIF header contains all of the information on how to handle the 
  74. GIF data in order to view the picture.  In this case, this program runs at an 
  75. accelerated rate of a few files per second rather than several seconds per 
  76. file!  The program will encrypt GIF files at the same speed regardless of the 
  77. GIF file size.  If it takes 1/4 of a second to encrypt a 100k GIF file, it 
  78. will take the same amount of time to encrypt a 2meg GIF file.
  79.  
  80. A good place to store GIFCRYPT.EXE is in a directory that is part of your DOS 
  81. PATH.  You could put it in your C:\DOS directory or in any other directory you
  82. wish.  You may put the GIFCRYPT file in the directory where your GIFs reside.
  83. Usually, this is not advisable unless you obtain the enhanced version with 
  84. password protection through registration.
  85.  
  86. When you run the program, you can either encrypt the picture files or encrypt 
  87. the filenames as well as the picture.  Here is a sample run of encrypting GIF
  88. files in a directory:
  89.  
  90. C:\GIFS>GIFCRYPT E
  91.  
  92. GIF Crypt 1.3  (C) 1993  // by Jerry Lavis
  93. Release date:  12-14-93 //  unregistered version
  94. Graphics Interchange Format(c) is the Copyright property of CompuServe Inc.
  95. GIF(sm) is a Service Mark property of CompuServe Inc.
  96.  
  97. Encrypting LAKE.GIF
  98. Encrypting COMPUTER.GIF
  99. Encrypting EARTH.GIF
  100.  
  101. C:\GIFS>
  102.  
  103. Instead, if you wanted to encrypt the filenames of the picture files also,
  104. you would instead enter the following:
  105.  
  106. C:\GIFS>GIFCRYPT FE
  107.  
  108. GIF Crypt 1.3  (C) 1993  // by Jerry Lavis
  109. Release date:  12-14-93 //  unregistered version
  110. Graphics Interchange Format(c) is the Copyright property of CompuServe Inc.
  111. GIF(sm) is a Service Mark property of CompuServe Inc.
  112.  
  113. Encrypting LAKE.GIF     -> KH<E.DAT
  114. Encrypting COMPUTER.GIF -> W-)P99'R.DAT
  115. Encrypting EARTH.GIF    -> ~HYTW.DAT
  116.  
  117. C:\GIFS>
  118.  
  119. To decrypt the files, enter the following:
  120.  
  121. C:\GIFS>GIFCRYPT D
  122.  
  123. GIF Crypt 1.3  (C) 1993  // by Jerry Lavis
  124. Release date:  12-14-93 //  unregistered version
  125. Graphics Interchange Format(c) is the Copyright property of CompuServe Inc.
  126. GIF(sm) is a Service Mark property of CompuServe Inc.
  127.  
  128. Decrypting KH<E.DAT     -> LAKE.GIF 
  129. Decrypting W-)P99'R.DAT -> COMPUTER.GIF
  130. Decrypting ~HYTW.DAT    -> EARTH.GIF 
  131.  
  132. C:\GIFS>
  133.  
  134. If you observe, it is a simple and fast process.  Note that ALL of the GIF
  135. files in the current directory will be affected.  After encrypting files in a
  136. directory, you can move new GIF files to that directory.  When you run
  137. GIF Crypt to encrypt more files, it is "smart" in the sense that it will only
  138. encrypt the new, normal GIF files in the directory; it will NOT re-encrypt or
  139. try to encrypt already encrypted GIF files.  The same applies to decrypting
  140. GIF files.  It will only decrypt those files encrypted by GIF Crypt.
  141.  
  142. If you use this software for more than 30 days, you are required to register 
  143. the program.  There are benefits when you register this software.  The biggest 
  144. benefit is getting "password" protection.  When encrypting GIF files, you 
  145. supply a password associated with those files.  Decrypting them cannot be done 
  146. without the proper password.  Also, you can encrypt different sets of GIF 
  147. files with different passwords.  Observe the following:
  148.  
  149. C:\GIFS>DIR
  150. KITCHEN.GIF
  151. C:\GIFS>GIFCRYPT E:PASSWORD
  152. Encrypting KITCHEN.GIF
  153. C:\GIFS>COPY C:\SPOON.GIF
  154.   1 file(s) copied.
  155. C:\GIFS>GIFCRYPT E:PROTECT
  156. Encrypting SPOON.GIF
  157.  
  158. If you execute the following commands, notice how it decrypts only those files 
  159. with the associated password:
  160.  
  161. C:\GIFS>DIR
  162. KITCHEN.GIF
  163. SPOON.GIF
  164. C:\GIFS>GIFCRYPT D:PASSWORD
  165. Decrypting KITCHEN.GIF
  166.  
  167. With this flexibility, you can allow others to decrypt certain files by using 
  168. different passwords for different sets of GIF files.
  169.  
  170. Again, the enhanced version of GIF Crypt with password protection is only sent
  171. to users who wish to register.  Registration information can be obtained when 
  172. running the GIF Crypt program without any parameters.
  173.  
  174. If you have any enhancement suggestions, comments, or problems, please send
  175. e-mail to my internet address:  jlavis@aol.com
  176.  
  177. I read my mail daily and usually respond within 24 hours.  Thank you for 
  178. trying GIF Crypt!
  179.  
  180.  
  181. Graphics Interchange Format(c) is the Copyright property of CompuServe Inc.
  182. GIF(sm) is a Service Mark property of CompuServe Inc.
  183.