Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 2 . ( 2 0 points ) Suppose your employer asks you to add a private - salt capability to a legacy system that

Question 2.(20 points) Suppose your employer asks you to add a private-salt capability to a legacy system that does not currently support private salt. The legacy system does
1
not limit the number of allowed failed login attempts (i.e., no user gets locked out because of having entered the wrong password too many times), and you need to maintain this no lockout property when adding the private salt capability. You are asked to avoid modifying the internals of the legacy system, by writing a front-end to it, for both the login and the password selection and modification. Of the following possible choices for the contents of a user entry in the password file, some are more compatible than others with the task you were assigned. Identify the choices that are more compatible with your assignment, and explain in detail why.
Choice 1: username, salt, h( password, private_salt, salt )
Choice 2: username, salt, h( password, salt, private_salt )
Choice 3: username, salt, h( salt, password, private_salt )
Choice 4: username, salt, h( salt, private_salt, password )
Choice 5: username, salt, h( private_salt, password, salt )
Choice 6: username, salt, h( private_salt, salt, password )

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

XML Data Management Native XML And XML Enabled Database Systems

Authors: Akmal Chaudhri, Awais Rashid, Roberto Zicari, John Fuller

1st Edition

0201844524, 978-0201844528

More Books

Students also viewed these Databases questions