Registry / crypto / protonmail-gopenpgp-v2

protonmail-gopenpgp-v2

JSON →
library2.10.0gogounverified

High-level OpenPGP library for Go, used by ProtonMail.

go get github.com/ProtonMail/gopenpgp/v2
INSTALL
IMPORT
SIG · PROTONMAIL-GOPENPG
P
protonmail-gopenpgp-v2
cryptogov2.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gopenpgp
github.com/ProtonMail/gopenpgp/v2

Generate a PGP key using GopenPGP.

package main import ( "fmt" "github.com/ProtonMail/gopenpgp/v2/crypto" ) func main() { key, _ := crypto.GenerateKey("name", "email@example.com", "rsa", 2048) fmt.Println(key) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
protonmail-gopenpgp-v2 — go get protonmail-gopenpgp-v2 · libregistry