Registry / crypto / shopify-ejson

shopify-ejson

JSON →
library1.5.4gogounverified

Package ejson provides the primary interface to interact with ejson documents and keypairs for encrypted JSON secrets.

go get github.com/Shopify/ejson
INSTALL
IMPORT
SIG · SHOPIFY-EJSON
S
shopify-ejson
cryptogov1.5.4
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.

ejson
github.com/Shopify/ejson

Generates a new EJSON keypair.

package main import ( "fmt" "github.com/Shopify/ejson" ) func main() { keypair, err := ejson.GenerateKeypair() if err != nil { panic(err) } fmt.Println(keypair.Public) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
shopify-ejson — go get shopify-ejson · libregistry