Line | |
---|
1 | \chapter{Cryptographic Services}
|
---|
2 | \label{crypto}
|
---|
3 | \index{cryptography}
|
---|
4 |
|
---|
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:
|
---|
8 |
|
---|
9 | \localmoduletable
|
---|
10 |
|
---|
11 | Hardcore cypherpunks will probably find the cryptographic modules
|
---|
12 | written by A.M. Kuchling of further interest; the package contains
|
---|
13 | modules for various encryption algorithms, most notably AES. These modules
|
---|
14 | are not distributed with Python but available separately. See the URL
|
---|
15 | \url{http://www.amk.ca/python/code/crypto.html}
|
---|
16 | for more information.
|
---|
17 | \indexii{AES}{algorithm}
|
---|
18 | \index{cryptography}
|
---|
19 | \index{Kuchling, Andrew}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.