Any clarifications for the final exam will be posted here. Submit a clarification request using the form below.
Passwords
- 4:00PM password: The-Code-We-Need-To-Write-Is-Simple::JSR-To-Address$$$8FE3
Final Clarifications
- There is no Q11. Ignore any “Proceed to Q11” text on your PDF.
- The T/F that starts with “You’re using Tor with three intermediate nodes” is broken. Either True or False will be accepted as valid answers.
- In “EvanBotOS”, for each scheme, unless otherwise specified all memory safety defenses are disabled.
- In “Cookie Debugger” subpart 3, the popup says “This exam is hard!” not “This exam is too hard!”
- In “Password Storage”, the expression HS(pwd || uname), Sign(k, HS(pwd))) is missing a leading parenthesis. It should be the tuple (HS(pwd || uname), Sign(k, HS(pwd)))
- In “Password Storage”, Mallory’s dictionary contains all possible user passwords