What is password validation### | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is password validation###

C language

20th Apr 2020, 11:03 AM
⭐Mona💞⭐
⭐Mona💞⭐ - avatar
2 Answers
+ 6
As ~ swim ~ stated: For a password to validate, it must meet the given criterea. Example: 1. Must be >=8 characters 2. Must have >=2 numbers 3. Must have >=2 capital letters So: MyPa55w0rd is valid mypassword is NOT valid
20th Apr 2020, 11:23 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
Ok thanks 👍👍👍
20th Apr 2020, 11:57 AM
⭐Mona💞⭐
⭐Mona💞⭐ - avatar