Two sample questions for CSE466
1.
A secure web server uses public keys for customer logins.
The idea is of course, the public-private key pair are
completely immune to phishing attacks. Suppose
In order to login:
Step1:
Step 2: The web site puts up a form to
enter her account name and she enters “
Step 3: ---
Step 3 is where the web server and Alice perform the authentication step.
Design step 3.
2.
In the buffer overflow project, if we change the location of the array “a” from a local variable to a global variable the return-address-changing attack may not work