Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instructions Submit your assignment/zip file on blackboard. You can create one solution file with project. Add separate console app within the same project for each
Instructions Submit your assignment/zip file on blackboard. You can create one solution file with project. Add separate console app within the same project for each question. 1.You are working as a software engineer for WuShock Cyber Se curity Company. You are assigned a task to develop a small prototype .net core console app that will validate the passcode entered by user. You have following lists of passcode: Passcodes mywsuld123 uld890 mywsuld321 mywsuld192 mywsuld430 a. Your task is to store these passcodes in your app. b. Prompt the user to enter the passcode. c. Validate the passcode entered by user against list of passcodes d. If the user enter no passcode show the following mes- sage i. "Please enter passcode to access the system." e. If the user enter the passcode which matches the passcode from the list, show following message: i. "You are successfully authenticated by the sys- tem." ii. When user enters correct passcode, ask user to in- put their full name and show it on the screen. If the user enters incorrect password which doesn't match the passcode from the list, show the following f. message i. "You have entered incorrect passcode. Please try again
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started