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

# Proteggere i file di credenziali locali tramite la password dell'applicazione

Le credenziali configurate in Remote Desktop Manager Windows in ***File*** – ***My account settings*** – ***My personal credentials*** e anche in ***File*** – ***My account settings*** – ***My privileged account*** sono memorizzate localmente in file RDT. Per decrittografare i dati, è sufficiente copiare il file sul proprio sistema e avviare l'applicazione.

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

### Impostare la password dell'applicazione per proteggere i file di credenziali locali

1. Vada in ***File*** – ***Settings*** – ***Security*** – ***Application security (local)*** e selezioni ***Use application password*** dal menu a discesa.

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

2. Inserisca una password dell'applicazione e abiliti l'opzione ***Encrypt local files using the application password***.

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

Per maggiore sicurezza (facoltativo), selezioni ***Enable DPAPI cryptography on local files*** in ***File*** – ***Settings*** – ***Security***, sotto ***Others***.

{% hint style="danger" %}
Se dovesse cambiare la password (utilizzando ad esempio il metodo di recupero della password), le chiavi DPAPI potrebbero essere reimpostate e i dati crittografati con esse potrebbero diventare definitivamente illeggibili, impedendo così l'avvio di Remote Desktop Manager. Utilizzare con cautela.
{% endhint %}

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

{% hint style="info" %}
Per maggiori informazioni sulle opzioni e le impostazioni di ***Application security (local)***, consulti l'articolo [Sicurezza](/rdm/it/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/it/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.
