2.1.0 • Published 6 months ago

@rusintez/skt v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Secret Manager

Use xsalsa20-poly1305 private key encryption and ed25519 signatures to safely read and write encrypted data on public internet.

Installation

$ pnpm install --global @rusintez/skt

Usage

$ export SKT_TOKEN=$(skt token) # outputs base58 encoded token
$ skt set GITHUB_TOKEN <some-value-here>
$ skt get GITHUB_TOKEN # outputs "<some-value-here>"

Run your own vault

Setup cli and server to run locally

$ git clone git@github.com:rusintez/secret-manager.git
$ cd secret-manager
$ pnpm install
$ echo "JWT_SECRET=$(openssl rand -hex 32)" > .dev.vars
$ pnpm dev
$ export SKT_DEV=true
$ pnpm link --global
2.1.0

6 months ago

2.0.0

8 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago