gopenpgp icon indicating copy to clipboard operation
gopenpgp copied to clipboard

A high-level OpenPGP library

Results 44 gopenpgp issues
Sort by recently updated
recently updated
newest added

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...

v2

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...

v2

### 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:...

v2

GopenPGP v3 is a complete redesign of the GopenPGP library an introduces a new API.

v3

- Add support for forwarding and symmetric keys - Add tests to prevent regressions

v2

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...

v2

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...

v2

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...

v2

Updated the example section in adding signatures

v2