Write a program to determine whether a password is strong, medium, or weak Requirement: The password should be at least 8 character long | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to determine whether a password is strong, medium, or weak Requirement: The password should be at least 8 character long

Who can help me 😞

7th Nov 2018, 3:12 PM
David
David - avatar
2 Answers
+ 7
Don't ask for answer directly, please try or think first and then tell us what problems you've met so that we can know how to help you😀
7th Nov 2018, 4:43 PM
Flandre Scarlet
Flandre Scarlet - avatar
0
If I give you a precise answer it will not help you become a better programmer 😓 BUT I will point you in the right direction by giving you the following tips... Tip 1: weak passwords 😰 - have only lower case letters - have less than 5 characters - do not have upper case letters, numbers, or special characters Tip 2: Find out what the requirements are for strong passwords in different social media sites. Then use those requirements in your project. Tip 3: Use Conditionals Statements (if password meets the followig requirements, password is strong. Otherwise, it’s weak)... I hope this helps 😃
7th Nov 2018, 8:51 PM
Carlos J. Rodriguez
Carlos J. Rodriguez - avatar