Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stro
Posted: Tue Jul 12, 2022 8:10 am
Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending "I to the end of the input string . I becomes 1 . a becomes @ m becomes M .B becomes 8 s becomes $ Ex: If the input is mypassword the output is: Mypassword! 790000 LAD ACTIVITY 741 LAB Password modifier 0/10