# 数据安全

GrowingIO 的业务模式是向企业客户收费，我们提供专业的产品和服务，并且坚持第一方数据属于第一方客户，企业版支持把数据回传给客户。

### 如何保证数据的安全性？ <a href="#ru-he-bao-zheng-shu-ju-de-an-quan-xing" id="ru-he-bao-zheng-shu-ju-de-an-quan-xing"></a>

#### 1.加密传输 <a href="#id-1-jia-mi-chuan-shu" id="id-1-jia-mi-chuan-shu"></a>

数据全程使用超文本传输安全协议 (https) 进行传输，利用 SSL/TLS 加密数据包，能有效防护窃听与中间人攻击，最大程度地保护您数据传输的安全性。

#### 2.隔离保存 <a href="#id-2-ge-li-bao-cun" id="id-2-ge-li-bao-cun"></a>

传输过来的数据会储存在云服务上，我们采用的是全球最大的云服务商 AWS，并集成了 AWS 的安全机制，在 GrowingIO 内部也拥有一套完整的安全机制和权限管理，并且生产和开发环境完全隔离。

#### 3.严格控制内部权限 <a href="#id-3-yan-ge-kong-zhi-nei-bu-quan-xian" id="id-3-yan-ge-kong-zhi-nei-bu-quan-xian"></a>

GrowingIO 的客户服务人员无权访问客户数据，除非客户直接授权客服登录。同时，您的管理账户里面都有日志记录，详细记录了谁对您的账户进行了操作，其中客户服务或者任何有权限的人的操作都有日志您可以查询。

GrowingIO 提供的是数据分析的产品，方法论和最佳实践，不做未经客户授权的任何数据交易相关的业务。


---

# Agent Instructions: 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://growingio.gitbook.io/docs/product-manual/product-faq/data-security.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.
