GPGME Python Bindings HOWTO

Content
Search Results
Loading, please wait ...

Loading

  • Documentation Version
  • Introducing the Python Bindings
    • Introduction
      • Python 2 vs. Python 3
      • Examples
    • Documentation Source Files
  • Preparation and Setting Up
    • GPGME Concepts
      • A C API
      • Python Bindings
      • Difference between the Python bindings and other GnuPG Python packages
        • The python-gnupg package maintained by Vinay Sajip
        • The gnupg package created and maintained by Isis Lovecruft
        • The PyME package maintained by Martin Albrecht
    • GPGME Python bindings installation
      • No PyPI
      • Requirements
      • Installing
    • Fundamentals
      • No REST
      • Context
  • Working With Keys
    • Key Selection
      • Counting Keys
    • Get Key
    • Importing keys
    • Exporting Keys
      • Exporting Public Keys
      • Exporting Secret Keys
  • Cryptographic Functions
    • Basic Functions
    • Encryption
      • Encrypting to One Key
      • Encrypting to Multiple Keys
    • Decryption
    • Signing Text and Files
      • Signing Key Selection
      • Default Signatures
      • Detached Signatures
      • Clear Signatures
    • Signature Verification
  • Generating Keys
    • Creating Keys and Subkeys
    • Primary Key Creation
    • Subkey Creation
    • User IDs
      • Adding a User ID
      • Revoking a User ID
    • Key Certification
  • Miscellaneous Work-arounds
    • Group Lines
Copyright © Benjamin D. McGinnes, 2018