open ended questions

User Generated

FGNYYVBA

Programming

Description

1- You added a field to store the user's SSN, and you want to make sure that the user's input is in the right format. What control would you use and how would you set up its properties?

2- You want to encrypt the contents of the textbox txtPassword. You run the following code:

Dim Md5 As New MD5CryptoServiceProvider()
Dim encryptedText As String = Md5.ComputeHash(txtPassword.text)
Return encryptedText

Will this code work? Why or why not?

3- What is the difference between authentication and authorization?

4- What type of a class is SHA256CryptoServiceProvider() or MD5CryptoServiceProvider() ?

5- What control will you use and how will you set it up if you want to make sure the user enters a value in the text box txtLastName?

For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac).

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

Hi buddy.hope you are doing fine.Attached find a word document with responses to the questions.Kindly go through and in-case you require any clarification please feel to ask and I will be glad to help. Its a pleasure to work with you and feel free to invite me in future assignments in computer science and programming and I will be glad to help. Cheers

1. What control would you use and how would you set up its properties? To capture user SSN in
visual basic, I will use Textbox and to set its properties, drag the textbox from the toolbox to the
form where you...


Anonymous
I was struggling with this subject, and this helped me a ton!

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Content

Related Tags