Question: Suppose a password based authentication system requires the password to be 1 5 char - acters long and it should contain exactly two digits, exactly
Suppose a password based authentication system requires the password to be char
acters long and it should contain exactly two digits, exactly two of the six special
characters, namely, @#$& and the rest of the characters can be upper and
lower case letters. How many such passwords are possible?
a Assume that the password file contains encrypted passwords and the password
file is available for the attacker. If the attacker has access to a supercomputer
which can encrypt passwords per second, how many years will it take for the
attacker to determine the password of a user using brute force attack?
b If the password file is salted with a salt of length bits and the slow hash
function used for computing the hash of one password takes seconds on a single
node of a super computer. What is the minimum number of years an attacker will
take to compute the rainbow table of all possible passwords for such a system, if
the attacker has access to a super computer containing million such nodes?
points
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
