问题描述
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?
推荐答案
一个人开始研究此问题,并制作了部分补丁,该补丁可在 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.
这篇关于(何时)将m2crypto移植到Python3吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!