Cryptographic failure Flashcards

(9 cards)

1
Q

What is PII

A

Personal Identifiable Information

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

If TLS is not enforced on all of a websites pages, an attacker could:

A

Downgrade connections from HTTPS to HTTP
Hijack an authenticated session
Alter transported data
Incept and decipher encrypted passwords

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

True or False:
When storing passwords in a database, it is best practice to use unsalted hashes

A

False

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

True or False:
Only data protected by regulations, such as GDPR or PCIDSS required cryptographic security

A

False

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

Password should be stored with an algorithm such as:

A

SHA1, bcrypt, argon2

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

True or False:
Sensitive data only requires encryption when it is at rest

A

False

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

All application data should be classified if it is:

A

Stored, transmitted, or processed

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

Common cryptographic failures include:

A

Poorly designed rainbow tables
Weak key generation
Using outdated cyphers

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

Instead of compromising cryptographic techniques, attackers will:

A

Steal session keys
Attack TLS protocols
Execute man in the middle attacks
Steal clear text data from a server

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