Ciphers on every channel.
Every byte in flight and every secret at rest travels behind modern cryptography. Older protocols are disabled, not deprecated.
Traffic between your browser, the public API, and every internal service is wrapped in TLS 1.3. We disable older protocol versions outright rather than negotiating downgrades, so an attacker on the wire sees ciphertext or nothing.
Sensitive data on disk — cloud credentials, secrets, API tokens — is encrypted with AES-256-GCM via envelope encryption. Keys live separately from the data they protect, rotated on a documented schedule.
AWS, Azure, and GCP credentials you connect for drift detection are encrypted individually, sealed before they touch storage, and never written to logs or surfaced in plaintext outside the runtime memory of the worker that uses them.