Password Generator
A group console application project to help generate unique passwords.
Finished in 2021.
This is a group project to practice C++ coding. It’s a console application that allows you to set the number of integers, uppercase characters, lowercase characters, and symbols, and generates a password composed of randomly generated characters from these categories, with the quantity of each category in mind.
The code for the project can be found at this repository:
Project members: Jordan Xu, Hemil Bhasavar, Brad Bolluyt