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

# Lokale Anmeldeinformationsdateien mit einem Anwendungspasswort schützen

Die in Remote Desktop Manager Windows unter ***Datei*** – ***Meine Kontoeinstellungen*** – ***Meine persönlichen Anmeldeinformationen*** sowie ***Datei*** – ***Meine Kontoeinstellungen*** – ***Mein privilegiertes Konto*** konfigurierten Anmeldeinformationen werden lokal in RDT-Dateien gespeichert. Um die Daten zu entschlüsseln, genügt es, die Datei auf das eigene System zu kopieren und die Anwendung zu starten.

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

### Anwendungspasswort festlegen, um lokale Anmeldeinformationsdateien zu schützen

1. Gehen Sie zu ***Datei*** – ***Einstellungen*** – ***Sicherheit*** – ***Anwendungssicherheit (lokal)*** und wählen Sie im Dropdown-Menü ***Anwendungspasswort verwenden*** aus.

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

2. Geben Sie ein Anwendungspasswort ein und aktivieren Sie die Option ***Lokale Dateien mit dem Anwendungspasswort verschlüsseln***.

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

Für mehr Sicherheit (optional) aktivieren Sie ***DPAPI-Kryptografie für lokale Dateien aktivieren*** unter ***Datei*** – ***Einstellungen*** – ***Sicherheit*** im Bereich ***Sonstiges***.

{% hint style="danger" %}
Sollten Sie das Passwort ändern (zum Beispiel über die Passwortwiederherstellungsmethode), könnten die DPAPI-Schlüssel zurückgesetzt werden und die damit verschlüsselten Daten dauerhaft unlesbar werden, wodurch Remote Desktop Manager nicht mehr gestartet werden kann. Mit Vorsicht verwenden.
{% endhint %}

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

{% hint style="info" %}
Weitere Informationen zu den Optionen und Einstellungen der ***Anwendungssicherheit (lokal)*** finden Sie im Artikel [Sicherheit](/rdm/de/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/de/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.
