Secure password management system

2023-2024
Secure password management system

About the Project

Desktop password manager I built with JavaFX. Handles encryption, master password auth, and actually follows security best practices. Documented everything properly because security matters.

Key Learnings

  • Security best practices (encryption, hashing, secure storage)
  • JavaFX desktop application development
  • Database design for sensitive data
  • Software architecture documentation
  • Comprehensive test suite development

Project Links

Tech Stack

JavaFXSpring SecurityMySQLJsoupJUnit