home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / c / cryptograp < prev   
Encoding:
Text File  |  1996-11-14  |  1.3 KB  |  31 lines

  1. <TITLE>Cryptographic Services -- Python library reference</TITLE>
  2. Next: <A HREF="../r/riscos_only" TYPE="Next">RISCOS ONLY</A>  
  3. Prev: <A HREF="../r/restricted_execution" TYPE="Prev">Restricted Execution</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>12. Cryptographic Services</H1>
  7. The modules described in this chapter implement various algorithms of
  8. a cryptographic nature.  They are available at the discretion of the
  9. installation.  Here's an overview:
  10. <P>
  11. <DL>
  12. <DT><B>md5</B><DD>--- RSA's MD5 message digest algorithm.
  13. <P>
  14. <DT><B>mpz</B><DD>--- Interface to the GNU MP library for arbitrary precision arithmetic.
  15. <P>
  16. <DT><B>rotor</B><DD>--- Enigma-like encryption and decryption.
  17. <P>
  18. </DL>
  19. Hardcore cypherpunks will probably find the cryptographic modules
  20. written by Andrew Kuchling of further interest; the package adds
  21. built-in modules for DES and IDEA encryption, provides a Python module
  22. for reading and decrypting PGP files, and then some.  These modules
  23. are not distributed with Python but available separately.  See the URL
  24. <FILE>http://www.magnet.com/~amk/python/pct.html</FILE> or send email to
  25. <FILE>amk@magnet.com</FILE> for more information.
  26. <H2>Menu</H2><DL COMPACT>
  27. <DT><A HREF="../m/md5" TYPE=Menu>md5</A>
  28. <DD><DT><A HREF="../m/mpz" TYPE=Menu>mpz</A>
  29. <DD><DT><A HREF="../r/rotor" TYPE=Menu>rotor</A>
  30. <DD></DL>
  31.