-
Notifications
You must be signed in to change notification settings - Fork 2
B04_Emergency Recovery Mode
在以下情况下,可能会出现 加密笔记无法解密或导出 的问题:
- 重装操作系统
- 误删除本地应用数据目录
- 系统缓存或配置被清理
此时可以使用 紧急恢复模式 进行恢复。
In certain situations, encrypted notes may become inaccessible, for example:
- Reinstalling the operating system
- Accidentally deleting the local application data directory
- System cache or configuration being cleaned
In these cases, you can use Emergency Recovery Mode to attempt recovery.
在 已保存恢复密钥(Recovery Key) 的前提下,可通过以下方式进行紧急恢复。
This recovery method requires that you have previously saved your Recovery Key.
- 已保存 最新的恢复密钥
- 已备份笔记存储路径中的 所有数据(NoteWizard 文件夹)
- 笔记内容显示为 加密后的内容 (例如:ENCRYPTED:V1XXXXXXXXXXXXXXXXXX)
- 加密后的内容 未被再次进行加密
同时满足以上条件,才可被完整解密
- The latest Recovery Key has been saved
- All data within the NoteWizard folder has been backed up
- Notes are displayed as *encrypted content (Sampel: ENCRYPTED:V1XXXXXXXXXXXXXXXXXX)
- The encrypted content was not re-encrypted.
Data can only be full decrypted if all of the above conditions are met.
以 Windows 为例,打开笔记存储路径(根据用户设定的保存路径,下列路径为默认路径,仅供参考)中的 meta.json 文件:
C:\Users<username>\Documents\NoteWizard\meta.json
Taking Windows as an example, open the meta.json file located in the note storage path(The following paths are default paths based on the user-defined save path and are for reference only):
C:\Users<username>\Documents\NoteWizard\meta.json
使用文本编辑器打开该文件,并新增以下字段: tempRecoveryKey (注意大小写)
"tempRecoveryKey": "XXXX-XXXX-XXXX-XXXX-XXXX"将 XXXX-XXXX-XXXX-XXXX-XXXX 替换为您保存的 恢复密钥。
Edit the file using a text editor and add the following field: tempRecoveryKey (Case-sensitive)
"tempRecoveryKey": "XXXX-XXXX-XXXX-XXXX-XXXX"Replace XXXX-XXXX-XXXX-XXXX-XXXX with your saved Recovery Key.
保存文件后,重启 NoteWizard。
应用将使用该 Temporary Recovery Key 尝试解密笔记。
该字段为 一次性临时字段,应用启动后会 自动删除 该字段。
Save the file and restart NoteWizard.
The application will attempt to decrypt your notes using this Temporary Recovery Key.
This field is temporary and will be automatically removed after startup.
meta.json
{
"workspaceId": "15bd8fc0-f360-4d8a-8ee4-f70ce645c2c3",
"version": 1,
"createdAt": 1768483861965,
"lastOpenedAt": 1768483861965,
"tempRecoveryKey": "XXXX-XXXX-XXXX-XXXX-XXXX",
"encrypted": true
}© 2026 NoteWizard Team. All rights reserved.
NoteWizard App is released under the MIT License.
This documentation is part of the NoteWizard project and is maintained by the NoteWizard team.