SecureKey is a simple console-based password manager written in C++. I built this project to practice fundamental C++ programming concepts by developing a simple real-world application.
- Add new accounts
- View all saved accounts
- Search accounts by website
- Delete accounts
- Check password strength (Weak, Medium, Strong)
- Functions
- Structures
- Vectors
- Loops
- Switch statements
- Character handling
- Boolean logic