goldwarden icon indicating copy to clipboard operation
goldwarden copied to clipboard

GPG Agent support

Open quexten opened this issue 6 months ago • 0 comments

Since we already have SSH agent, git signing and ssh login can be done via the ssh agent. However, some actions (signing Goldwarden release packages ;) ) cannot be done with SSH keys. Instead, we could implement: https://pkg.go.dev/github.com/prep/gpg/agent and add a GPG key encoding for secure notes.

quexten avatar Dec 26 '23 19:12 quexten