Skip to content

ayoalaka/passwordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ayo's Password Manager

Welcome to Ayo's Password Manager! This program helps simplify password management and storage.

Features

  • Generate Passwords: Create random passwords of desired lengths.
  • Display Passwords: View saved passwords for various websites/applications.
  • Store Passwords: Save new passwords along with website/application and username.
  • Search Passwords: Search for specific passwords by website/application name.

Getting Started

Prerequisites

  • C++ compiler (if not using an online compiler)
  • Text editor or IDE to view/edit the source code

How to Run

  1. Clone or download the repository.
  2. Compile the program using a C++ compiler.
  3. Run the compiled executable.

Usage

  1. Upon running the program, follow the on-screen instructions.
  2. Choose options from the menu to generate, display, store, or search passwords.
  3. Follow the prompts to input required information.
  4. Use the program's features to manage your passwords.

Program Structure

  • main.cpp: Contains the main logic and user interface of the program, includes functions for password generation, file I/O, and other utility functions.
  • passwords.txt: File used to store saved passwords.

Contributing

Contributions are welcome! Feel free to fork the repository, make improvements, and create pull requests.

License

This project is licensed under the GNU Public License.

About

C++ console password manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages