Outline: - User Authentication
Outline: - User Authentication
• User authentication
– Password authentication, salt
– Challenge-response authentication protocols
– Biometrics
– Token-based authentication
• Authentication in distributed systems (multi
service providers/domains)
– Single sign-on, Microsoft Passport
– Trusted Intermediaries (KPC and CA)
Objectives
• Understand the four major individual authentication
mechanisms and their comparison
• Understand the basic mechanisms of trusted
intermediaries for distributed authentication using
different crypto methods
– Symmetric key: KDC (the key concept of ticket)
– Asymmetric key: CA
• Know the practical protocols of distributed authentication
– Symmetric key: Kerberos
– Asymmetric key: X.509
Password authentication
• Basic idea
– User has a secret password
– System checks password to authenticate user
• Issues
– How is password stored?
– How does system check password?
– How easy is it to guess a password?
• Difficult to keep password file secret, so best if it is hard
to guess password even if you have the password file
Basic password scheme
kiwifruit
exrygbzyf
kgnosfix
hash function ggjoklbsz
…
…
Basic password scheme
• Hash function h : strings strings
– Given h(password), hard to find password
– No known algorithm better than trial and error
• User password stored as h(password)
• When user enters password
– System computes h(password)
– Compares with entry in password file
• No passwords stored on disk
Unix password system
• Hash function is 25xDES
– 25 rounds of DES-variant encryptions
• Any user can try “dictionary attack”
Compare
Salt
Input
Constant, Key
Ciphertext
A 64-bit block of 0 25x DES
Plaintext
Dictionary Attack – some numbers
• Typical password dictionary
– 1,000,000 entries of common passwords
• people's names, common pet names, and ordinary words.
“I am Alice”
Failure scenario??
Authentication
Goal: Bob wants Alice to “prove” her identity to
him
Protocol ap1.0: Alice says “I am Alice”
in a network,
Bob can not “see”
Alice, so Trudy simply
“I am Alice” declares
herself to be Alice
Authentication: another try
Protocol ap2.0: Alice says “I am Alice” in an IP packet
containing her source IP address
Alice’s
IP address
“I am Alice”
Failure scenario??
Authentication: another try
Protocol ap2.0: Alice says “I am Alice” in an IP packet
containing her source IP address
Alice’s Alice’s
“I’m Alice”
IP addr password
Alice’s Alice’s
“I’m Alice”
IP addr password
playback attack: Trudy
Alice’s records Alice’s packet
OK
IP addr and later
plays it back to Bob
Alice’s Alice’s
“I’m Alice”
IP addr password
Authentication: yet another try
Protocol ap3.1: Alice says “I am Alice” and sends her
encrypted secret password to “prove” it.
Alice’s encrypted
“I’m Alice”
IP addr password
Alice’s encryppted
IP addr password
“I’m Alice” record
and
Alice’s
OK playback
IP addr
still works!
Alice’s encrypted
“I’m Alice”
IP addr password
Authentication: yet another try
Goal: avoid playback attack
Nonce: number (R) used only once –in-a-lifetime
ap4.0: to prove Alice “live”, Bob sends Alice nonce, R.
Alice
must return R, encrypted with shared secret key
“I am Alice”
R
KA-B(R) Alice is live, and
only Alice knows
key to encrypt
nonce, so it must
Failures, drawbacks? be Alice!
Authentication: ap5.0
ap4.0 doesn’t protect against server database reading
• can we authenticate using public key techniques?
ap5.0: use nonce, public key cryptography
“I am Alice”
Bob computes
R + -
- KA(KA (R)) = R
K A (R) and knows only Alice
could have the private
key, that encrypted R
such that
+ -
K (K (R)) = R
A A
Outline
• User authentication
– Password authentication, salt
– Challenge-response authentication protocols
– Biometrics
– Token-based authentication
• Authentication in distributed systems (multi
service providers/domains)
– Single sign-on, Microsoft Passport
– Trusted Intermediaries
Biometrics
• Use a person’s physical characteristics
– fingerprint, voice, face, keyboard timing, …
• Advantages
– Cannot be disclosed, lost, forgotten
• Disadvantages
– Cost, installation, maintenance
– Reliability of comparison algorithms
• False positive: Allow access to unauthorized person
• False negative: Disallow access to authorized person
– Privacy?
– If forged, how do you revoke?
Biometrics
• Common uses
– Specialized situations, physical security
– Combine
• Multiple biometrics
• Biometric and PIN
• Biometric and token
Token-based Authentication
Smart Card
• With embedded CPU and memory
– Carries conversation w/ a small card reader
• Various forms
– PIN protected memory card
• Enter PIN to get the password
– PIN and smart phone based token
• Google authentication
– Cryptographic challenge/response cards
• Computer create a random challenge
• Enter PIN to encrypt/decrypt the challenge w/ the card
Smart Card Example
Initial data (PIN)
function
• Some complications
– Initial data (PIN) shared with server
• Need to set this up securely
– Clock skew
Group Quiz
• Suppose Bob is a stateless server which does
not require him to remember the challenge he
sends to Alice. Is the following protocol
secure?
“I am Alice”
R
R, A-B
K (R)
Outline
• User authentication
– Password authentication, salt
– Challenge-Response
– Biometrics
– Token-based authentication
• Authentication in distributed systems
– Single sign-on, Microsoft Passport
– Trusted Intermediaries
Single sign-on systems
LAN
Rules Database
user name,
password, Authentication Application
other auth
Server
• Advantages
– User signs on once
– No need for authentication at multiple sites, applications
– Can set central authorization policy for the enterprise
Microsoft Passport
• Launched 1999
– Claim > 200 million accounts in 2002
– Over 3.5 billion authentications each month
• Log in to many websites using one account
– Used by MS services Hotmail, MSN Messenger or
MSN subscriptions; also Radio Shack, etc.
– Hotmail or MSN users automatically have
Microsoft Passport accounts set up
Passport log-in
Trusted Intermediaries
Symmetric key problem: Public key problem:
• How do two entities • When Alice obtains
establish shared secret Bob’s public key (from
key over network? web site, e-mail,
diskette), how does she
Solution: know it is Bob’s public
• trusted key distribution key, not Trudy’s?
center (KDC) acting as
Solution:
intermediary between
entities • trusted certification
authority (CA)
Key Distribution Center (KDC)
• Alice, Bob need shared symmetric key.
• KDC: server shares different secret key with each
registered user (many users)
• Alice, Bob know own symmetric keys, KA-KDC KB-KDC , for
communicating with KDC.
KDC
KA-KDC KP-KDC
KX-KDC
KP-KDC KB-KDC
KY-KDC
KZ-KDC
KA-KDC KB-KDC
Key Distribution Center (KDC)
Q: How does KDC allow Bob, Alice to determine shared
symmetric secret key to communicate with each other?
USER=Joe; service=TGS
Joe the User
Encrypted TGS ticket
Key distribution
center (KDC)
TGS ticket
Ticket granting
Encrypted service (TGS)
service ticket
slide 36
Symmetric Keys in Kerberos
• Kc is long-term key of client C
– Derived from user’s password
– Known to client and key distribution center (KDC)
• Client only needs to obtain TGS ticket once (say, every morning)
– Ticket is encrypted; client cannot forge it or tamper with it slide 38
Obtaining a Service Ticket
Client EncryptKc,TGS(IDc , Addrc , timec) Ticket Granting
Proves that client knows key K c,TGS Service (TGS)
Knows Kc,TGS contained in encrypted TGS ticket usually lives inside KDC
and ticketTGS
User EncryptKc,v(timec+1)
• For each service request, client uses the short-term key for that
service and the ticket he received from TGS slide 40
Kerberos 4 Overview
Important Ideas in Kerberos
• Short-term session keys
– Long-term secrets used only to derive short-term keys
– Separate session key for each user-server pair
• … but multiple user-server sessions re-use the same key
– Server learns this key separately (via encrypted ticket that client
can’t decrypt) and verifies user’s identity
• Symmetric cryptography only
slide 42
Practical Uses of Kerberos
• Email, FTP, network file systems and many
other applications have been kerberized
– Use of Kerberos is transparent for the end user
– Transparency is important for usability!
• Local authentication
– login and su in OpenBSD
• Authentication for network protocols
– rlogin, rsh, telnet
Trusted Intermediaries
Symmetric key problem: Public key problem:
• How do two entities • When Alice obtains
establish shared secret Bob’s public key (from
key over network? web site, e-mail,
diskette), how does she
Solution: know it is Bob’s public
• trusted key distribution key, not Trudy’s?
center (KDC) acting as
Solution:
intermediary between
entities • trusted certification
authority (CA)
Certification Authorities
• Certification authority (CA): binds public key to
particular entity, E.
• E (person, router) registers its public key with CA.
– E provides “proof of identity” to CA.
– CA creates certificate binding E to its public key.
– Certificate containing E’s public key digitally signed by CA
– CA says “this is E’s public key”
Bob’s digital
+
public +
signature KB
key KB (encrypt)
CA
certificate for
K-
Bob’s private
identifying key CA Bob’s public key,
information signed by CA
Certification Authorities
• When Alice wants Bob’s public key:
– gets Bob’s certificate (Bob or elsewhere).
– apply CA’s public key to Bob’s certificate, get Bob’s
public key
• CA is heart of the X.509 standard used extensively in
– SSL (Secure Socket Layer)/TLS: deployed in every Web browser
– S/MIME (Secure/Multiple Purpose Internet Mail Extension), and
IP Sec, etc.
+ digital Bob’s
KB signature public
+
(decrypt) K B key
CA
public +
K CA
key
General Process of SSL
Version, Crypto choice, nonce
C Secret key K
encrypted with S
server’s key Ks
KDC
generates
KA-KDC(A,B)
R1
• With salt
– One password hashed 212 different ways
• Precompute hash file?
– Need much larger file to cover all common strings