# Encryption Management

Cloudback encrypts every backup archive with a unique password. You can use the built-in encryption (Cloudback manages everything) or bring your own encryption keys for full control.

## Pages

* [Encryption Overview](/encryption-management/encryption-overview.md) - Built-in vs customer-managed encryption modes, choosing the right mode, and FAQs
* [RSA Lockbox: Setup and Usage](/encryption-management/rsa-lockbox.md) - Create an RSA Lockbox encryption provider, assign it to accounts, restore and download encrypted backups, and rotate keys
* [Customer-Held RSA Lockbox: Setup and Usage](/encryption-management/customer-held-rsa-lockbox.md) - RSA Lockbox variant where the encrypted password is stored as a `.lockbox` sidecar in your own backup storage


---

# 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.cloudback.it/encryption-management.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.
