https://github.com/protonmail/go-crypto
Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
https://github.com/protonmail/go-crypto
Last synced: 4 months ago
JSON representation
Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
- Host: GitHub
- URL: https://github.com/protonmail/go-crypto
- Owner: ProtonMail
- License: bsd-3-clause
- Created: 2016-08-16T07:45:08.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T08:39:54.000Z (about 1 year ago)
- Last Synced: 2025-05-05T09:49:34.109Z (about 1 year ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto
- Size: 5.99 MB
- Stars: 362
- Watchers: 22
- Forks: 105
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
```
go get github.com/ProtonMail/go-crypto
```
This module is backwards compatible with x/crypto/openpgp,
so you can simply replace all imports of `golang.org/x/crypto/openpgp` with
`github.com/ProtonMail/go-crypto/openpgp`.
A partial list of changes is here: https://github.com/ProtonMail/go-crypto/issues/21#issuecomment-492792917.
For the more extended API for reading and writing OpenPGP messages use `github.com/ProtonMail/go-crypto/openpgp/v2`, but it is not fully backwards compatible with `golang.org/x/crypto/openpgp`.