home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / des_os2.zip / des / ReadMe.ix < prev    next >
Text File  |  1990-01-10  |  2KB  |  49 lines

  1. Late breaking news:
  2.     Versions of uuencode and uudecode now included, which are helpful
  3.     for using this package to send/receive encrypted mail.
  4.  
  5. Phil asked me to clean this up slightly and package it for distribution.
  6. I've got it running on my Symmetric 4.2bsd system, Phil reports it runs fine
  7. on a variety of systems at Bellcore.  Note that getopt is required but not
  8. provided, as there is already a getopt package in the mod.sources archives.
  9.  
  10. Bdale Garbee, N3EUA  870401    
  11. winfree!bdale aka bdale%winfree.uucp@flash.bellcore.com
  12.  
  13. - - - - -
  14.  
  15. This package contains a DES subroutine library based on the original public
  16. domain code by James Gillogly, but made faster and more flexible. Commands
  17. using this library have been added for testing and for encrypting and
  18. decrypting files (compatible with the DES command under Sun UNIX), among
  19. other things.
  20.  
  21. Run make. That will compile everything and run test data (from the NBS
  22. certification suite) through it.  It runs as-is under UNIX. It will run
  23. under MS-DOS with a few minor changes: make sure you define LITTLE_ENDIAN
  24. when compiling des.c, and change the name of the console in getpass.c.  If
  25. you have the byte order flag set wrong, you will get ENCRYPT FAIL messages
  26. when the descert test is run.
  27.  
  28. radlogin.c is an experimental program for secure UNIX login via insecure
  29. channels (like amateur packet radio). Make it and set it up as the login
  30. shell for a special, password-free login (e.g., "radio"). When it starts the
  31. user will be asked his REAL login name, which is then looked up in
  32. /etc/rkeys. (This file must be read protected since it contains DES keys).
  33. The time of day is then printed in hex as a challenge. The user must encrypt
  34. it using DES and his key and type the answer back.  The user may use the
  35. program "descalc" to perform his local calculation. All this is very clumsy;
  36. it works, but after all it's only experimental.
  37.  
  38. Phil Karn, KA9Q
  39. bellcore!karn aka karn@flash.bellcore.com
  40.  
  41. - - - - -
  42. Subject: Re:  rkeys file
  43.  
  44. rkeys:
  45. karn 0123456789abcdef
  46. uid  des_key_in_hex
  47.  
  48. - - - - -
  49.