home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / enigma30.zip / DES3-DIR.ZIP / DES3.TXT < prev    next >
Text File  |  1994-09-01  |  1KB  |  39 lines

  1. Title:      DES3 - MS-Windows DLL and MS-DOS libraries for the NBS
  2.             Data Encryption Standard (DES) with support of single-, 
  3.             double-, and triple-length keys.   
  4.  
  5. Language:   ANSI C
  6.  
  7. Compiler:   Borland C++ 3.1
  8.  
  9. Author:        Stefan D. Wolf, CI$: 100111,140
  10.  
  11. Copyright:  (c) 1992-94 by Stefan Wolf Software
  12.  
  13. License:    No fee for non-commercial use. License for commercial use
  14.             available on request from:
  15.             Stefan Wolf Software
  16.                         Gartenstr. 22; D-61449 Steinbach/Ts.; Germany
  17.             FAX: +49 (0) 6171 980483
  18.  
  19. Abstract:   Data Encryption Standard (DES) - ANSI Standard X3.92-1981
  20.  
  21.             The library modules perform the DES algorithm to encode & decode
  22.             data in 64-bit Electronic Code Book (ECB) mode; for a given input
  23.             block and a given key, it always produces the same output block.
  24.             
  25. Files:        * DES ECB Libraries for MS-Windows 3.x:
  26.               DES3.DLL, DES3W.LIB, DES3.H
  27.             * DES ECB Libraries for MS-DOS 3.3 or above:
  28.               DES3S.LIB, DES3C.LIB, DES3M.LIB, DES3L.LIB, DES3H.LIB
  29.             * DES ECB validation sample source:
  30.               VALIDATE.C, VALIDATE.DEF, VALIDATE.OUT, MAKEFILE
  31.             * DES ECB validation executables
  32.               WINVALID.EXE, DOSVALID.EXE
  33.             * DES ECB file encryption/decryption sample program:
  34.               DES.EXE DES.C
  35.             
  36.  
  37. Import/Export
  38. Restrictions: None
  39.