Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A security engineer needs to implement password authentication on a highly specialized system. A requirement is that if two different users specify the same password,
A security engineer needs to implement password authentication on a highly specialized system. A requirement is that if two different users specify the same password, the stored digests will not be the same. How can this be accomplished?
a Use a different asymmetrical encryption key for each user.
b Use SHA instead of MD as the hashing algorithm to create the digest.
c Implement salting to make dictionary and bruteforce attacks more difficult.
d Use peppering techniques that slightly modify the password hashing function.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started