Question: ( 1 5 points ) Password file hashing. To make sure the passwords of users are securely stored, we normally need to hash each password
points Password file hashing.
To make sure the passwords of users are securely stored, we normally need to
hash each password in the password file. Is SHA a good candidate for
password hashing? Why or why not?
Somebody suggested a protocol like this: the client side hash the password
before sending to the server side, but both username and password are not
encrypted during the transmission. The server just need to compare the
presented hashed password with the corresponding record in the hashed
password file to find out whether the password presented was accurate or not.
Is this a secure solution? Justify your conclusion.
Suppose a company has users and password records that are stored in the
hashed format. Each password is characters long and there are
possible choices of characters. A hacker has obtained this password file and
plan to use the bruteforce way to find out all n passwords.
i What is the lowest computing complexity for the case when salt was
not used?
ii What is the lowest computing complexity for the case when salt was
used? Note that for both cases you need to consider the practicality of
available memory.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
