envseal

Viswajith M P·viswajith275.envseal

Zero-trust secrets engine that replaces dangerous .env files. AES-256 encrypted vaults, least-privilege tokens for CI/CD, and instant DEK rotation, without ever putting your master password on a runner.

An encrypted vault for your API keys and secrets, because .env files have never once kept a secret.

winget install --id viswajith275.envseal --exact --source winget

Latest 5.0.0·August 12, 2026

Release Notes

EnvSeal v5.0.0 Zero-trust secrets for local development and production CI/CD. EnvSeal just grew up. What started as “a better way to stop committing .env files” is now a full cryptographic secrets engine with least-privilege tokens, instant revocation, and a design that assumes your CI runner is already compromised. No more sharing the master password with the pipeline. No more hoping expiration will save you. No more plaintext secrets sitting in process lists. Highlights

  • Zero-trust bearer tokens — Mint short-lived, least-privilege tokens that can decrypt specific secrets (or an entire tag) without ever seeing the master password, KEK, or signing key.
  • DEK rotation — One command (envseal rotate) regenerates the Data Encryption Key for a scope and instantly invalidates every existing token for that scope.
  • Cryptographic hierarchy — Master password → Argon2id → KEK → Master DEK → HKDF Scope DEKs → per-variable Entry Keys. Secrets are never encrypted directly under the password. Every vault mutation is Ed25519-signed.
  • Anti-snooping token ingestion — Tokens are accepted only via file, environment variable, or stdin. No CLI flag that ends up in ps aux.
  • Faster sessions — The OS keyring now caches derived cryptographic material instead of the raw password. Subsequent commands drop from ~500 ms to ~2 ms.
  • Cleaner storage — MessagePack with deterministic ordering and raw binary payloads. Atomic writes via the standard filesystem. New Commands ──────────────┬────────────────────────────────────────────────────────────────────────────────────────────────── Command │What it does ──────────────┼────────────────────────────────────────────────────────────────────────────────────────────────── envseal token │Mint a zero-trust bearer token with optional name, description, expiration, and key-level scoping. ──────────────┼────────────────────────────────────────────────────────────────────────────────────────────────── envseal rotate│Rotate the DEK for a group or tag and revoke all tokens that depended on the old key. ──────────────┴────────────────────────────────────────────────────────────────────────────────────────────────── Existing commands (run, get, export, load, etc.) now accept --token-file so the same workflows work with tokens. Security Notes You Should Actually Read Token expiration (--exp) is a convenience, not a security boundary. Clocks drift. Tokens get copied. “It expires in an hour” is not a revocation strategy. If a token is compromised (or even just suspected):
  1. Rotate the DEK for the affected scope (envseal rotate --tag prod).
  2. Rotate the actual credentials that token could reach (database passwords, API keys, etc.). Do both. Always. Platform Support

Installer type: zip

x642650B55ED897F947C6C0D11EE1F070F06F98C797B92304BC2BD0D6BE80E817E6

Details

Homepage
https://github.com/viswajith275/EnvSeal-CLI
License
MIT
Publisher
Viswajith M P
Support
https://github.com/viswajith275/EnvSeal-CLI/issues
Moniker
envseal

Tags

command-line-tooldeveloper-toolsencryption-decryptionenviornment-setupenvsealhmac-sha256rust