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

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