> 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/rdm/es/knowledge-base/troubleshooting-articles/unable-to-retrieve-encryption-information.md).

# No se puede recuperar la información de cifrado

Este mensaje de error aparece cuando los ficheros de configuración de Remote Desktop Manager no se pueden cargar correctamente: `Failed to load sensitive options, attempting to recover from backup`.

Esto se debe a la eliminación o sustitución del fichero de configuración principal de Remote Desktop Manager (`RemoteDesktopManager.cfg`) sin eliminar o sustituir también los ficheros de cifrado vinculados a él.

Al hacer clic en ***Ok***, Remote Desktop Manager duplica el fichero de codificación de copia de seguridad (`RemoteDesktopManager.enb`). Si la copia de seguridad no se puede cargar o no existe, aparece uno de los dos mensajes siguientes para detallar más el error:

```
Failed to load encryption information.
Would you like to regenerate it?

Be aware, this action will reset the data source configuration and its associated settings.
This problem frequently occurs when the application's configuration file is deleted or replaced, without addressing other related encryption files (.stb, .stv, .enc, .enb).
```

```
Failed to load sensitive options.
Would you like to regenerate sensitive options?

Be aware, this action will reset the data source configuration and its associated settings.
This problem frequently occurs when the application's configuration file is deleted or replaced, without addressing other related encryption files (.stb, .stv, .enc, .enb).
```

{% hint style="danger" %}
Tenga en cuenta que elegir ***Sí*** aquí vuelve a crear el fichero de codificación y sus claves de cifrado. Esto impide de forma efectiva el descifrado de opciones sensibles configuradas previamente, como la configuración de los espacios de trabajo, lo que las hace inutilizables.
{% endhint %}

### Solución

Al eliminar `RemoteDesktopManager.cfg`, asegúrese de eliminar también los siguientes ficheros (ubicados en C:\Users\unsername\AppData\Local\Devolutions\RemoteDesktopManager):

```
RemoteDesktopManager.stv
RemoteDesktopManager.stb
RemoteDesktopManager.enc
RemoteDesktopManager.enb
RemoteDesktopManager.bak
```

Al sustituir `RemoteDesktopManager.cfg`, sustituya también los ficheros de cifrado. La opción [Exportar configuración](/rdm/es/ribbon-menu-bar/file/settings/export-settings.md) de Remote Desktop Manager garantiza que todos los ficheros relacionados con el cifrado se incluyan en el fichero CFG exportado, lo que elimina la necesidad de moverlos manualmente. Esta opción se encuentra en ***Archivo*** – ***Configuración*** – ***Exportar configuración***.

![](https://cdnweb.devolutions.net/docs/RDMW4073_2024_2.png)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/unable-to-retrieve-encryption-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
