This simple console application generates a random password made by 8 characters.
The algorithm involved in the password creation generates a password using all the 26 letters of the English alphabet, including uppercase characters and special symbols, like # or ?.
The application also allows to copy to the Windows clipboard the new password created and it asks the user if he wants to create another new random password.