jchavannes / go-pgp

Layer on top of golang.org/x/crypto/openpgp to handle a few PGP use cases.
MIT License
60 stars 17 forks source link

One-pass Signature #8

Closed mading closed 1 year ago

mading commented 3 years ago

Hi, is there any way to have One-pass signature when Encrypt a message? I have recipient armored public key and my armored private key without passphrase.

Many thanks!

jchavannes commented 1 year ago

Hi @mading this repo only has basic functionality and does not support advanced features like that. I recommend looking into using the openpgp package directly: https://golang.org/x/crypto/openpgp