Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PyCrypto(在谷歌应用引擎上)进行 AES 加密。
PyCrypto 给了我一个 AES 的原始接口——我需要将我的密钥和我的输入填充到 16 字节的倍数。
是否有更高级别的库可以为我处理这些内容?
PyCrypto 之上的一个简单、友好的包装器是ezPyCrypto。