Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

So I have most of this project figured out, I just need help generating a new password. I am using C#. Please include the actual

So I have most of this project figured out, I just need help generating a new password.

I am using C#.

Please include the actual code in the answer.

Here are the directions:

image text in transcribedimage text in transcribed

this is the code I have so far...

image text in transcribedimage text in transcribedimage text in transcribed

Thankyou

Project 4 - Password Checker Figure 1 Figure 2 In this project you will use the decision and repetition control structures to create a password checker that verifies a userentered password meets the requirements of being a user-defined minimum length, having one capital letter, having one - For the Generate Password button Create a strPassword variable to hold the generated password Choose one of the 4 required character (capital, lower case, etc) Randomly generate a number in the range corresponding to the ASCII value of that character Convert that ASCII value to a char Concatenate that char to the strPassword variable Repeat 2 more times, the strPassword variable will have a length of 3 containing 3 of the 4 required characters You'll have to figure out the rest keeping the following in mind - You will need a loop relating to the required minimum length of the password - In the loop you will be ASCII generating, character convertin', and string concatenating until the minimum password requirement is met - You will set the text property of the password textbox to the generated password There are no usable controls in this group. Drag an item onto this text to add it to the toolbox. - OneDrive Screenshot saved The screenshot was added to your OneDrive

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Aided Database Design

Authors: Antonio Albano, Valeria De Antonellis, A. Di Leva

1st Edition

0444877355, 978-0444877352

More Books

Students also viewed these Databases questions

Question

4. Are there any disadvantages?

Answered: 1 week ago

Question

(1 point) Calculate 3 sin x cos x dx.

Answered: 1 week ago

Question

=+6 Who is the peer of the IA ?

Answered: 1 week ago

Question

=+herself to in terms of equity with regard to this assignment?

Answered: 1 week ago