Password storage Flashcards

1
Q

What is password salting?

A

Adding random data to passwords before hashing to make them unique.

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

What does salting achieve?

A

Increases entropy, makes each stored password different.

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

What is a rainbow table?

A

A precomputed table of hashes for common passwords.

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

What is brute-force cracking?

A

Trying all possible combinations of characters.

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

What is password entropy?

A

A measure of how difficult a password is to guess.

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

What is a pepper in password storage?

A

A common secret added to passwords but not stored in the database.

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