Module 03-Access Control
Module 03-Access Control
SECURITY
Sidra Nasir
Module # 3
AUTHENTICATION &
AUTHORIZATION
Goals of security
Prevention
How to prevent an attack
Detection
How to detect an attack
Recover
How to recover from an attack
Authentication vs.
Authorization
Authentication
Who are you
Passwords
Authorization
What you can do
Access control
Passwords
Confirms an entity’s identity
Various approaches
Something you know
passwords
Something you have
University ID cards
ATM cards
Something you are
Fingerprints
Face recognition
Voice recognition
Retina recognition
Examples ?
Also use in combinations…
Passwords
What is a Password?
Combination of characters (available from
keyboard)
Should be secure and easy to use
Passphrase: sequence of words or text
Spaces allowed
Usually longer than password
Passwords
26 combination ?
26length
Counter Guessing
Proactive password checker
Rejects easy passwords
Rejects re-used passwords
Implements password aging
Passwords
well-formed transaction
constraints the user to modify data only in authorized
way
THANKS