SecurePass Manager — C++ Password Manager
Developed a desktop password manager in C++ with a native Windows GUI and encrypted local storage. The program allows creating a vault via a master password, adding, editing, deleting, and searching entries, copying login or password, generating complex passwords, and exporting data to CSV.
Implemented local storage of the encrypted vault, file handling, basic data validation, separate windows for login and managing entries. The project runs via CMD, builds with MinGW/CMake, and operates as a standalone Windows application.
#cpp #desktop-application #cybersecurity #winAPI
Implemented local storage of the encrypted vault, file handling, basic data validation, separate windows for login and managing entries. The project runs via CMD, builds with MinGW/CMake, and operates as a standalone Windows application.
#cpp #desktop-application #cybersecurity #winAPI