[PYTHON-CRYPTO] First draft of secret-key encryption PEP
Andrew Kuchling
akuchlin at mems-exchange.org
Fri Sep 28 23:37:27 CEST 2001
On Wed, Sep 19, 2001 at 12:42:23AM -0700, Bram Cohen wrote:
>For what it's worth, my project uses rijndael in counter mode, which you
>don't have included, and the API is that you call make_encrypter() and it
>returns a function, which you call repeatedly passing different strings
>and it encrypts them in order (it's not threadsafe). Decryption is done
Where can I find a description of counter mode? Should it be added as
one of the required feedback modes?
--amk
More information about the python-crypto
mailing list