Bug#1140126: ITP: golang-github-shopify-ejson -- EJSON is a small library to manage encrypted secrets using asymmetric encryption.
"Andrew Lee (李健秋)" <[email protected]>
| Newsgroups | gmane.linux.debian.devel.general |
|---|---|
| Message-ID | <20260616062513.7241C100B44__20711.4223086805$1781591262$gmane$org@lla3.bfh.ch> |
Package: wnpp Severity: wishlist Owner: Andrew Lee (李健秋) <[email protected]> * Package name : golang-github-shopify-ejson Version : 1.5.4-1 Upstream Author : Shopify * URL : https://github.com/Shopify/ejson * License : Expat Programming Lang: Go Description : ejson is a small library to manage encrypted secrets using asymmetric encryption. This package contains a ejson which is a utility for managing a collection of secrets in source control. . The secrets are encrypted using public key, elliptic curve cryptography (NaCl Box: Curve25519 + Salsa20 + Poly1305-AES). . Secrets are collected in a JSON file, in which all the string values are encrypted. Public keys are embedded in the file, and the decrypter looks up the corresponding private key from its local filesystem.