> For the complete documentation index, see [llms.txt](https://help.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ppgg.in/docs/security/data/encrypted-data.md).

# 加密的数据

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/article/vault-data/)
{% endhint %}

所有的密码库数据在存储到任何位置之前都会由 Bitwarden 加密。要了解是如何加密的，请参阅 [Bitwarden 安全白皮书](/docs/security/bitwarden-security-whitepaper.md)。Bitwarden 是一种零知识的解决方案，这意味着只有您拥有解密密码库数据所需的密钥。

下面列出了加密数据的示例，以及加密数据演示的下载链接。

{% hint style="success" %}
我们鼓励您查看我们的[隐私政策](https://bitwarden.com/privacy)页面以了解更多信息。
{% endhint %}

加密的密码库数据包括：

* 对于所有项目：
  * 项目名称
  * 备注
  * 附件
    * 附件名称
    * 文件内容
    * 文件加密密钥
  * 自定义字段名称和值
* 对于[登录](https://bitwarden.com/assets/yfr02nYyvD0GmjXzXjAu5/7e1091a1f05638807caa3268e3333038/login1__1_.json)：
  * 用户名
  * 密码
    * 密码历史记录
  * URI（即匹配检测字符串）
  * 身份验证器密钥（即 TOTP 机密）
* 对于[支付卡](https://bitwarden.com/assets/5HYmBCBzT1qVE4yeqwY1F3/7330978a17d92c36e9765cda6834d8d5/card1.json)：
  * 持卡人姓名
  * 号码
  * 品牌
  * 到期日期
  * 安全码
* 对于[身份](https://bitwarden.com/assets/5ltDUVHgqqx1yfHIzv5e4k/40f8ae52b2c74feeab2d19e02ea87310/id1.json)：
  * 姓名（头衔/名字/中间名/姓氏）
  * 用户名
  * 公司
  * 社会安全号码、护照号码和驾照号码
  * 电子邮箱和电话
  * 地址 1、地址 2、地址 3、城市/城镇、州/省、邮政编码、国家/地区
* 对于 [Send](https://bitwarden.com/assets/5QUNWhFSzC7EIo8CaHjxta/681e78b34a6beba57e0e7e753a3c5ce3/send1.json)：
  * Send 名称
  * Send 文本
  * Send 文件
  * Send 备注
  * Send 加密密钥（[了解更多](/docs/password-manager/bitwarden-send/send-encryption.md)）
* [文件夹](https://bitwarden.com/assets/6qRBtIOjOOjDryxVo35sQF/d3412d19a841da5ee13b9c73818f6a4c/folders1.json)名称
* [集合](https://bitwarden.com/assets/3KT79LDVKbIhF5cpNk5tL/5097c78255b6abd435233163085cda58/collection1.json)名称

加密的 [Secrets Manager](/docs/secrets-manager/secrets-manager-overview.md) 数据包括：

* 对于[机密](/docs/secrets-manager/your-secrets/secrets.md)：
  * 机密名称
  * 机密值
  * 机密备注
* [工程](/docs/secrets-manager/your-secrets/projects.md)名称
* [机器账户](/docs/secrets-manager/your-secrets/machine-accounts.md)名称
* [访问令牌](/docs/secrets-manager/your-secrets/access-tokens.md)名称（Bitwarden 永远不会存储访问令牌的值）

某些数据，但**绝非密码库或机密数据**，用于向您提供 Bitwarden 服务，这被称为管理数据，Bitwarden 可以访问这些数据。[了解更多](/docs/security/data/administrative-data.md)。


---

# 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://help.ppgg.in/docs/security/data/encrypted-data.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.
