/PasswordManager

A password manager deskop app built in C++ using wxWidgets GUI library

Primary LanguageC++

PasswordManager

this project is still in development and thus an executable demo/build is not currently available

A cross platform* password manager deskop app built in C++ using the wxWidgets GUI library

  • Uses simple key cryptography to locally store passwords.
  • Built as an exercise in writing object-oriented-code and event-driven code in C++.