Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.01 KB

test Go Reference Go Report Card codecov

keybox-go

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.

Compatibility

keybox-go is automatically tested against Go 1.15.X, 1.16.X and 1.17.X.