# 隐私

## 我如何保护朋友的隐私

### 基本个人信息

* 我不会向非共同好友分享已知好友的基本个人信息，包括真实姓名、精确年龄、私人联系方式（包括但不限于微信、QQ、电话号码等通常不对外公开的账号）等可被用于社会工程学攻击的信息

### 朋友分享的八卦

* 绝大多数朋友与我分享的八卦不会被我分享出去
* 当我分享收到的八卦时，我会隐去所有可以用于回溯、精确定位、猜测到八卦事件主人公的信息，以确保保护主人公的隐私，同时避免暴露分享者
* 当我和好友共同讨厌一个人时，我会尽可能保证此人的负面八卦在我与好友分享的过程中不会侵犯他人隐私

### 私密信息

* 私密信息（包括但不限于私密照片、视频、密码等）受到我的严格的保护，并且存储方式均采用硬件加密为主的多步验证（MFA）来确保安全

## 我希望我的朋友如何保护我的隐私

### 基本个人信息

对等保护

### 我分享的八卦

对等保护

### 私密信息

* 尽可能加密保护我的私密信息，至少要做到不主动泄露


---

# 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://friendship.octa.wiki/privacy.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.
