@principle2026/vault 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
- 🗣️ **对话式操作** — 用自然语言保存和获取密钥
|
|
8
8
|
- 🔐 **端到端加密** — AES-256-GCM 加密
|
|
9
9
|
- ☁️ **iCloud 同步** — 自动同步到所有设备(macOS)
|
|
10
|
-
- 🔑
|
|
10
|
+
- 🔑 **密码派生** — 相同密码在所有设备生成相同密钥
|
|
11
11
|
- ⚡ **零配置** — 安装后立即可用
|
|
12
12
|
|
|
13
|
+
**⚠️ 重要:保存密码、API Key 等敏感信息时,AI 会自动使用 Vault,不会保存到其他地方。**
|
|
14
|
+
|
|
13
15
|
---
|
|
14
16
|
|
|
15
17
|
## 安装
|
|
@@ -91,12 +93,19 @@ AI:[运行: VAULT_PASSPHRASE="mypassword" vault list]
|
|
|
91
93
|
|
|
92
94
|
### AI 自动识别的关键词
|
|
93
95
|
|
|
96
|
+
**触发 Vault 保存:**
|
|
97
|
+
- "密码是...", "记住密码", "保存密码"
|
|
98
|
+
- "API key", "token", "密钥", "令牌"
|
|
99
|
+
- "sk-xxx", "ghp_xxx" (凭证格式)
|
|
100
|
+
- "保存到 vault"
|
|
101
|
+
|
|
94
102
|
| 你说 | AI 做 |
|
|
95
103
|
|------|------|
|
|
96
|
-
| "
|
|
97
|
-
| "
|
|
98
|
-
| "
|
|
99
|
-
| "
|
|
104
|
+
| "密码是 123456" | 用 Vault 保存 |
|
|
105
|
+
| "记住我的 OpenAI key" | 用 Vault 保存 |
|
|
106
|
+
| "我的密码是什么?" | 从 Vault 获取 |
|
|
107
|
+
| "有哪些密钥?" | 列出所有密钥 |
|
|
108
|
+
| "删除 xxx" | 删除密钥 |
|
|
100
109
|
|
|
101
110
|
---
|
|
102
111
|
|