In this code challenge we prevent the reading of a text document without the correct password. We also allow the user to create a username and password.
Create a program that will only open a text document if the correct password is entered. The user should choose the username and password first and it should also verify the password before allowing it
- Create a random password first of at least 8 characters first as a suggested password
- Create a random password that contains at least a lowercase, uppercase and special character of at least 8 characters in length
- Verify that the password given by the user matches: a. The limits in Extension 1 above b. The limits in Extension 2 above