CS 142 Lecture Notes: Securing the Connection

Slides:



Advertisements
Similar presentations
HTTPS and the Lock Icon Dan Boneh. Goals for this lecture Brief overview of HTTPS: How the SSL/TLS protocol works (very briefly) How to use HTTPS Integrating.
Advertisements

Secure Socket Layer.
SSL CS772 Fall Secure Socket layer Design Goals: SSLv2) SSL should work well with the main web protocols such as HTTP. Confidentiality is the top.
Internet Security Protocols
Hands-On Ethical Hacking and Network Defense Lecture 15 Man in the Middle Attack to get Passwords from HTTPS Sessions.
Online Security Tuesday April 8, 2003 Maxence Crossley.
Setting up in Outlook Express. Select “Tools” from the toolbar menu.
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
1 Chapter Overview Installing the TCP/IP Protocols Configuring TCP/IP.
System settings for e-tendering portal
An Empirical Study of Visual Security Cues to Prevent the SSLstripping Attack Dongwan Shin and Rodrigo Lopes In Proc. 27 th Annual Computer Security Applications.
SE-2840 Dr. Mark L. Hornick1 Web Application Security.
CS 241 Section (04/19/12). MP8  Web Server  Due: Tuesday, May 1 st, 11:59pm  What will you be doing?  Creating a web-server in C that serves HTML.
Grid Chemistry System Architecture Overview Akylbek Zhumabayev.
Saphe surfing! 1 SAPHE Secure Anti-Phishing Environment Presented by Uri Sternfeld.
SSL. Why Is Security Important ●Security is important on E-Commerce because it makes sure that your information gets from your computer to their server.
If browser is blocking some government web sites, this job aid may help you fix the problem. Please note that in addition to the certificates issues, IE.
Day 1 on Tech Use March 26, Students ◦ Log in at:  j.mp/cmsgaggle (don’t use www or  use FireFox browser ◦ Username: flastxxxx  first.
Encryption protocols Monil Adhikari. What is SSL / TLS? Transport Layer Security protocol, ver 1.0 De facto standard for Internet security “The primary.
VuGen - Secured application recording (
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
Slide 1 Phishing s CS 142 Lecture Notes: Security Attacks: Phishing.
Transport Layer Security (TLS) Extensions: Extension Definitions draft-ietf-tls-rfc4366-bis-00.
1 Browser Selection & Setup For Cayuse Browser Performance Firefox - Recommended browser for Cayuse424 with any operating system. Has the fastest.
- Richard Bhuleskar “At the end of the day, the goals are simple: safety and security” – Jodi Rell.
Apr 1, 2003Mårten Trolin1 Previous lecture Certificates and key management Non-interactive protocols –PGP SSL/TLS –Introduction –Phases –Commands.
SSL: Secure Socket Layer By: Mike Weissert. Overview Definition History & Background SSL Assurances SSL Session Problems Attacks & Defenses.
Communication protocols 2. HTTP Hypertext Transfer Protocol, is the protocol of World Wide Web (www) Client web browser Web server Request files Respond.
Download and install add-in Download and install office windows components from the following link Click Here.
Executive Director and Endowed Chair
The Secure Sockets Layer (SSL) Protocol
The new dialup procedure requires the use of the EVPN client software to establish an active connection to the Lockheed Martin network. After January 31st,
Setting and Upload Products
Data Virtualization Tutorial… SSL with CIS Web Data Sources
Network Security Gene Itkis
Virtual Private Network (VPN)
WikID installation/training
Secure Sockets Layer (SSL)
How to Enable pop-ups for Mozilla Firefox? Call Us Toll-free (US & Canada )
Conveying Trust Serge Egelman.
How to Check if a site's connection is secure ?
Topic 1: Data, information, knowledge and processing
How to use Avast to Disable SSL/TLS in Outlook.  Here, you need to begin with opening Outlook and launch the “File” tab. Then you are required to click.
CS 142 Lecture Notes: Network Security
Using SSL – Secure Socket Layer
Canon Printer Support. Canon Printer Support Just Call
7 Steps to Set Up AT&T on MS Outlook | Customer Support Number
12 E-Commerce Overview.
CS 142 Lecture Notes: Network Security
WI / XA Integration with NetScaler Gateway: How it works
CS 142 Lecture Notes: Security Attacks: Phishing
CS 142 Lecture Notes: Security Attacks: Phishing
TLS and DLP Behind the green lock.
SSL Protocol Figures used in the presentation
The Secure Sockets Layer (SSL) Protocol
File Operations Access Permissions.
8.1 Active Directory Rights Management Services (AD RMS)
Access eJournals Form Your Home
CS 142 Lecture Notes: Network Security
Agenda Create certificates for the GlobalProtect Portal, internal gateway, and external gateway. Attach certificates to a SSL-TLS Service Profile. Configure.
Transport Layer Security (TLS)
SSL/TLS.
Unit 8 Network Security.
Information Retrieval and Web Design
Q/ Compare between HTTP & HTTPS? HTTP HTTPS
TLS Encryption and Decryption
Scott Miller TSM Team Lead Ray Mah Architect, Foundation
GenCyber Day HTTP and HTTP.
Presentation transcript:

CS 142 Lecture Notes: Securing the Connection Certificates CS 142 Lecture Notes: Securing the Connection

SSL/TLS Overview Most common: only the server is authenticated Browser client-hello server-hello + {server-cert}SKCA Key exchange (several options) Random key K client-key-exchange: {K}PKserver k {HTTP data}K Most common: only the server is authenticated CS 142 Lecture Notes: Securing the Connection

CS 142 Lecture Notes: Securing the Connection HTTPS Indicators Firefox 3: (no SSL) (SSL) Click on fav icon gives pop-up on bottom. CS 142 Lecture Notes: Securing the Connection 3

Mixed Content Indicators silly dialogs IE7: No SSL lock in address bar: CS 142 Lecture Notes: Securing the Connection

Mixed Content Indicators, cont'd Firefox 3.0: No SSL indicator in address bar Clicking on bottom lock gives: CS 142 Lecture Notes: Securing the Connection

CS 142 Lecture Notes: Securing the Connection