Title:      DES16 - 16 Bit MS-Windows DLL and MS-DOS libraries for the NBS
            Data Encryption Standard (DES)

Language:   ANSI C

Compiler:   Borland C++ 3.1

Author:	    Stefan D. Wolf, CI$: 100111,140

Copyright:  (c) 1992,93,94 by Stefan Wolf Software

License:    No fee for non-commercial use. License for commercial use
            available on request from:
			Stefan Wolf Software
                        Gartenstr. 22; D-61449 Steinbach/Ts.; Germany
			FAX: +49 (0) 6171 980483

Abstract:   Data Encryption Standard (DES) - ANSI Standard X3.92-1981

            The library modules perform the DES algorithm to encode & decode
            data in 64-bit Electronic Code Book (ECB) mode; for a given input
            block and a given key, it always produces the same output block.


References: The sources for these libraries were extracted from the program 
            "Enigma for Windows 2.0".

Files:	    * DES ECB Libraries for MS-Windows 3.x:
              DES16.DLL, DES16.LIB, DES16.H
            * DES ECB Libraries for MS-DOS 3.3 or above:
              DES16S.LIB, DES16C.LIB, DES16M.LIB, DES16L.LIB, DES16H.LIB
            * DES ECB validation sample source:
              VALIDATE.C, VALIDATE.DEF, VALIDATE.OUT, MAKEFILE
            * DES ECB validation executables
              WINVALID.EXE, DOSVALID.EXE

Import/Export
Restrictions: None
