Zebra0.com

csharpC#: Password Generator

C#: Password Generator

Create a C# program that creates a strong password from the lyrics for a song, or some other sentence that is easy to remember.

The user can enter the sentence or line from a song in a text box or input box.

Replace several words with symbols: Here are a few possibilities

Create a new string using just the first letter of each word plus any punctuation.

Alternate upper and lower case letters.

Check how strong the password is using the following criteria:

Display the password sand the strength.