-
Notifications
You must be signed in to change notification settings - Fork 0
π Update Log
Aj edited this page Mar 3, 2025
·
1 revision
v1.0.1:
- File Structure: Data files (e.g.,
.master_password.txt,.passwords.json,.notes.json) are now stored in a hidden.keyforge_datafolder instead of the executable directory. Existing files from v1.0.0 are automatically migrated to this folder on first run.
v.1.0.0:
- Encryption: Changed from "Fernet encryption" to "PBKDF2 and AES-GCM" to reflect the new method.
- File Structure: Removed
.encryption_key.keysince itβs no longer used. - Security Features: Updated encryption description to emphasize master password dependency and removed static key references.
- Settings: Clarified that resetting the master password re-encrypts data.
- Themes: Removed "toggle themes" from Settings since itβs not implemented yet (only dark theme exists).