Question: Please include the file Passwords.txt Write a program in C+ that checks passwords input by the user. The program will continue to check passwords until
Write a program in C+ that checks passwords input by the user. The program will continue to check passwords until the user inputs finish A strong password contains at least one capital letter, one lower case letter, one number, and one symbol, and a length at least 8. Additionally your program should store all the input passwords (except finish) into a file called passwords.txt Your program should run like this: Welcome to the password verification progran Please input a password, the program will te A good password has at least one capital let one lowercase letter, a number and a special a length of at least 8 characters Password: password password is too weak Password: Password Password is too weak Password: Pass1 Passl is too weak Password: Passi% Passi% is too weak Password: pAssW123 pAssW123 is too weak Password: Pass!23% PasS123% is a good password Password: finis h Goodbye
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
