> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/zoom-customer-experience/overview/security-standards.md).

# 安全標準

以下各節概述 Zoom 針對網頁、即時媒體及受支援整合所制定的安全標準。

### 網頁

所有使用者與 Zoom 網站的連線皆使用 TLS 1.2 或 1.3 加密，以及由受信任的商業憑證授權單位發行的 PKI 憑證。連線至網站所使用的加密強度與特定密碼套件，取決於用來存取該網站的瀏覽器，以及所協商出的通用加密方法結果。

### 即時媒體

Zoom Contact Center 即時媒體（音訊、視訊及畫面分享）在受支援的 Zoom 用戶端之間，以及在 Zoom 的資料中心內，皆受到 256 位元 AES-GCM 加密保護。任何經由 PSTN 的通話均受底層電信業者的裁量影響，且可能不會加密。

### 整合

所有與 Zoom Contact Center 的第三方整合都必須支援 TLS 1.2 或 1.3 加密。


---

# 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://library.zoom.com/technical-library/zh-tw/shang-wu-fu-wu/zoom-contact-center/zoom-customer-experience/overview/security-standards.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.
