-
Notifications
You must be signed in to change notification settings - Fork 168
encrypt() with recipient's email address (instead of key fingerprint)? #285
Copy link
Copy link
Open
Description
Question: How to Python gnupg (GPG) encrypt with recipient's email address rather than their fingerprint? https://stackoverflow.com/questions/72355601/how-to-python-gnupg-gpg-encrypt-with-recipients-email-address-rather-than-the
fwiw, code excerpt from _check_option():
:param str arg: The arguments which will be passed to the GnuPG
process, and, optionally their corresponding values.
The values are any additional arguments following the
GnuPG option or flag. For example, if we wanted to
pass ``"--encrypt --recipient isis@leap.se"`` to
GnuPG, then ``"--encrypt"`` would be an arg without a
value, and ``"--recipient"`` would also be an arg,
with a value of ``"isis@leap.se"``.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels