Ask Question
8 March, 21:12

Consider the following fragment of code in an authentication program:

username = read username (); password = read password (); if username is l33t h4ck0r return ALLOW LOGIN; if username and password are valid return ALLOW_LOGIN else return DENY LOGIN

What type of malicious software is this?

+5
Answers (1)
  1. 8 March, 21:34
    0
    Backdoor

    Explanation:

    The back door fragment in a program allows user to access backdoor information without necessarily following the common security procedures needed. In this case, once the programmer keys in the username he or she logs in without putting password. Therefore, this is a backdoor fragment.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Consider the following fragment of code in an authentication program: username = read username (); password = read password (); if username ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers