Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

bplist00##_##WebMainResource###### # _##WebResourceFrameName_##WebResourceData_##WebResourceMIMEType_##WebResourceTex…

Option 1.  Authentication System  ALL THE REQ FILE HAS BEEN ATTACHED ….. THIS Specifically, the following critical elements must be addressed:  MENTION BELOW HIGHLIGHT IN BLACK

For security-minded professionals, it is important that only the appropriate people gain access to data in a computer system. This is called authentication. Once users gain entry, it is also important that they only see data related to their role in a computer system. This is called authorization. For the zoo, you will develop an authentication system that manages both authentication and authorization. You have been given a credentials file that contains credential information for authorized users. You have also been given three files, one for each role: zookeeper, veterinarian, and admin. Each role file describes the data the particular role should be authorized to access. DOCUMENT authentication system that does all of the following:

  •  Asks the user for a username
  •  Asks the user for a password
  •  Converts the password using a message digest five (MD5) hash

o It is not required that you write the MD5 from scratch. Use the code located in this document and follow the comments in it to perform this operation.

 Checks the credentials against the valid credentials provided in the credentials file

o Use the hashed passwords in the second column; the third column contains the actual passwords for testing and the fourth row contains the

role of each user.

  •  Limits failed attempts to three before notifying the user and exiting the program
  •  Gives authenticated users access to the correct role file after successful authentication

o The system information stored in the role file should be displayed. For example, if a zookeeper’s credentials is successfully authenticated, then the contents from the zookeeper file will be displayed. If an admin’s credentials is successfully authenticated, then the contents from the admin file will be displayed.

  •  Allows a user to log out
  •  Stays on the credential screen until either a successful attempt has been made, three unsuccessful attempts have been made, or a user chooses to exit
  • You are allowed to add extra roles if you would like to see another type of user added to the system, but you may not remove any of the existing roles. 

I.

Process Documentation: Create process documentation to accompany your program that addresses all of the following elements:

  1. Problem Statement/Scenario: Identify the program you plan to develop and analyze the scenario to determine necessary consideration for
  2. building your program.
  3. Overall Process: Provide a short narrative that shows your progression from problem statement to breakdown to implementation strategies. In
  4. other words, describe the process you took to work from problem statement (your starting point) to the final product. Your process description should align to your end resulting program and include sufficient detail to show the step-by-step progress from your problem statement analysis.
  5. Pseudocode: Break down the problem statement into programming terms through creation of pseudocode. The pseudocode should demonstrate your breakdown of the program from the problem statement into programming terms. Explain whether the pseudocode differs from the submitted program and document any differences and the reason for changes.
  6. Methods and Classes: Your pseudocode reflects distinct methods and classes that will be called within the final program. If the pseudocode differs from the submitted program, document the differences and reason for changes.
  7. Error Documentation: Accurately document major errors that you encountered while developing your program.
  8. Solution Documentation: Document how you solved the errors and what you learned from them.

Program: Your working program should include all of the specified requirements. The comments within your program will count toward the assessment of the documentation aspects of your submission.

A. Functionality

  1. Input/Output: Your program reads input from the user and uses system output.
  2. Control Structures: Your program utilizes appropriate control structures for program logic.
  3. Libraries: Your program utilizes standard libraries to pull in predefined functionality.
  4. Classes Breakdown: Your program is broken down into at least two appropriate classes.
  5. Methods: Your program utilizes all included methods correctly within the classes.
  6. Error Free: Your program has been debugged to minimize errors in the final product. (Your program will be run to determine

II.

functionality.)

B. Best Practices: These best practices should be evident within your working program and process documentation.

  1. Formatting Best Practices: Provide program code that is easy to read and follows formatting best practices as defined by the industry,
  2. such as with indentation.
  3. Documentation Best Practices: Include comments where needed within the program in appropriate detail for communicating purpose,
  4. function, and necessary information to other information technology (IT) professionals.
  5. Coding Best Practices: Ensure your program supports clean code through descriptive variable names.
 
"Looking for a Similar Assignment? Order now and Get 10% Discount! Use Code "Newclient"