A C++ password manager with signup/login, forget/change password, store multiple passwords per user, notes, and text file storage. Runs in Dev‑C++ (no external libs). Console‑based, secure recovery via security question.
A console-based application with signup/login, master password recovery via security question, and change password. Each user can store multiple password entries (service, account, password, note) and personal notes. All data stored in plain text files. Runs in Dev‑C++ with no external libraries. Features include add/edit/delete passwords & notes, logout, and persistent storage per user.