Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

1 CSC 386 – Computer Security Scott Heggen

2

3 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.

4 Useful Python functions f2 = open(curdir + sep + "/pw.txt", 'r') f2.readline() f2.split( ) f2.close()

5 Homework Finish up the goals of our webserver Submit the server to Moodle See the course site (www.sheggen.com) for directions


Download ppt "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."

Similar presentations


Ads by Google