This application will generate a random password whose elements' type can be choosen by the user.
This is the main interface of the application.
- User needs to write the length of passward he required.
- Then user need to choose the type of characters he required. a) If he wants CAPITAL letters, then he should tick the corresponding checkbox. b) If he wants SMALL letters, then he should tick the corresponding checkbox. c) If he wants NUMBERS, then he should tick the corresponding checkbox. d) If he wants SYMBOLS, then he should tick the corresponding checkbox.
- Then user should click on "Generate" button to generate a password.