How is my data encrypted in Kliently?

Security & privacy

Sensitive secrets are encrypted at rest with AES-256-GCM — the same authenticated encryption standard used to protect data in serious production systems. That covers the things you'd most want kept private, including your stored API keys.

Encryption is one layer of several. Kliently also enforces workspace isolation and Postgres row-level security so data can't leak across accounts, and records sensitive actions in an append-only audit log. More on security.