> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/de/storage-vsan/vsan-encryption-information.md).

# vSAN-Verschlüsselungsinformationen

Sie können bestätigen, dass für das vSAN die Verschlüsselung aktiviert ist, indem Sie navigieren zu **Knoten > Knoten 1 > Laufwerke** und dann **durch Doppelklicken auf das erste Laufwerk** in der Liste. Die **Verschlüsselt** Kontrollkästchen ist aktiviert, wenn das vSAN verschlüsselt ist.

* Die Verschlüsselung für das vSAN wird konfiguriert **nur während der Erstinstallation**.
* Daten werden mit AES256 verschlüsselt
* Der Systemstart auf einem verschlüsselten System kann auf zwei verschiedene Arten konfiguriert werden:
  1. Die gebräuchlichste Methode besteht darin, dass während der Erstinstallation Verschlüsselungsschlüssel auf ein USB-Laufwerk geschrieben werden. In diesem Szenario werden diese Laufwerke typischerweise in die ersten beiden Knoten eines verschlüsselten Systems eingesteckt, damit es normal booten kann. Alle anderen Knoten benötigen sie nicht, da Knoten 1 und Knoten 2 die Controller-Knoten sind. Das USB-Laufwerk benötigt überhaupt nicht viel Speicherplatz, weniger als 1 GB.
  2. Wenn an den Controller-Knoten keine USB-Verschlüsselungsschlüssel angeschlossen sind, fordert das System einen Bediener auf, das richtige Verschlüsselungspasswort einzugeben, um den Hochfahrvorgang abzuschließen.
* Die Standardverschlüsselung ist für alle Snapshot-Synchronisierungen über eine Site-Synchronisierung festgelegt.

{% hint style="info" %}
**Informationen zur Verschlüsselung einer Site-Synchronisierung finden Sie im** [**Produktleitfaden**](/automate-protect-and-extend/backup-and-dr/sync-configuration.md)
{% endhint %}

***

{% hint style="info" %}
**Dokumentinformationen**

* Zuletzt aktualisiert: 2024-09-03
* VergeOS-Version: 4.12.6
  {% 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.verge.io/knowledge-base/de/storage-vsan/vsan-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.
