Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑使用 Python 中的 Windows CryptoAPI,但我找不到任何现有模块 - 作为 win32all 套件的一部分的 win32crypt 模块只公开了几个对我没有用的高级函数。
是否有任何包装 CryptoAPI 的现有模块?搜索 PyPi 已经找到了 zip。如果无法从 ctypes、cython 等调用 API 的示例代码将很有用。
这: 如何使用 Python 中的 DLL 文件? + 从 Crypt32.dll 获取您需要的函数的地址应该可以工作。