适用于 Python 的快速 DES
我正在寻找 python 的编译 des 实现。 M2Crypto 不适用于我,并出现错误消息“ImportError:DLL 加载失败:”。 OpenSSLLight 已安装。
编辑:好的,已使用 M2Crypto 修复。由于某些原因,如果您在安装 SSLLight 期间选择将库放在程序目录中,则程序将无法识别它们。我重新安装了 openssllight,并将库放入 windows 目录中,现在 M2Crypto 加载。
i am searching for compiled des implementation for python. M2Crypto don't work for me with error message "ImportError: DLL load failed:". OpenSSLLight installed.
Edit: ok, fixed with M2Crypto. For some reasons, if you select during the installation of SSLLight that the libraries should be placed in the program directory, they are not recognised by programs. I reinstalled openssllight with placing the libs into windows dir, and now M2Crypto loads.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Pycrypto 支持 DES/DES3 并具有 来自 Voidspace 的预构建 Windows 安装程序。快速示例:
Pycrypto supports DES/DES3 and has prebuilt Windows installers from Voidspace. Quick example: