add asymmetric GPG de/encryption
Closed this issue · 1 comments
nobodyinperson commented
The existing symmetric GPG de/encryption is nice but real asymmetric de/encryption would also be handy:
- showing a selection menu (
zenity --list
) to select the receipient public key - behaviour exactly like the symmetric de/encryption
The problem right now is somehow passing the keyring password to all gpg2
calls. Maybe gpg-agent
or pinentry
or something might cause this.
nobodyinperson commented
Closed as of v0.0.15