# 什么是Passphrase

当创建隐藏钱包时，Passphrase是一种用于加密和保护钱包的重要工具。它通常是一个由单词或短语组成的字符串，用于创建钱包的私钥或种子短语。

Passphrase的目的是增加钱包的安全性，确保只有持有正确Passphrase的人能够访问和控制钱包中的资产。如果没有正确的Passphrase，就无法恢复或重建钱包，因此保管好Passphrase非常重要。

#### <mark style="color:orange;">以下是使用Passphrase时需要注意的安全点：</mark> <a href="#id-0" id="id-0"></a>

**保密性：**&#x4E0D;要将Passphrase泄露给他人。确保只有您知道和持有Passphrase。避免在社交媒体、聊天应用或公共场所中透露Passphrase。

**复杂性：**&#x9009;择一个足够复杂的Passphrase。它应该包含随机的单词或短语，并避免使用容易被猜测的内容，如常见的短语、日期、个人信息等。使用随机密码生成器来创建强密码可以提高安全性。

**备份：**&#x786E;保正确备份Passphrase。将其写在纸上，并将纸本备份存放在安全的地方，远离网络和物理威胁。不要仅仅依赖于电子设备或在线存储，因为它们可能会遭受数据丢失、故障或黑客攻击。

**定期更换：**&#x5B9A;期更换Passphrase是一个好的安全实践，尤其是如果您怀疑Passphrase可能已经泄露或不再安全。Passphrase更换，也意味着您的钱包地址跟着更换了！

**谨防钓鱼攻击：**&#x6CE8;意钓鱼攻击，不要点击来自未知来源或可疑网站的链接，以防止被诱导输入Passphrase。

请记住，Passphrase是访问和控制您虚拟货币资产的关键。如果您遗失或遗忘了Passphrase，可能无法再次访问您的资产，因此妥善保管并确保安全是非常重要的。

#### [<mark style="color:blue;">使用Passphrase方式创建钱包教程</mark>](https://help.tokenpocket.pro/cn/security-knowledge/protective-measures/passphrase)


---

# 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://help.tokenpocket.pro/cn/the-basics/passphrase.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.
