gopenpgp
gopenpgp copied to clipboard
A high-level OpenPGP library
dependabot complains that some of your library dependencies have known vulnerabilities. This is about github.com/cloudflare/circl and golang.org/x/crypto Proposes from bot: - Update github.com/cloudflare/circl from 1.3.3 to 1.3.7 - Update golang.org/x/crypto...
Hi there 👋 I'm opening a pull request to introduce the option to specify the compression and cipher type when encrypting message with KeyRing. I'm open to suggestions to make...
### Discussed in https://github.com/ProtonMail/gopenpgp/discussions/266 Originally posted by **Akshith-Banda** January 19, 2024 HI, I'am trying to decrypt an pgp encrypted msg and getting this error : **gopenpgp: unable to decrypt message:...
GopenPGP v3 is a complete redesign of the GopenPGP library an introduces a new API.
- Add support for forwarding and symmetric keys - Add tests to prevent regressions
We've been using the `github.com/ProtonMail/gopenpgp/v2/helper` library for PGP encryption in our project. Recently, we've encountered an issue where bytes are being dropped during the encryption/decryption process. Steps to reproduce: `ciphertext,...
I happen to require to add a notation when signing a key. Which `crypto.NewSigningContext` theoretically permits me to do, only, the *name* the notation will acquire appears to be hardcoded...
Hi all, i'm little bit confuse when using this library first thing what i am todo is receive file then i need to reupload encrypted file so far i was...
Hello, is there a way of verifying binary signatures? I have a signed message ``` -----BEGIN PGP MESSAGE----- //encoded data -----END PGP MESSAGE----- ``` and a public key and I'd...