python crypto high level wrapper
I'm using PyCrypto 开发者_Go百科(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?
An easy, friendly wrapper on top of PyCrypto is ezPyCrypto.
精彩评论