Question: write this programme in c language 1. Create a program which will validate a password. There will be two inputs, one for the password itself,
write this programme in c language
1. Create a program which will validate a password. There will be two inputs, one for the password itself, the other is for confirming the message. Error message is to be generated if they do not match. The password will be considered valid if it fulfills the given conditions: a. Has a minimum of 8 characters. b. Has at least 1 uppercase character. c. Has at least 1 lowercase character. d. Uses at least 1 of the special characters out of these 3 (#, $, &). Bonus: Measure the passwords strength. Any password that is not valid is considered weak. If it fulfills the given conditions above at a minimal level, it is considered medium. And to be above medium, it should have more than 1 special character of a different type, i.e., checking for ##& would result in a strong password, however checking for ## will not
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
