What (pure) Python library to use for AES 256 encryption?
Posted
by Daren Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Daren Thomas
Published on 2008-10-05T19:14:49Z
Indexed on
2010/06/08
23:22 UTC
Read the original article
Hit count: 422
I am looking for a (preferably pure) python library to do AES 256 encription and decryption.
This library should support the CBC cipher mode and use PKCS7 padding according to the answer to an earlier question of mine.
The library should at least work on Mac OS X (10.4) and Windows XP. Ideally just by dropping it into the source directory of my project. I have seen this by Josh Davis, but am not sure about how good it is and if it does the required CBC cipher mode... Scanning the source suggests it doesn't
© Stack Overflow or respective owner