Skip to content

πŸ“‚ File Structure

Aj edited this page Mar 1, 2025 · 2 revisions
  • main.py: Core logic and GUI orchestration.
  • design_config.py: Themes, window sizes, language settings.
  • encryption_utils.py: Encryption, file I/O, backup/restore.
  • tamper_detection.py: File monitoring and tamper response.
  • password_utils.py: Password generation and strength analysis.
  • gui.py: GUI components for all screens.

Hidden and encrypted files: .master_password.txt, .passwords.json, .notes.json.

Clone this wiki locally