home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / Demo / rsa / README < prev    next >
Text File  |  1993-12-17  |  668b  |  17 lines

  1. This directory contains a complete RSA public-key cryptosystem
  2. developed in Python.  NO GUARANTEES!
  3.  
  4. This system requires that your Python interpreter is configured with
  5. the modules mpz and md5 (which in turn depend on the GNU MP library).
  6.  
  7. For an idea of what the system can do, *read* the file rsademo.py (it
  8. comtains ample comments) and then run it: "python rsademo.py".  It
  9. will produce little output if all goes well.
  10.  
  11. Read the other files in this directory (some are also well commented)
  12. to find out more about the implementation.
  13.  
  14. This code was written by Jan-Hein B\"uhrman and Niels T. Ferguson.
  15.  
  16. Copyright (c) 1992 by Jan-Hein B\"uhrman & Niels T. Ferguson.
  17.