Lecture 3: User authentication Flashcards
1
Q
List some factors that can be used for user authentication
A
- Passwords
- Biometrics
- Device/hardware
- Location
2
Q
List some system-side factors that affect the strength of password authentication
A
- System protection (access control, intrusion detection)
- Hashing, salts
- Rate limiting
- Monitoring
- Strength indication
3
Q
List some tools and methods used to attack password authentication
A
- Offline dictionary
- Guessing
- Popular password lists
- Workstation hijacking
- Password re-use
4
Q
List some examples of biometric passwords
A
- Fingerprints
- Facial recognition
- Iris
5
Q
List some examples of components used for password authentication
A
- Sensor
- Extractor
- Template DB
6
Q
What does “verification” and “identification” mean, in the context of password authentication?
A
Verification: True/False, depending on if a match is found in DB
Identification: ID, lookup the sensing data in DB, return person that matches
7
Q
What are some problems with password authentication?
A
- False positives and negatives
- Revocation
- Requires equipment