Inspiration

In order to protect people from danger online, I created this program to help users determine if a password they are using is strong or not. For each password, there are 5 levels: very weak, weak, moderate, strong, very strong. For the first four categories, there will be prompts given about how the password could be improved.

What it does

The user simply types in a potential password, and go!

How I built it

I used c++ code on repl.it, where I shared the program. Then, I built a website using bubble.io with instructions and a button to the site.

Challenges I ran into

One challenge I ran into was determining how a password could be judged as strong or weak. I brainstormed many different parameters and incorporated them into my code.

Accomplishments that I'm proud of

I think that my website is designed well and has clear instructions.

What's next for Password Strength Detector

Next, I would like to use more parameters to determine if the passwords are weak and strong, such as searching for common words.

Built With

Share this project:

Updates