> 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/vi/storage-vsan/vsan-encryption-information.md).

# Thông tin mã hóa vSAN

Bạn có thể xác nhận rằng vSAN đã bật mã hóa bằng cách điều hướng đến **Nodes> Node 1> Drives** và sau đó **nhấp đúp vào ổ đĩa đầu tiên** trong danh sách. Mục **Đã mã hóa** ô kiểm được chọn nếu Vsan được mã hóa.

* Mã hóa cho vSAN được cấu hình **chỉ trong quá trình cài đặt ban đầu**.
* Dữ liệu được mã hóa bằng AES256
* Khởi động hệ thống trên một hệ thống đã mã hóa có thể được cấu hình theo hai cách khác nhau:
  1. Cách phổ biến nhất là ghi các khóa mã hóa vào một ổ USB trong quá trình cài đặt ban đầu. Trong trường hợp này, các ổ đĩa này thường được cắm vào hai nút đầu tiên của một hệ thống đã mã hóa để khởi động bình thường. Tất cả các nút khác không cần chúng, vì Nút 1 và Nút 2 là các nút điều khiển. Ổ USB hầu như không cần nhiều dung lượng lưu trữ, ít hơn 1GB.
  2. Nếu các nút điều khiển không được kết nối với các khóa mã hóa USB, hệ thống sẽ yêu cầu người vận hành nhập đúng mật khẩu mã hóa để hoàn tất quá trình khởi động.
* Mã hóa mặc định được đặt cho tất cả các đồng bộ hóa ảnh chụp nhanh thông qua site-sync.

{% hint style="info" %}
**Thông tin về việc mã hóa một Site Synchronization có thể được tìm thấy trong** [**Hướng dẫn sản phẩm**](/automate-protect-and-extend/backup-and-dr/sync-configuration.md)
{% endhint %}

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-09-03
* Phiên bản VergeOS: 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/vi/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.
