使用 m2crypto 填充 PKCS #5
有没有办法在 m2crypto 中使用 PKCS #5 填充和 AES CBC?似乎不太容易找到一个。有没有Python库可以做到这一点?
还是我需要手动完成?如果是这样,是否有任何资源可以做到这一点?
Is there any way to use PKCS #5 padding with AES CBC in m2crypto? Can't seem to find one too easily. Is there any python library that can do this?
Or do I need to do it manually? If so, are there any resources on doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过多次研究 OpenSSL 文档后,看起来 PKCS #5 是它使用的填充方案。嗯,OpenSSL 文档也不是那么好,所以我对此仍然只有 90% 的把握。
After much thrashing through OpenSSL docs, it looks like PKCS #5 is the padding scheme it uses. Well, the OpenSSL docs aren't that great either so I'm still only 90% sure of this.