Lecture 3: User authentication Flashcards

1
Q

List some factors that can be used for user authentication

A
  • Passwords
  • Biometrics
  • Device/hardware
  • Location
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List some tools and methods used to attack password authentication

A
  • Offline dictionary
  • Guessing
  • Popular password lists
  • Workstation hijacking
  • Password re-use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List some examples of biometric passwords

A
  • Fingerprints
  • Facial recognition
  • Iris
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List some examples of components used for password authentication

A
  • Sensor
  • Extractor
  • Template DB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are some problems with password authentication?

A
  • False positives and negatives
  • Revocation
  • Requires equipment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly