1995-03-28 21:35:14 +08:00
|
|
|
\chapter{Cryptographic Services}
|
1998-02-18 23:22:08 +08:00
|
|
|
\label{crypto}
|
1995-03-28 21:35:14 +08:00
|
|
|
\index{cryptography}
|
1994-01-02 09:22:07 +08:00
|
|
|
|
|
|
|
The modules described in this chapter implement various algorithms of
|
|
|
|
a cryptographic nature. They are available at the discretion of the
|
1995-03-28 21:35:14 +08:00
|
|
|
installation. Here's an overview:
|
|
|
|
|
1998-07-24 01:59:49 +08:00
|
|
|
\localmoduletable
|
1994-08-08 20:30:22 +08:00
|
|
|
|
1996-07-24 02:16:56 +08:00
|
|
|
Hardcore cypherpunks will probably find the cryptographic modules
|
2005-12-23 03:38:57 +08:00
|
|
|
written by A.M. Kuchling of further interest; the package contains
|
|
|
|
modules for various encryption algorithms, most notably AES. These modules
|
1996-07-24 02:16:56 +08:00
|
|
|
are not distributed with Python but available separately. See the URL
|
2001-11-06 05:30:10 +08:00
|
|
|
\url{http://www.amk.ca/python/code/crypto.html}
|
|
|
|
for more information.
|
2005-12-23 03:38:57 +08:00
|
|
|
\indexii{AES}{algorithm}
|
1996-07-24 02:16:56 +08:00
|
|
|
\index{cryptography}
|
1998-04-04 14:46:05 +08:00
|
|
|
\index{Kuchling, Andrew}
|