Password Generator
For this task you should write a program that:
- Ask the user for their name e.g. Fred
- Create a password by reversing their name and adding a random number.
- Store the name and password into a file.
Extension
Does the previous solution make for a secure password? How could you make this more secure both as a:
- Password Generation Tool
- Password Store