Skip to content

πŸ”„ 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_data folder 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.key since 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).

Clone this wiki locally