blob: 302b50d17c2ddd77078aea81ade856fe497e0649 [file] [log] [blame]
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00001\chapter{CRYPTOGRAPHIC EXTENSIONS}
2
3The modules described in this chapter implement various algorithms of
4a cryptographic nature. They are available at the discretion of the
Guido van Rossum16d6e711994-08-08 12:30:22 +00005installation.
6\index{cryptography}
7
8%Hardcore cypherpunks will probably find the Python Cryptography Kit of
9%further interest; the package adds built-in modules for DES and IDEA
10%encryption, and provides a Python module for reading and decrypting PGP files.
11%\index{PGP}\indexii{DES}{cipher}\indexii{IDEA}{cipher}
12%\index{Python Cryptography Kit}