pop
pop copied to clipboard
GPG Support
trafficstars
As discussed on Discord, I think it would be nice to have some sort of GPG support.
Here how I envision it could work:
- New hotkey in the TUI to enable
Encryption. - Lookup the user's GPG keychain for a match against the recipient.
- Offer to lookup the recipient's public key (on a key server like keys.openpgp.org) if not found in the keychain.
- An environment variable like
POP_PGPthat could be set toAutomatic,Manual...
A third option would be to ask the user to manually select a GPG file from the drive.
Hey @CovertDuck, I'm interested in implementing this as a feature (and submitting a pr). Would you be willing to help with the code/implementation details?