开发者

python crypto high level wrapper

开发者 https://www.devze.com 2022-12-16 00:53 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消