1 \chapter{Cryptographic Services
}
5 The modules described in this chapter implement various algorithms of
6 a cryptographic nature. They are available at the discretion of the
7 installation. Here's an overview:
11 Hardcore cypherpunks will probably find the cryptographic modules
12 written by A.M. Kuchling of further interest; the package adds
13 built-in modules for DES and IDEA encryption, provides a Python module
14 for reading and decrypting PGP files, and then some. These modules
15 are not distributed with Python but available separately. See the URL
16 \url{http://www.amk.ca/python/code/crypto.html
}
19 \index{Pretty Good Privacy
}
21 \indexii{IDEA
}{cipher
}
23 \index{Kuchling, Andrew
}