home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / crypt.info < prev    next >
Encoding:
Text File  |  1994-08-02  |  777 b   |  16 lines

  1. The sup programs can be built with or without crypting functionality.
  2. If the file  netcryptvoid.c is used no crypting code will be used.
  3. If the file netcrypt.c is used, an engima engine crypting scheme
  4. taken from the BSD 4.3 (1/25/85) file /usr/bin/crypt.c will be used. Since,
  5. this code is both licensed and under U.S. foreign trade restrictions,
  6. we cannot make this code available for anonymous FTP. 
  7.  
  8. If you want to build a sup client which can encrypt data and you
  9. are a domestic site who has a 4.3 BSD license, we can mail you
  10. a copy of then netcrypt.c file. Just send mail to mach@cs.cmu.edu
  11. requesting the file. 
  12.  
  13. If you have a crypt.c file available, copy it to the directory
  14. ./crypt and the makefile file apply the diff in crypt.diffs to
  15. generate the netcrypt.c file.
  16.