keybox-go is a tiny library for interacting with private and public keys in Go.
The initial implementation was inspired by github.com/dgrijalva/jwt-go, but has greatly superseeded it (e.g. by supporting password protected keys).
Download:
go get github.com/kernle32dll/keybox-go
Detailed documentation can be found on pkg.go.dev.
keybox-go is automatically tested against Go 1.15.X, 1.16.X and 1.17.X.