Implement a simple login and password system

Assignment Help Assembly Language
Reference no: EM13705194

You are to implement a simple login and password system. Your system should allow for TEN (10) usernames and their associated passwords to be stored. When the user enters a username, your program should look through the list of usernames to find the index where that specific username is located, and then use this index to find the correct password.

If the password provided is correct, the user must be told ‘Access granted' and the program should terminate. If the password is not correct, the user must be told the password is incorrect and given another attempt to enter the correct password. If the second attempt fails, a third attempt must be provided.

If the password is entered incorrectly a third time, that specific username should be ‘locked out', so that future attempts to login are always met with failure. However, it should be possible to log in to other accounts.

If a user correctly logs in to an account, the number of failed attempts on that account should be reset.

Your program should include code for allowing accounts and usernames to be entered up to the limits of the system. It should also allow for accounts to be deleted. Your program will need to perform the following operations:

- Add username and password combinations, up to a limit of ten.
- Delete username and password combinations.
- Login to an existing account with a username and password combination.

- If no account in present with the indicated username, it should indicate so to the user.
- It should display ‘Access Granted' if the combination is correct.
- It should allow a second and third attempt to enter the password if the combination is not correct. After the third failed attempt, it should output

‘Access denied - account locked out.

- Lockout a single account once someone has failed to enter the correct password three times.

- Lockout all accounts once there have been ten login failures in a row.

Task 1:

The algorithms you produce to implement the above functionality.

Task 2:

Providing a program that works correctly according to the brief above.

Task 3:

The testing data selected.

Task 4:

The desk checks undertaken.

Reference no: EM13705194

Questions Cloud

Surface of mars where the gravitational acceleration : On Earth, an astronaut weighs 145 pounds. Compute a) this astronaut's weight (in SI units) on the surface of Mars where the gravitational acceleration is 12.2 ft/s^2, b) her mass on Mars in British units, c) her mass on Mars in SI units, d) her mass ..
Operating from sea level atmospheric inlet conditions : Ideal Otto and Brayton cycles are operating from sea level atmospheric inlet conditions and a pressure ratio 15:1. Find the thermodynamic efficiencies (nth) for these two cycles. There should be two answers
Describes cold water systems into buildings : Prepare a portfolio include a fully illustrated report that describes cold water systems into buildings, covering, as minimum, ALL the above topics.
What does he think the real constitutional issue is : What does he think the real constitutional issue is? Cite specific language from the decision to support your answer.
Implement a simple login and password system : You are to implement a simple login and password system. Your system should allow for TEN usernames and their associated passwords to be stored.
Implement a program for special atm machine : Association supplies the needy person with a pin number to be able to use the ATM machine - Implement a program for this machine. Your program must start by displaying a main menu.
How important the features is : Are brands important for you while looking to make a decision to buy an electronic product and how important the price is?
What toxicant they test for : What Toxicant they test for and how they test for the given toxicant -
Statistics list program : You will also modify your program to accept input from an input file and print a report to an output file. These files are to be named by the user at runtime.

Reviews

Write a Review

Assembly Language Questions & Answers

  Assembly language program that generates and displays

Write a assembly language program that generates and displays 20 random strings, each consisting of ten letter(A-Z, a-z)s or number(0-9)s.

  Design a simple digital clock

Design a simple digital clock

  Write a complete well documented assembly language

write a complete well documented assembly language program (starts at $C000) that counts the number of 1s in each byte in a list. The LIST_IN starts at $C100 and it has 12 bytes ( create your own random bytes for the list). The results (count of 1s) ..

  It has three integer parameters, and it is a value-returning

That is, its name is discr , it has three integer parameters, and it is a value-returning procedure.Follow the cdecl protocol and write a short windows32 test-driver program to test the procedure.

  Program in assebly language to solve first degree equations

Create the program on Assebly language which can solve First Degree Equations in form of Ax + B = 0. Coefficients of equation must be entered from keyboard.

  Application that finds all 4 digit numbers

Create an application that finds all 4 digit numbers (those would be the numbers in the range 1000-9999) whose value is equal to the sum of each digit raised to the fourth power. MEANINGFUL output should be sent to the screen.

  Write a constant declaration named arraysize

Given the following array definition, write a constant declaration named ArraySize that automatically calculates the size in bytes, of the array

  1 complete the following tables using hexadecimalnbsp

1. complete the following tables using hexadecimalnbsp numbers only

  Program that requests n as input

Write a program that requests N as input and computes the left-hand and the right-hand sides of the equation, verifies that they are equal, and displays the result.

  Program that ask the user to input a number between 0-10

Write a program that ask the user to input a number between 0-10 (n). Then your program finds the factorial of the number

  Write a program in assembly language which uses bios

write a program in assembly language which uses bios interrupt int 21 to read current system time and displays it on

  Design a calculator in assembly

Design a calculator in assembly that can handle +,-,/,%, * and expresses errors in the case of division by zero or invalid characters using the template below.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd