sala icon indicating copy to clipboard operation
sala copied to clipboard

Add support for asymmetric encryption and gpg-agent

Open akheron opened this issue 14 years ago • 3 comments

Things to think about first:

  • Should we support multiple recipient pubkeys?
  • Should we have a pubkeyring for the password store so that encrypting is always possible?
  • Should we support both asymmetric and symmetric encryption in the same password store?

akheron avatar Mar 02 '11 18:03 akheron

I've added support for this to my fork. If you set the keyid config param, sala uses your public key to encrypt the master password. It works for me, but all I really wanted from it was to let gpg-agent handle my password so I didn't have to type it all the time.

egh avatar Jul 26 '12 15:07 egh

Interesting. What happens if gpg-agent is not running? I assume it just fails because the --batch and --no-tty flags are passed to gpg.

akheron avatar Jul 27 '12 04:07 akheron

Yes, unfortunately. I guess I could check & prompt for a password if it fails.

egh avatar Jul 27 '12 05:07 egh