README
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

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