Your secrets.
Air gapped. Encrypted.

Store API keys and env variables on a flash drive. CLI-first. Encrypted. Offline by default.

How it works

View security details

lenver
$ lenver
Initialized Lenver Vault
[WARNING] Existing files on drive will be erased
Encryption: AES-256-GCM
$ lenver set STRIPE_KEY=sk_live_xxx
[OK] Stored STRIPE_KEY
$ lenver export .env
[OK] Exported to .env
$
01

Plug in a drive

Any USB flash drive works. Your keys live offline. Note: initializing a vault will erase existing files on the drive.

02

Encrypt with a passphrase

AES-256-GCM encryption. Nothing leaves unencrypted.

03

Use in your terminal

`lenver set`, `lenver get`, `lenver export`. That's it.

Stop committing secrets

Get started in seconds. Requires nothing but a flash drive.

npm
npm install -g @0ribi/lenver