Cryptography and Network Security

Similar documents
Acknowledgments. CSE565: Computer Security Lectures 16 & 17 Authentication & Applications

KEY DISTRIBUTION AND USER AUTHENTICATION

Cryptology Part 1. Terminology. Basic Approaches to Cryptography. Basic Approaches to Cryptography: (1) Transposition (continued)

Cryptography and Network Security Chapter 14

Network Security Essentials

Key Management and Distribution

User Authentication. Modified By: Dr. Ramzi Saifan

Chapter 4 Authentication Applications

Kerberos and Public-Key Infrastructure. Key Points. Trust model. Goal of Kerberos

Cristina Nita-Rotaru. CS355: Cryptography. Lecture 17: X509. PGP. Authentication protocols. Key establishment.

Protocols II. Computer Security Lecture 12. David Aspinall. 17th February School of Informatics University of Edinburgh

CIS 6930/4930 Computer and Network Security. Topic 7. Trusted Intermediaries

Fall 2010/Lecture 32 1

Trusted Intermediaries

AIT 682: Network and Systems Security

Cryptography CS 555. Topic 16: Key Management and The Need for Public Key Cryptography. CS555 Spring 2012/Topic 16 1

Chapter 9: Key Management

Authentication in Distributed Systems

This chapter examines some of the authentication functions that have been developed to support network-based use authentication.

Network Security. Chapter 7 Cryptographic Protocols

CSCI 667: Concepts of Computer Security. Lecture 9. Prof. Adwait Nadkarni

The Kerberos Authentication System Course Outline

Security Handshake Pitfalls

Cryptography and Network Security Chapter 13. Fourth Edition by William Stallings. Lecture slides by Lawrie Brown

Security and Privacy in Computer Systems. Lecture 7 The Kerberos authentication system. Security policy, security models, trust Access control models

Data Security and Privacy. Topic 14: Authentication and Key Establishment

Kerberos. Pehr Söderman Natsak08/DD2495 CSC KTH 2008

Introduction. Trusted Intermediaries. CSC/ECE 574 Computer and Network Security. Outline. CSC/ECE 574 Computer and Network Security.

CS 470 Spring Security. Mike Lam, Professor. a.k.a. Why on earth do Alice and Bob need to share so many secrets?!?

Module: Authentication. Professor Trent Jaeger. CSE543 - Introduction to Computer and Network Security

Module: Authentication. Professor Trent Jaeger. CSE543 - Introduction to Computer and Network Security

ECE 646 Lecture 3. Key management. Required Reading. Using the same key for multiple messages

Authentication systems. Authentication methodologies. User authentication. Authentication systems (auth - april 2011)

Key management. Required Reading. Stallings, Cryptography and Network Security: Principles and Practice, 5/E or 6/E

Course Administration

Information Security CS 526

Authentication Handshakes

KEY DISTRIBUTION AND USER AUTHENTICATION

ECE 646 Lecture 3. Key management

Introduction to Network Security Missouri S&T University CPE 5420 Key Management and Distribution

Key Management and Distribution

Outline. Login w/ Shared Secret: Variant 1. Login With Shared Secret: Variant 2. Login Only Authentication (One Way) Mutual Authentication

In any of these cases, an unauthorized user may be able to gain access to services and data that he or she is not authorized to access.

Network Security. Kerberos and other Frameworks for Client Authentication. Dr. Heiko Niedermayer Cornelius Diekmann. Technische Universität München

BACHELOR THESIS CAPABILITY OF KERBEROS MATTHIJS MEKKING

Key management. Pretty Good Privacy

CS549: Cryptography and Network Security

Security Handshake Pitfalls

Cryptography and Network Security Chapter 13. Digital Signatures & Authentication Protocols

Security Handshake Pitfalls

Cryptographic Checksums

Computer Security 3e. Dieter Gollmann. Chapter 15: 1

CS 470 Spring Security. Mike Lam, Professor. a.k.a. Why on earth do Alice and Bob need to talk so much?!? Content taken from the following:

AUTHENTICATION APPLICATION

Lecture Note 6 KEY MANAGEMENT. Sourav Mukhopadhyay

Network Security (NetSec)

CPSC 467b: Cryptography and Computer Security

CSC 474/574 Information Systems Security

Radius, LDAP, Radius, Kerberos used in Authenticating Users

0/41. Alice Who? Authentication Protocols. Andreas Zeller/Stephan Neuhaus. Lehrstuhl Softwaretechnik Universität des Saarlandes, Saarbrücken

Key distribution and certification

13/10/2013. Kerberos. Key distribution and certification. The Kerberos protocol was developed at MIT in the 1980.

Lecture Notes 14 : Public-Key Infrastructure

Lecture 2 Applied Cryptography (Part 2)

Cryptographic Protocols 1

A Modified Approach for Kerberos Authentication Protocol with Secret Image by using Visual Cryptography

Contents Digital Signatures Digital Signature Properties Direct Digital Signatures

Computer Security. 08r. Pre-exam 2 Last-minute Review Cryptography. Paul Krzyzanowski. Rutgers University. Spring 2018

CSC 482/582: Computer Security. Security Protocols

Kerberos V5. Raj Jain. Washington University in St. Louis

ECE 646 Lecture 3. Key management. Required Reading. Using Session Keys & Key Encryption Keys. Using the same key for multiple messages

Security issues in Distributed Systems

AIT 682: Network and Systems Security

Topics. Dramatis Personae Cathy, the Computer, trusted 3 rd party. Cryptographic Protocols

Datasäkerhetsmetoder föreläsning 7

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 3

Key Management. Digital signatures: classical and public key Classic and Public Key exchange. Handwritten Signature

Cryptography and Network Security

Spring 2010: CS419 Computer Security

Elements of Cryptography and Computer and Network Security Computer Science 134 (COMPSCI 134) Fall 2016 Instructor: Karim ElDefrawy

ISSN: EverScience Publications 149

Digital Signatures. Secure Digest Functions

Issues. Separation of. Distributed system security. Security services. Security policies. Security mechanism

Overview. Cryptographic key infrastructure Certificates. May 13, 2004 ECS 235 Slide #1. Notation

Security Handshake Pitfalls

10/1/2015. Authentication. Outline. Authentication. Authentication Mechanisms. Authentication Mechanisms. Authentication Mechanisms

CIS 6930/4930 Computer and Network Security. Topic 6.2 Authentication Protocols

Dr. Jinyuan (Stella) Sun Dept. of Electrical Engineering and Computer Science University of Tennessee Fall 2010

Chapter 10: Key Management

Overview of Authentication Systems

Cryptography and Network Security Chapter 1

T Cryptography and Data Security

Unit-VI. User Authentication Mechanisms.

Network Security: Kerberos. Tuomas Aura

CSCE 813 Internet Security Kerberos

Overview of Kerberos(I)

Lecture 5: Protocols - Authentication and Key Exchange* CS 392/6813: Computer Security Fall Nitesh Saxena

A Dynamic and Flexible Security Framework for Large Scale Distributed Systems. SUMMARY 1. Introduction... 2

Kerberized Certificate Issuance Protocol (KX509)

L7: Key Distributions. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Transcription:

Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown

Chapter 14 Authentication Applications We cannot enter into alliance with neighbouring princes until we are acquainted with their designs. The Art of War, Sun Tzu

Authentication Applications will consider authentication functions developed to support application-level authentication & digital signatures will consider Kerberos a private-key authentication service then X.509 directory authentication service

Threats in a distributed environment Distributed computing model, client/server A user gains access to a WS, and pretend to be another A user alters the network address of a WS to impersonate another WS A user eavesdrops and uses a replay to gain entrance or disrupt operations

Kerberos trusted key server system from MIT provides centralised private-key third-party authentication in a distributed network allows users access to services distributed through network without needing to trust all workstations rather all trust a central authentication server Efficiency two versions in use: 4 & 5

Kerberos Requirements first published report identified its requirements as: security reliability transparency scalability implemented using an authentication protocol based on Needham-Schroeder A pure private-key scheme

A 3-step improvements leading to Kerberos V4 A simple authentication dialogue Has to enter password for each server Plaintext transmission of password AS+TGS model Enter the password once for multiple services Difficulty in choosing lifetime V4 model Use private session keys Can also verify server AS is the KDC for (C, TGS) TGS is the KDC for (C, V)

Kerberos 4 Overview a basic third-party authentication scheme have an Authentication Server (AS) users initially negotiate with AS to identify self AS provides a authentication credential (ticket granting ticket TGT) have a Ticket Granting server (TGS) users subsequently request access to other services from TGS on basis of users TGT

Kerberos 4 Overview

Kerberos Realms a Kerberos environment consists of: a Kerberos server a number of clients, all registered with server application servers, sharing keys with server this is termed a realm typically a single administrative domain Inter-realm authentication possible Mutual trust required

Kerberos Version 5 developed in mid 1990 s provides improvements over v4 addresses environmental shortcomings encryption alg, network protocol, byte order, ticket lifetime, authentication forwarding, interrealm auth and technical deficiencies double encryption, non-std mode of use, subsession keys specified as Internet standard RFC 1510

X.509 Authentication Service part of CCITT X.500 directory service standards distributed servers maintaining some info database defines framework for authentication services directory may store public-key certificates with public key of user signed by certification authority also defines authentication protocols uses public-key crypto & digital signatures algorithms not standardised, but RSA recommended Used in various contexts, e.g email security, IP security, web security

X.509 Certificates

X.509 Certificates issued by a Certification Authority (CA), containing: version (1, 2, or 3) serial number (unique within CA) identifying certificate signature algorithm identifier issuer X.500 name (CA) period of validity (from - to dates) subject X.500 name (name of owner) subject public-key info (algorithm, parameters, key) issuer unique identifier (v2+), in case of name reuse subject unique identifier (v2+), in case of name reuse extension fields (v3) signature (of hash of all fields in certificate, encrypted by the private key of the CA) notation CA<<A>> denotes certificate for A signed by CA

Obtaining a Certificate any user with access to CA can get any certificate from it only the CA can modify a certificate because cannot be forged, certificates can be placed in a public directory

Multiple CAs Users in one CA are OK What if users from different CAs A from X1 B from X2 B s certificate is useless to A w/o knowing X2 s public key Can work if two CAs exchanged public keys A can use X1<<X2>>, X2<<B>> Chain: X1<<X2>> X2<<X3>> XN<<B>>

CA Hierarchy if both users share a common CA then they are assumed to know its public key otherwise CA's must form a hierarchy use certificates linking members of hierarchy to validate other CA's each CA has certificates for clients (forward) and parent (backward) each client trusts parents certificates enable verification of any certificate from one CA by users of all other CAs in hierarchy

CA Hierarchy Use

Certificate Revocation certificates have a period of validity may need to revoke before expiry, eg: 1. user's private key is compromised 2. user is no longer certified by this CA 3. CA's certificate is compromised CA s maintain list of revoked certificates the Certificate Revocation List (CRL) users should check certs with CA s CRL

Authentication Procedures X.509 includes three alternative authentication procedures: Assumes each already knows the certified public key of the other One-Way Authentication Two-Way Authentication Three-Way Authentication all use public-key signatures

One-Way Authentication 1 message ( A->B) used to establish the identity of A and that message is from A message was intended for B integrity & originality of message message must include timestamp, nonce, B's identity and is signed by A

Two-Way Authentication 2 messages (A->B, B->A) which also establishes in addition: the identity of B and that reply is from B that reply is intended for A integrity & originality of reply reply includes original nonce from A, also timestamp and nonce from B

Three-Way Authentication 3 messages (A->B, B->A, A->B) which enables above authentication without synchronized clocks has reply from A back to B containing signed copy of nonce from B means that timestamps need not be checked or relied upon

X.509 Version 3 has been recognised that additional information is needed in a certificate email/url, policy details, usage constraints rather than explicitly naming new fields defined a general extension method extensions consist of: extension identifier criticality indicator extension value

Certificate Extensions key and policy information convey info about subject & issuer keys, plus indicators of certificate policy certificate subject and issuer attributes support alternative names, in alternative formats for certificate subject and/or issuer certificate path constraints allow constraints on use of certificates by other CA s

Summary have considered: Kerberos trusted key server system X.509 authentication and certificates