Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

SecureKey - Password Manager

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.

Features

  • Add new accounts
  • View all saved accounts
  • Search accounts by website
  • Delete accounts
  • Check password strength (Weak, Medium, Strong)

Concepts Used

  • Functions
  • Structures
  • Vectors
  • Loops
  • Switch statements
  • Character handling
  • Boolean logic

About

A menu-driven password manager developed in C++ using vectors, structures, and functions. Features include account management (add, view, search, delete) and password strength analysis.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages