Test 2 Flashcards

1
Q

Known-plaintext attack

A

An attacker has access to previous plaintext-ciphertext pair in addition to the intercepted ciphertext

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

Chosen plaintext attack

A

Attacker had access to the ciphertext, the encryption machine, and plaintext-ciphertext pairs that they have generated with the encryption machine

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

Chosen ciphertext attack

A

The attacker has access to the ciphertext, the decryption algorithm, and plaintext-ciphertext pairs that they have generated using the decryption algorithm

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

2DES is vulnerable to….

A

Meet in the middle attacks

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

RSA is vulnerable to…

A

Chosen ciphertext attacks

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

What is a cryptographic work function

A

A value to compute the strength of encryption, often measured in time and effort to brute force encrypted data

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

Polyalphabetic ciphers include:

A

Vignere cipher, running-key cipher (uses a passage in a book), and cipher disk (two disks of the alphabet rotated after letter substitutions change)

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

XSRF/CSRF

A

Redirects static content to steal info (like banking info). Can be mitigated with CAPTCHA, two-factor auth, or by adding annonce to web requests

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