home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DEU660.ZIP / DEU.DOC next >
Text File  |  1993-07-26  |  3KB  |  88 lines

  1.     DEU V 6.60       
  2.       
  3.     DEU was originally CEP 1.00, but changed considerably.  DEU
  4. actually encrypts files, CEP just renamed the files and hid them
  5. from site.  DEU is 100% accurate in both encryption and      
  6. decryption, so  there is no need to make backups.  Look for     
  7. other versions within a few days/weeks.  I plan to continue     
  8. updating this utility.  This is SHAREWARE, and the shareware    
  9. version can only have 3 letters for a password, REGISTERED can  
  10. have up to 15 letters.      
  11.       
  12.     USAGE      
  13.           
  14.     There is a simple syntax for DEU:      
  15.  
  16.     Transforming a file with people around: 
  17.      
  18.     C:\>DEU /E /Ffilename.ext      
  19.     This syntax encrypts filename.ext, password prompt, defualt
  20.     method used.      
  21.       
  22.     C:\>DEU /D /Ffilename.ext      
  23.     This syntax decrypts filename.ext, password prompt, defualt
  24.     method used.      
  25.       
  26.     Transforming a file with password on command line: 
  27.  
  28.     C:\>DEU /E /Ppws /Ffilename.ext   
  29.     This syntax encrypts with password, default method used.   
  30.        
  31.     C:\>DEU /D /Ppws /Ffilename.ext   
  32.     This syntax decrypts with password, default method used.   
  33.  
  34.     Trandforming a file with a certain method, (No increase in 
  35.     size of output file) 
  36.   
  37.     C:\>DEU /E /Ppws /M# /Ffilename.ext  
  38.     This syntax encrypts a file with a certain method,  
  39.     Replace the # with one of the following numbers,  
  40.     1,2,3,4,5, or 6. Each number is a different method. 
  41.      /Ppws can be omitted giving the prompt. 
  42.  
  43.     C:\>DEU /D /Ppws /M# /Ffilename.ext  
  44.     This syntax decrypts a file with a certain method, 
  45.     Replace the # with one of the following numbers, 
  46.     1,2,3,4,5, or 6.  Each number is a different method.  
  47.     /Ppws can be ommited giving the prompt. 
  48.  
  49.     PASSWORD:      
  50.     
  51.     The password can be entered at the command line as shown   
  52.     above.   
  53.     OR:   
  54.     The password is an internal function, brought up      
  55.     automatically, it can be up to 3 characters long.
  56.     (REGISTERED, 15 characters).    I was in too much of a hurry
  57.     to get this version  out that I didn't want to add the
  58.     password to the command line,  look for it in the next
  59.     version.      
  60.     The Password prompt will look like the following:
  61.  
  62.     Password? ***
  63.     
  64.     * is the echo character used, instead of seeing each letter
  65.     you typed, a * will be shown in its place.  The backspace
  66.     bug has been corrected.
  67.  
  68.     History:      
  69.       
  70.     V1.00  -- CEP100.ZIP      
  71.             Used dos's Attribute bit to hide the file and    
  72.             rename it.  1 file per directory      
  73.     V1.13  -- CEP113.ZIP      
  74.             Still using Dos's commands but added ability for 
  75.             5 files in one directory.  Also,  last version   
  76.             made.      
  77.     V5.76  -- DEU576.ZIP Given new name for being a TRUE      
  78.             encryption utility, works with  all file types and
  79.             unlimited file encryption capabilities.      
  80.     V6.00  -- DEU600.ZIP Added ability to use Password on the  
  81.             command line and better password encryption in the
  82.             file.      
  83.     V6.60  -- DEU660.ZIP Given 6 different encryption methods to
  84.             choose from.  When decrypting a file, method must
  85.             be give unless you used the default (/M# not put 
  86.             in command line). 
  87.      
  88.