> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/cloud/concepts/basic-concepts/encryption.md).

# Encryption

Encryption in Devolutions Cloud protects all sensitive configuration and entry data using keys that are owned and managed by your organization, not by Devolutions. By default, secrets stored in Devolutions Cloud are encrypted at rest, and features such as the Encryption service extend this model to SSO scenarios by decrypting your Devolutions Cloud key during login while keeping private keys under your control.

Devolutions Cloud owners can rotate encryption keys and re-encrypt configuration files when required, and must safeguard the emergency kit and private key backups because they are the only way to recover access if keys are lost. In practice, many customers store their emergency kit and private key in a separate secure system, then schedule periodic validation to ensure they can still unlock Devolutions Cloud in a disaster scenario.

#### Related topics

* [Encryption service](https://docs.devolutions.net/cloud/web-interface/administration/configuration-security/authentication/encryption-service/)
* [Regenerate encryption and re-encrypt Devolutions Cloud](https://docs.devolutions.net/cloud/kb/how-to-articles/regenerate-encryption-keys-and-re-encrypt-devolutions-cloud/)
* [Use the recovery key with Devolutions Cloud](https://docs.devolutions.net/cloud/kb/how-to-articles/use-the-recovery-kit-with-devolutions-cloud/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/cloud/concepts/basic-concepts/encryption.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.
