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