AES Encryption of byte array

Tom Zych freethinker at pobox.com
Tue Mar 1 15:23:30 EST 2011


On Tue, 01 Mar 2011 14:38 -0500, "Meszaros, Stacy"
<stacy at sensorswitch.com> wrote:
> I am very new to python, using it to write a test application.  I need
> to be able to encrypt part of a byte array (up to 256 bytes where the
> first 7 bytes remain plain text) using AES 128 bit CBC encryption.  I am
> using Python 2.6, can anyone recommend a toolkit or module?

I haven't used it, but it looks like this does what you want:
http://www.dlitz.net/software/pycrypto/

-- 
Tom Zych / freethinker at pobox.com
Quidquid latine dictum sit, altum viditur.



More information about the Python-list mailing list