User Authentication Flashcards

(8 cards)

1
Q

What are the three types of user authentication?

A

Something you know
Something you have
Something you are

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

What is the information entropy of a password?

A

The base 2 log of the number of guesses needed to find the password with certainty. Measured in bits.

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

What is the information entropy of a randomly generated password?

A

The length of the password in bits.

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

Why do passwords created by humans have less information entropy that randomly generated passwords?

A

Human generated passwords often have patterns such as using real words.

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

Why can forcing users to use randomly generated passwords cause more problems?

A

Leads to user’s recording their password somewhere
The password recovery method becomes the weak point (i.e. user’s email)

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

What is a dictionary attack?

A

A variant of a brute force, where the attacker uses a list of common or expected words to generate possible passwords.

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

What is the problem for an attacker if they steal and then use a one time pad?

A

The owner of the account will know it has been compromised when their attempt to login fails

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

What is the problem for an attacker if they steal and then store a one time pad for use later?

A

It will either expire or the user will use it, preventing the attacker from being able to use it later.

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