Cryptographic & Password Attacks Flashcards

(8 cards)

1
Q

Cryptographic Attacks

A

Cryptographic attacks → attacks where an adversary attempts to access encrypted data by exploiting weaknesses in algorithms, implementations, or configurations without possessing the correct decryption keys.

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

Hash Collision

A

Hash collision → also known as a birthday attack, technique where two different inputs are crafted to produce the same hash value, undermining integrity and trust in the hashing algorithm.

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

Downgrade Attack

A

Downgrade attack → attack that forces systems to fall back to weaker security settings or older protocols, making encryption easier to break or bypass.

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

SSL Stripping

A

Secure sockets layer stripping (SSL stripping) → downgrade attack combined with an on-path attack where encrypted hypertext transfer protocol secure connections are downgraded to unencrypted hypertext transfer protocol without the user noticing.

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

In The Clear

A

In the clear → state where data is transmitted or stored without encryption, making it readable and vulnerable to interception or exposure.

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

Hashing a Password

A

Hashing a password → process of converting a password into a fixed-length hash value so the original password is not stored, improving security if the database is compromised.

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

Spraying Attack

A

Password spraying attack → authentication attack that attempts a small number of common passwords across many accounts to avoid account lockouts and detection.

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

Brute Force Attack

A

Brute force attack → attack that systematically tries every possible password or key combination until the correct one is found, relying on computational power rather than finesse.

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