Question

I'm using PyCrypto (on google app engine) for AES encryption.

PyCrypto gives I guess a raw interface to AES--i need to pad my keys and my inputs to 16 byte multiples.

Is there a higher level library which takes care of this stuff for me?

Was it helpful?

Solution

An easy, friendly wrapper on top of PyCrypto is ezPyCrypto.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top