home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / code-v2.zip / CODE-V2.DOC next >
Text File  |  1989-08-19  |  4KB  |  73 lines

  1.  Mark J. Gustitis                   org880626                          
  2.                                     rev890819                          
  3.                                                                        
  4.  CODE                                                                  
  5.        (File encryption/decryption system)                             
  6.                                                                        
  7. ****************************************************************************
  8. *                                                                          *
  9. * NOTICE                                                                   *
  10. *                                                                          *
  11. * This is a DUAL-MODE program.  It will run under_both_MS/PC-DOS 3.x, AND  *
  12. * PROTECTED MODE OS/2.  It is NOT a bound program.  It actually contains   *
  13. * two versions of the program in one .EXE file.  The operating system      *
  14. * determines which one to use at run time.                                 *
  15. *                                                                          *
  16. ****************************************************************************
  17.  Type CODE masterkey drv:\path\source <cr>                         
  18.                                                                        
  19.  --OR--                                                                
  20.                                                                        
  21.  Type CODE<cr> from the DOS or OS/2 prompt                                     
  22.                                                                        
  23.  Respond to:                        With:                              
  24.  ===========                        =====                              
  25.                                                                        
  26.  Enter master key:                  A string containing at least       
  27.                                     one alphabetic or numeric character
  28.                                     (punctuation is ignored)
  29.                                     (spaces are illegal    )
  30.                                                                        
  31.  Enter file name:                   The drv:\path\filename             
  32.                                     of the file to en/de-code          
  33.                                                                        
  34. Wildcards (* and ?) are allowed in the file name.
  35.  
  36. CODE will en/decrypt any standard dos file (text,exe,com &c).
  37. The program will abort if the file is hidden or read-only.
  38.  
  39.  Note:                                                                 
  40.     If you just press ENTER to any prompt, the program will abort.     
  41.     You MUST use the EXACT same master key to decode a file as you 
  42.      used to encode it, otherwise the results will be garbage.         
  43.     Since the number of permutations possible of the master key is     
  44.      essentially infinity, the possibility of breaking an encryption,  
  45.      even with the CODE program, is essentially zero.                  
  46.  
  47. Running CODE with the SAME master-key on a file that is already
  48. encrypted, results in a DECODED file.
  49. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  50.  
  51. CHALLANGE:
  52.  
  53. The FORTRAN source code for the program is enclosed in the archive, however
  54. it is encrypted.  Your job is to determine the master-key I used in
  55. coding the file.  (work on a copy..using the wrong key results in jibberish)
  56. If you do happen to break the code, let me know by e-mail to GeNIE address
  57. M.GUSTITIS what master-key did it.  You won't win anything, but I will be
  58. very impressed.
  59. P.S. The source code is for the MS-DOS real-mode version.
  60.  
  61. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  62.  
  63. ANTI-WARRANTEE
  64.  
  65. This program is provided on an as-is basis. The user is responsible for
  66. its use or mis-use.  Since data is altered, be sure you have unencrypted
  67. copies of your file before you start fooling with CODE.  A word to the
  68. wise is sufficient.
  69.  
  70. =============================================================================
  71. 890819
  72. =============================================================================
  73.