(何时)m2crypto 会移植到 Python3 吗?
m2crypto 是否正在向 Python3 移植?我将开始一个需要跨平台/跨语言加密的新玩具项目,m2crypto 看起来像是可行的方法,但我宁愿使用 Py3,以避免必须在任何地方显式转换为 UTF8。
该库的移植是否正在进行中?
Is there a port underway of m2crypto to Python3? I'm going to be starting a new toy project that needs cross-platform/cross-language crypto, and m2crypto looks like the way to go, but I'd rather work with Py3, to avoid having to explicitly convert to UTF8 everywhere.
Is there any chance that a port of this library is underway?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
代码位于 https://gitorious.org/chandler/m2crypto (分支 python3),但它还没有尚未完成(测试仍然失败)。如果有人愿意帮助完成它,那就太棒了,$DEITY 会为您带来无尽的积极业力。
Code is at https://gitorious.org/chandler/m2crypto (branch python3), but it has not been finished yet (tests still fail). If somebody is willing to help with the finishing it, it would be awesome and the endless amount of positive karma waits for you from $DEITY.
有人开始研究这个问题并制作了一个部分补丁,可以在 https://bugzilla 中找到。 osafoundation.org/show_bug.cgi?id=12853。需要需要 Python 3.0 的人来完成它。
A person started working on this and produced a partial patch which is available in https://bugzilla.osafoundation.org/show_bug.cgi?id=12853. It would need someone who has need for Python 3.0 to finish it up.