与 Windows 版 Python 2.7 兼容的 AES 加密库

发布于 2024-09-26 05:59:08 字数 159 浏览 7 评论 0原文

关于与 Windows 的 Python 2.7 兼容的 AES 加密库有什么建议吗?

过去,我们在 Python 2.6 中使用 m2crypto,但没有适用于 Python 2.7 的 m2crypto 版本,并且我们从源代码构建版本的尝试失败了。

谢谢你, 马尔科姆

Any recommendations on an AES encryption library that's compatible with Python 2.7 for Windows?

In the past we've used m2crypto with Python 2.6, but there's no version of m2crypto for Python 2.7 and our attempts to build a version from source have failed.

Thank you,
Malcolm

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

著墨染雨君画夕 2024-10-03 05:59:08

实际上,M2Crypto 包很好地支持 Python 2.7 — 我一直在密码学密集型应用程序中使用它,没有任何问题。我想这里的问题是Windows没有附带编译器,所以你不能轻松地从PyPI安装.tar.gz?或者当你尝试编译它时遇到错误?

我建议对错误的最佳响应是将其发布到 Stack Overflow,以便我们可以修复它,而不是要求替代(据我所知)Python 的首要密码学库。

更新:我现在已经在 Python 2.7 下成功构建了适用于 Windows 的 M2Crypto,因此我个人可以确认它在所有主要平台上与 Python 2.7 一起运行良好。

Actually, the M2Crypto package supports Python 2.7 just fine — I have been using it in a cryptography-heavy application with no problem. I suppose the problem here is that Windows does not come with a compiler, so you cannot easily install the .tar.gz off of PyPI? Or are you getting an error when you try to compile it?

I would suggest that the best response to an error would be posting it to Stack Overflow so that we could fix it, instead of asking for alternative to what is — so far as I can tell — the premier cryptography library for Python.

Update: I have now successfully built M2Crypto for Windows under Python 2.7, so I can personally confirm that it works fine with Python 2.7 on all major platforms.

末が日狂欢 2024-10-03 05:59:08

你看过 PyCrypto 库吗?

http://www.dlitz.net/software/pycrypto/

应该与 Python 2.7 兼容

您还可以看看 pycryptopp,它是 Crypto++ 的包装器图书馆。

http://tahoe-lafs.org/trac/pycryptopp

Have you looked at the PyCrypto library?

http://www.dlitz.net/software/pycrypto/

It should be compatible with Python 2.7

You might also take a look at pycryptopp, a wrapper around the Crypto++ library.

http://tahoe-lafs.org/trac/pycryptopp

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文