Page 1 of 1

You work as a Web developer in the IBM Inc. Your area of proficiency is PHP. Since you have proper knowledge of security

Posted: Mon Aug 01, 2022 9:34 am
by answerhappygod
You work as a Web developer in the IBM Inc. Your area of proficiency is PHP. Since you have proper knowledge of security, you have bewared from rainbow attack. For mitigating this attack, you design the PHP code based on the following algorithm: key = hash(password + salt) for 1 to 65000 do key = hash(key + salt)
Which of the following techniques are you implementing in the above algorithm?

A. Key strengthening
B. Hashing
C. Sniffing
D. Salting