Registry / crypto / accelbyte-go-jose

accelbyte-go-jose

JSON →
library2.1.4+incompatiblegogounverified

Implements JSON Web Encryption (JWE) and JSON Web Signature (JWS) standards with optional JSON Web Token (JWT) support.

go get github.com/AccelByte/go-jose
INSTALL
IMPORT
SIG · ACCELBYTE-GO-JOSE
A
accelbyte-go-jose
cryptogov2.1.4+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/AccelByte/go-jose

Create a JWE encrypter using RSA-OAEP and AES-GCM.

import "github.com/AccelByte/go-jose" func main() { encrypter, _ := jose.NewEncrypter(jose.A128GCM, jose.Recipient{Algorithm: jose.RSA_OAEP, Key: publicKey}, nil) _ = encrypter }
Debug
Known issues
breakingVersion 2.1.4+incompatible indicates a major version incompatibility with Go modules.
fix
Use a newer major version if available, or ensure your module requires v2 explicitly.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.1.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
46
OpenAI (training)
1
Resources
accelbyte-go-jose — go get accelbyte-go-jose · libregistry