Security Architecture

AltENV is designed so that API keys and portal credentials never leave your server. This page explains how.

Encryption at Rest

Every API key, portal cookie, and stored credential is encrypted before it touches disk.

Network Architecture

AltENV runs on your internal network. Developers never connect directly to external APIs — they connect to AltENV, and AltENV connects outbound on their behalf.

Your network
Developer Machine ———> AltENV Server ———> External API
(no API key) (key injected here) (key arrives with request)

API keys travel one path only: server memory to external API. They are never sent to developer machines, never included in proxy responses, and never exposed in client-side code.

License Security

AltENV licenses use cryptographic signing to ensure authenticity without requiring network access.

The Ed25519 public key is embedded in the binary at compile time. Licenses are validated locally on your server with zero network calls.

What AltENV Does NOT Do

Browser Extension Security

The AltENV browser extension follows modern security practices to minimize attack surface.

Threat Model

What AltENV protects against

What AltENV does NOT protect against

AltENV is a single self-contained binary with no external dependencies. The smaller the footprint, the smaller the attack surface.

Questions?

If you have security questions or need details for a compliance review, reach out at security@altenv.dev