git clone https://github.com/isislovecruft/python-gnupg.git cd python-gnupg make install make test Optionally, to build the Sphinx documentation, do: make docs To get started using python-gnupg's API, see the documentation, and import the module like so: .. code-block:: python >...
三年前使用python写了个工具,主要是rsa算法加密数据并使用邮件发送出去。在 http://github.com上搜索了一下,有两个第三方包可以使用,先使用pip安装了stars数目多的那个gnupg,安装成功,但加密解密数据没有成功…
Previous 1 2 3 Next ProTip! Find all open issues with in progress development work with linked:pr. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
Original Maintainers (usually from Debian): Elena Grandi Debian Python Team It should generally not be necessary for users to contact the original maintainer. External Resources: Kotisivu[github.com] Samankaltaisia paketteja: gpg python3-pgpy ...
加密方法 1、将py文件编译成pyc(放弃) 2、代码混淆(放弃) 3、修改python解释器(放弃) 4、将py转化成so文件(采用) 总结: 加密方法 最近一直在研究python加密,网上总结包括以下几种: 1、将py文件编译成pyc(放弃) Python 标准库中提供了一个名为 compileall 的库,可以轻松地进行编译。
软件包: python3-gnupg (0.5.2-2) [universe] Python wrapper for the GNU Privacy Guard (Python 3.x) 其他与 python3-gnupg 有关的软件包 依赖 推荐 建议 enhances gnupg GNU privacy guard - a free PGP replacement python3 interactive high-level object-oriented language (default python3 version)...
使用步骤 在程序中引入包: import logging 配置日志设置 logging.basicConfig( # 日志...
开发者ID:leapcode,项目名称:bitmask-dev,代码行数:7,代码来源:test_openpgp_speed.py 注:本文中的gnupg.GPG属性示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。
本文整理汇总了Python中mailpile.crypto.gpgi.GnuPG类的典型用法代码示例。如果您正苦于以下问题:Python GnuPG类的具体用法?Python GnuPG怎么用?Python GnuPG使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。 在下文中一共展示了GnuPG类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或...
* https://github.com/warner/python-versioneer * Brian Warner * License: Public Domain * Version: 0.7+ This file helps distutils-based projects manage their version number by just creating version-control tags. For developers who work from a VCS-generated tree (e.g. 'git clone' etc), each...