# Encryption Standards

## Secrets and key storage

* Secrets are write-only: once set, they cannot be retrieved in plaintext and must be rotated by re-setting.
* Secrets are encrypted at rest with AES-256.

## Encryption in transit

* External traffic uses TLS (HTTPS).

## Handling of secrets in applications

* Secret values are kept outside source control and deployment manifests.
* Applications read secrets at runtime through encrypted storage interfaces.

## Access control

* Access is limited to service identities and a small set of operators.
* Policies follow least-privilege access.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ebbot.ai/ebbot-docs/trust-and-security/encryption-standards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
