home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1983 < prev    next >
Internet Message Format  |  1990-12-28  |  2KB

  1. From: ostholm@ce.chalmers.se (Stig Ostholm)
  2. Newsgroups: sci.crypt,comp.protocols.kerberos,alt.sources
  3. Subject: DES software package.
  4. Message-ID: <1990Oct23.191606.4342@afs-news.utc.chalmers.se>
  5. Date: 23 Oct 90 19:16:06 GMT
  6.  
  7.  
  8.         DES ENCRYPTION/DECRYPTION PACKAGE V1.0
  9.  
  10.  
  11. A DES package is available through anonymous ftp on the host <chalmers.se>:
  12.  
  13.     chalmers.se:~ftp/pub/des/
  14.  
  15.     -rw-r--r--  1 root  wheel    836 Oct 23 15:20 COPYRIGHT.1.0
  16.     -rw-r--r--  1 root  wheel   3675 Oct 23 15:53 README.1.0
  17.     -rw-r--r--  1 root  wheel   5413 Oct 23 17:31 des.1.0.list
  18.     -rw-r--r--  1 root  staff  89355 Oct 23 16:04 des.1.0.tar.Z
  19.  
  20. The package contains:
  21.  
  22.     * A DES library with functions conforming to the functions
  23.       described in the DES_CRYPT(3) manual page from MIT.
  24.  
  25.     * Additional library functions not in the MIT library.
  26.  
  27.     * File encryption/decryption program and random key 
  28.       generation program.
  29.  
  30. The additional functions includes handling of encrypted data and keys as
  31. pure text (64-bit hexadecimal numbers), key schedule test (weak keys,
  32. semi-weak keys, ...).
  33.  
  34. The encryption/decryption program supports multiple encryption modes
  35. (electronic code book, cipher block chaining, modified cipher block
  36. chaining, 8-bit cipher feedback and 8-bit output feedback) and checksum
  37. calculation. Encrypted data can be represented as ordinary text (64-bit
  38. hexadecimal numbers).
  39.  
  40. Fetch the file README.1.0 for more information.
  41.  
  42. If you find any bugs or porting problems, please send fixes or a
  43. description of the problem.
  44.  
  45.                          _
  46.                     Stig Ostholm
  47.                     Chalmers University of Technology
  48.                     Department of Computer Engineering
  49.                     ----------------------------------
  50.                     <ostholm@ce.chalmers.se>
  51.