Config.in 625 B

123456789101112131415
  1. config BR2_PACKAGE_PYTHON_GNUPG
  2. bool "python-gnupg"
  3. select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2 # runtime
  4. help
  5. A wrapper for the Gnu Privacy Guard (GPG or GnuPG).
  6. The gnupg module allows Python programs to make use of the
  7. functionality provided by the GNU Privacy Guard (abbreviated
  8. GPG or GnuPG). Using this module, Python programs can
  9. encrypt and decrypt data, digitally sign documents and
  10. verify digital signatures, manage (generate, list and
  11. delete) encryption keys, using Public Key Infrastructure
  12. (PKI) encryption technology based on OpenPGP.
  13. https://docs.red-dove.com/python-gnupg/