> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/data-encryption/encryption-setup/transparent-encryption.md).

# Transparente Verschlüsselung

Mit transparenter Verschlüsselung können Sie einen einzelnen Verschlüsselungsschlüssel festlegen, der sowohl für die Verschlüsselung als auch für die Entschlüsselung aller Daten verwendet wird, die [klassifiziert](/de/data-encryption/data-classification.md) als [intern](/de/data-encryption/data-classification/internal.md) oder [sensibel](/de/data-encryption/data-classification/sensitive.md).

{% hint style="info" %}
Obwohl Daten auf Datenbankebene verschlüsselt sind, sind diese Daten über den ngSurvey-Administrationsbereich im Klartext zugänglich.
{% endhint %}

Um die globale Verschlüsselung auf Ihrem Server einzurichten, können Sie Ihren eigenen privaten Verschlüsselungsschlüssel in einer Umgebungsvariable mit dem Namen **NGSurvey:EncryptionKey** mit dem Wert Ihres Verschlüsselungsschlüssel&#x73;**.**

* [Azure-Konfiguration](/de/data-encryption/encryption-setup/transparent-encryption/azure-encryption-setup.md)
* [IIS-Verschlüsselungskonfiguration](/de/data-encryption/encryption-setup/transparent-encryption/iis-encryption-setup.md)

{% hint style="warning" %}
Stellen Sie sicher, dass Sie einen alphanumerischen Schlüssel erstellen, der mindestens 50 Zeichen lang ist.
{% 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:

```
GET https://docs.ngsurvey.com/de/data-encryption/encryption-setup/transparent-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.
