> 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/how-to-articles/secure-local-credential-files-using-application-password.md).

# Proteger ficheros de credenciales locales con la contraseña de la aplicación

Las credenciales configuradas en Remote Desktop Manager Windows en ***Fichero*** – ***Configuración de mi cuenta*** – ***Mis credenciales personales*** y también en ***Fichero*** – ***Configuración de mi cuenta*** – ***Mi cuenta privilegiada*** se almacenan localmente en ficheros RDT. Para descifrar los datos, basta con copiar el fichero en el propio sistema e iniciar la aplicación.

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

### Establecer una contraseña de aplicación para proteger los ficheros de credenciales locales

1. Vaya a ***Fichero*** – ***Configuración*** – ***Seguridad*** – ***Seguridad de la aplicación (local)*** y seleccione ***Usar contraseña de aplicación*** en el menú desplegable.

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

2. Introduzca una contraseña de aplicación y active la opción ***Cifrar los ficheros locales con la contraseña de aplicación***.

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

Para mayor seguridad (opcional), marque ***Habilitar la criptografía DPAPI en los ficheros locales*** en ***Fichero*** – ***Configuración*** – ***Seguridad***, en ***Otros***.

{% hint style="danger" %}
Si cambia la contraseña (por ejemplo, mediante el método de recuperación de contraseña), las claves DPAPI podrían restablecerse y los datos cifrados con ellas podrían volverse ilegibles de forma permanente, impidiendo así que Remote Desktop Manager se inicie. Utilícelo con precaución.
{% endhint %}

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW4302_2025_1.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Para más información sobre las opciones y la configuración de ***Seguridad de la aplicación (local)***, consulte el artículo [Seguridad](/rdm/es/ribbon-menu-bar/file/settings/security.md#application-security-local).
{% endhint %}


---

# 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/how-to-articles/secure-local-credential-files-using-application-password.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.
