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

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

Did you cite the sources of the statistics?

Answered: 1 week ago

Question

PLEASE ANSWER AND SHOW STEPS

Answered: 1 week ago