The following project is intended to generate a secure password based on user-selected criteria. Users will be allowed to generate a password that is:
- Between 8 to 128 characters in length
- Can include Uppercase characters
- Can include Lowercase characters
- Can include Numbers
- Can include Symbols
To design the Password Generator, the following processes were implemented:
A.Html with basic mark-up of the page was created
B.The mark-up was styled using an external stylesheet
C.Javascript was used to run the actual generation of the password