Skip to content
EANVI

Blog

Practical writing on secrets, teams, and the CLI. No changelog dumps.

  • · 7 min read

    Sync secrets with the Eanvi CLI

    Login, init, pull, push, sync, and diff — the daily loop for keeping local env files honest against encrypted remote state.

  • · 5 min read

    How Eanvi encrypts secrets at rest

    AES-256-GCM, random IVs, and a master key that never appears in list responses. A plain-language walkthrough of the encryption layer.

  • · 6 min read

    Why .env files fail on teams

    Shared dotenv files leak, drift, and silently break deploys. Here is what actually goes wrong — and how Eanvi replaces the copy-paste loop.