2023 – 2024Personal projectarchived
Password Management Desktop Application
A desktop credential manager in JavaFX. Master-password gated, locally stored, with architecture documentation written alongside the code.
§ · images
§ · tl;dr
A JavaFX desktop password manager built to understand credential handling properly: master password hashing, local persistence, and JUnit coverage over the behaviour that should not break quietly. Architecture notes were written as decisions were made, not after the fact.
§ · stack
JavaFX + MySQL + Jsoup + JUnit