> For the complete documentation index, see [llms.txt](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/cryptograb-automatic-affiliate-zh/cryptograb-wei-ji/ni-ming-xing-yu-an-quan/jue-dui-ni-ming.md).

# 绝对匿名

{% hint style="danger" %}
:thumbsup:一切都很简单，您可以按自己习惯进行设置——下载 VirtualBox 和 Whonix，如果在 Linux 上操作不方便或困难，您可以在 Windows 上搭建工作站，安全性并不会更差。\
下面我会提供简短的指南，网上有很多视频——但在官网上有相对完善的文档，应该不会有什么问题。
{% endhint %}

Whonix 是一个旨在在上网时提供匿名性和安全性的操作系统。它使用虚拟化技术，将您的流量和数据与主操作系统隔离。因此，您可以通过一个匿名且安全的通道与互联网进行交互。在本文中，我们将介绍如何将 Whonix 与 Windows 操作系统和 VeraCrypt 程序结合使用，以进一步保护数据。

1. Whonix 的安装和设置：
   * 从官方网站 <https://www.whonix.org/> 下载最新版 Whonix
   * 启动虚拟机软件（例如 VirtualBox）并创建一个新的虚拟机
   * 选择 Whonix 作为操作系统镜像并按照安装提示进行操作
   * 安装完成后，配置虚拟机的网络设置，使其使用匿名通道 Tor
2. VeraCrypt 的安装和设置：
   * 从官方网站 <https://www.veracrypt.fr/> 下载并安装 VeraCrypt
   * 启动 VeraCrypt 并创建一个新的加密容器（卷）
   * 选择加密容器的大小和类型，以及用于访问的密码或密钥文件
   * 创建加密容器后，将其挂载到 Windows 文件系统，并设置在操作系统启动时自动挂载
3. 将 Whonix 与 VeraCrypt 一起使用：
   * 启动运行 Whonix 的虚拟机并登录系统
   * 打开 VeraCrypt，选择“Mount”（挂载）选项以连接加密容器
   * 输入密码或选择密钥文件，等待挂载成功
   * 现在您可以安全地上网，使用 Whonix 作为匿名通道，使用 VeraCrypt 保护数据
   * 工作完成后，在 VeraCrypt 中卸载并断开加密容器的挂载

将 Whonix 与 Windows 和 VeraCrypt 结合使用可以创建一个完全安全且匿名的上网环境。Whonix 提供匿名性和安全性，VeraCrypt 则保护您的数据免受未授权访问。这组工具的组合是保护您隐私并确保网络安全的有效方法。

{% embed url="<https://youtu.be/-eb5lRwDX-o?si=noHBo_1Ub7Dm9ZKm>" %}


---

# 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://read.cryptograb.wiki/cryptograb-automatic-affiliate/cryptograb-automatic-affiliate-zh/cryptograb-wei-ji/ni-ming-xing-yu-an-quan/jue-dui-ni-ming.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.
