Manage environment variables and secrets with state-of-the-art browser encryption. One curl to inject. Zero trust in the server.
No SDKs, no agents, no complexity. The API is a GET and encryption is AES-256-GCM.
Your secrets are encrypted in the browser before leaving your machine. The server never sees plaintext values.
Lightweight Go binary for CI/CD or terminal. Or use the generated cURL script directly on the project page.
A single GET call with Bearer token. Returns .env, JSON, or appsettings — encrypted or plaintext.
AES-256-GCM with v1 format. Use the Go CLI or implement decryption in any language.
$ curl -sH "Authorization: Bearer $API_KEY" \ "https://johnnycat.net/api/v1/secrets?format=env"
Set up in 2 minutes. No credit card. No data stored on the server.