Skip to content
Cybercademy
Back to Project Ideas

Write a Password Generator Program

Use a popular programming or scripting language, such as python, bash, C, etc to generate a strong, secure password. Compile this generator into an executable so you can generate passwords for the services you set up.

scripting python cryptography

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.