Password Generator

For this task you should write a program that:

  1. Ask the user for their name e.g.  Fred
  2. Create a password by reversing their name and adding a random number.
  3. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.