gopenpgp icon indicating copy to clipboard operation
gopenpgp copied to clipboard

A high-level OpenPGP library

Results 48 gopenpgp issues
Sort by recently updated
recently updated
newest added
trafficstars

Add a getter for the primary key SHA256 fingerprint

v3

In both v2 and v3 of the library there is no possibility to specify a filename when both signing and encrypting a file. This would mimic the behavior of gpg...

Hello, since recently it's possible to compile for 16kb memory page size Android devices. I am building gopenpgp for Android using the `build.sh` and I am trying to figure out...

Hello folks, First of all, Thank you for creating and maintaining ProtonMail/gopenpgp it's a great package! I have a question regarding the configuration and customization of the package. I'm interested...

v3
v2

The error handling package https://github.com/pkg/errors was archived on Nov 30, 2021 with preference for using the standard library for error handling. As of [go 1.13](https://go.dev/blog/go1.13-errors#wrapping-errors-with-w), wrapping errors is performed by...

Also, set the AEAD chunk size to twice the message size hint (or the actual message size, when known), so that we don't generate an overly large chunk size when...

The page of the Gomobile origin documentation has been moved. so I update this doc to refer to the correct place.

* **GetFingerprints() []string** Returns SHA-1 fingerprints of primary key and all subkeys. * **GetJsonFingerprints() (string, error)** Same data, JSON-encoded for gomobile bind where slice-of-string is not always stable across language...