462b7cf818
--- A pure-python implementation of the AES Rijndael Block Cipher. Basic on Phil Fresle's VB implementation. WWW: http://www.bluesine.com/Projects/mods-python/pyrijndael
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
A pure-python implementation of the AES Rijndael Block Cipher.
|
|
Basic on Phil Fresle's VB implementation. Notice: this has not
|
|
been verified to correctly implement the Rijndael cipher. You may
|
|
want to test it yourself before using in a hostile environment.
|
|
|
|
WWW: ${HOMEPAGE}
|