Question 26
You want that some of your Web pages should not be crawled. Which one of the following options will you use to accomplish the task?
Question 27
Which of the following is the correct syntax to create a null session?
Question 28
Which of the following describe the benefits to a pass-the-hash attack over traditional password cracking?
Question 29
How many bits encryption does SHA-1 use?
Question 30
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?
