Computer Science 180
Web Design

Fall 2011, Siena College

Lecture 23: Encryption and Secure HTTP
Date: Friday, December 2, 2011

Agenda

Lecture Assignment 23

Due at the start of class, Wednesday, December 7.

Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to jteresco AT siena.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CS 180 Lecture Assignment 23, Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

  1. We saw in class how http web connections are made in clear text (the data transmitted may be seen by others) while https connections are encrypted. Name two reasons why all web traffic doesn't use https. (4 points)
  2. Explain how a certificate from a trusted authority would prevent the man in the middle attack described in class involving the message from Alice to Dilbert that was intercepted by Catbert. (6 points)

Links