17 lines
722 B
Plaintext
17 lines
722 B
Plaintext
|
config BR2_PACKAGE_PYTHON_GNUPG
|
||
|
bool "python-gnupg"
|
||
|
select BR2_PACKAGE_GNUPG2 if BR2_PACKAGE_GNUPG2_DEPENDS && !BR2_PACKAGE_GNUPG # runtime
|
||
|
select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2_DEPENDS # runtime
|
||
|
help
|
||
|
A wrapper for the Gnu Privacy Guard (GPG or GnuPG).
|
||
|
|
||
|
The gnupg module allows Python programs to make use of the
|
||
|
functionality provided by the GNU Privacy Guard (abbreviated
|
||
|
GPG or GnuPG). Using this module, Python programs can
|
||
|
encrypt and decrypt data, digitally sign documents and
|
||
|
verify digital signatures, manage (generate, list and
|
||
|
delete) encryption keys, using Public Key Infrastructure
|
||
|
(PKI) encryption technology based on OpenPGP.
|
||
|
|
||
|
https://docs.red-dove.com/python-gnupg/
|