Hushbox is a secure, lightweight, and easy-to-use local password manager designed for cryptocurrency users.
- Local Encryption: All data is securely encrypted and stored locally.
- Master Password: Protect your accounts with a master password.
- Account Management: Add, view, and edit account details like AccountName, Password, and Notes.
- Customizable Security: Change master passwords anytime.
- User-Friendly Interface: A simple GUI for all levels of users.
-
Set Master Password:
-
Unlock Application:
-
Manage Accounts:
-
Save Changes:
- Click the "Save Changes" button to save all updates.
git clone https://github.com/takahashigy/Hushbox.git
cd Hushbox
pip install -r requirements.txt
python main.py
Hushbox 是一款轻量级、安全且易用的本地密码管理器,专为加密货币用户设计。
- 本地加密: 所有数据使用 AES-256 进行加密,并存储在本地。
- 主密码保护: 使用主密码保护您的账号信息。
- 账号管理: 添加、查看和编辑账号的名称、密码和备注。
- 灵活安全性: 随时更改主密码。
- 用户友好界面: 简单易用的图形界面。
-
设置主密码:
-
解锁应用程序:
-
管理账号:
-
保存更改:
- 点击 “Save Changes” 按钮保存更新。
git clone https://github.com/takahashigy/Hushbox.git
cd Hushbox
pip install -r requirements.txt
python main.py
文件说明
- master_password.bin: 存储加密后的主密码,无法直接读取。
- salt.bin: 随机生成的加密盐值,用于密码加密,自动生成。
- encrypted_data.json: 加密存储的账户数据,无法直接读取。
注意事项
- 忘记主密码: 如果忘记主密码,无法解密已存储的数据。建议妥善保存主密码。
- 首次运行建议: 若需要重新开始,您可以手动删除 master_password.bin 和 encrypted_data.json,软件会引导您重新设置主密码。
数据隐私:
- 所有数据均加密存储在本地,程序不会上传任何数据至网络。
- 杀毒软件兼容: 某些杀毒软件可能误报,请将程序加入信任列表。
版本信息
- 当前版本
- 版本号: 1.0.0
- 发布日期: 2024-12-04
常见问题
- 无法解锁,显示“Decryption failed”错误: 请检查输入的主密码是否正确。如果问题仍然存在,您可能需要删除 master_password.bin 和 encrypted_data.json,重新开始。
- 程序无法运行: 确保下载的 Hushbox.exe 文件完整。
- 检查系统是否为 Windows 10 或更高版本。
- 密码显示不正确或文件损坏: 如果 salt.bin 或其他文件被修改或删除,可能导致数据解密失败。建议重新初始化。
未来计划
- 增加云端同步功能(可选)。
- 添加密码生成器。
- 提供 Linux 和 macOS 版本支持。
版权与许可
- 作者: 高洋
- 许可: 仅限个人使用,禁止未经授权的商业用途。