Write a Password Generator Program

Overview

Password security is a very important subject to consider. Without strong passwords, an adversary will be able to gain access to user accounts, websites, and more.

Using the programming language of your choice, create a strong password generator program. Compile this program into an executable to generate new passwords each time you sign up for a new service.

Project Recommendations

It is recommended you have familiarity with the fundamental programming concepts, and knowledge of programming language syntax.

Recommended Level

Beginner

Project Author Credit: Grant C.