Registry / crypto / square-go-jose

square-go-jose

JSON →
library2.6.0+incompatiblegogounverified

Implements the Javascript Object Signing and Encryption (JOSE) set of standards.

go get github.com/square/go-jose
INSTALL
IMPORT
SIG · SQUARE-GO-JOSE
S
square-go-jose
cryptogov2.6.0+incompatible
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.

jose
github.com/square/go-jose

Creates a JWE encrypter using AES-GCM.

package main import ( "fmt" "github.com/square/go-jose" ) func main() { key := []byte("secret") encrypter, _ := jose.NewEncrypter(jose.A128GCM, jose.Recipient{Algorithm: jose.DIRECT, Key: key}, nil) fmt.Println(encrypter) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
square-go-jose — go get square-go-jose · libregistry