TLP - Programming Maintenance
Week 2 - A function to determine password strength

Level

This assignment is considered one of the ones that you can "select" to complete and is worth 1 point toward the code grade.

 

Background

We have all had to work with websites with different rules about what counts as a valid password. I have even used several that offer up a "score" to tell you how good your password is. Have you ever wondered what a website uses when they tell you that your password is weak or strong? This function will use one simple technique to calculate a password strength score and category.

 

Task

Hints