Welcome to Ayo's Password Manager! This program helps simplify password management and storage.
- 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.
- C++ compiler (if not using an online compiler)
- Text editor or IDE to view/edit the source code
- Clone or download the repository.
- Compile the program using a C++ compiler.
- Run the compiled executable.
- Upon running the program, follow the on-screen instructions.
- Choose options from the menu to generate, display, store, or search passwords.
- Follow the prompts to input required information.
- Use the program's features to manage your passwords.
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.
Contributions are welcome! Feel free to fork the repository, make improvements, and create pull requests.
This project is licensed under the GNU Public License.