Title:      DES3 - WIN16, WIN32, WIN32s, MS-DOS, UN*X libraries for the 
            NBS Data Encryption Standard (DES) with support of single-, 
            double-length keys (Triple DES). Requires 386 or better !   

Language:   ANSI C

Compiler:   Borland C++ (PC)

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

Copyright:  (c) 1992-95 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
Supported
Platforms:  MS-DOS, MS-Windows 3.1, Win32, Win32s, OS/2 
            AIX, HP/UX, DG/UX, LINUX 

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) or Cipher 
            Block Chaining (CBC) mode.
            
Files:	    * DES Libraries for MS-Windows 3.1 (16 Bit):
              DES3W16.DLL
            * DES Libraries for WIN32 and WIN32s (32 Bit):
              DES3W32.DLL 
            * DES Libraries for MS-DOS 3.3 or above:
              DES3S.LIB, DES3C.LIB, DES3M.LIB, DES3L.LIB, DES3H.LIB
            * DES validation sample source:
              TESTECB.C, TESTCBC.C WINVALID.C, W16VALID.DEF, 
              W32VALID.DEF, MAKEFILE.BCC, MAKEFILE
            * DES ECB validation executables
              TESTCBC.EXE, TESTECB.EXE, W16VALID.EXE, W32VALID.EXE 
            * Triple DES encryption/decryption sample program :
              DES.EXE DES.C DES3.H
            * DES libraries/executables for several UN*X systems:
              *.hp[89] - HPUX [89], *.aix - AIX (RS6K), 
              *.dg (AViiON), *.lnx - LINUX

Import/Export
Restrictions: None known
