CSC 386 – Computer Security Scott Heggen
Agenda Do not wait for me; begin working right away Complete the following tasks in your code: Implement the cookie login tracking code Implement the password file for authenticating users Implement the redirects to login.html or index.html based on successful authentication For those of you who have completed the assignment and submitted it to Moodle: Your job is to assist your classmates. Help them understand and complete the implementation of their code.
Useful Python functions f2 = open(curdir + sep + "/pw.txt", 'r') f2.readline() f2.split( ) f2.close()
Homework Finish up the goals of our webserver Submit the server to Moodle See the course site ( for directions