193k views
3 votes
Password modifier 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 "q*s" to the end of the input string. i becomes ! a becomes @ m becomes M B becomes 8 o becomes . Ex: If the input is:

User Walidix
by
5.1k points

1 Answer

6 votes

Answer:

The answer.

Step-by-step explanation:

Here is a screenshot of the code that worked for me. However, for this question you will have to do a few slight adjustments.

Change the 1 to an ! and the s and $ to o and .

Hopefully this helps!

Password modifier Many user-created passwords are simple and easy to guess. Write-example-1
User Saasira
by
4.9k points