Cryptography Extra 4 Flashcards

1
Q

number that has no factors in common w/another number (ex: 3, 7)

A

co-prime numbers

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

N1 + N2 = N3, so 0 + 1= 1, 1 + 2 = 3, etc …

A

Fibonacci Numbers

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

high probability of a collision = birthday paradox. Birthday attack : attempt to find collision for a given hash.

*** MQV : protocol based on DH for key agreement.

A

info …

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

has generator seeded produce pseudo-random data, entropy accumulator collects random data from various sources and uses that to reseed generator, seed file which has initial seed values.

A

Fortuna

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

alice wants to know message came from bob, bob uses his own private key, anyone receiving message can use bobs public key to decrypt message, if it works then it must have been signed w/Bob’s private key.

A

Digital Signatures

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

each block of plaintext is XORed w/previous ciphertext block before being encrypted. More randomness in final ciphertext.

A

CBC

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

cause small changes in ciphertext to propagate indefinitely when decrypting and encrypting.

A

PCBC

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

previous ciphertext block is encrypted then the ciphertext produced is XORed back w/plaintext to produce current ciphertext block. Increases randomness.

A

CFB

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

turns block cipher into synchronous stream cipher, it generates keystream blocks which are XORed w/plaintext blocks to get ciphertext.

A

OFB

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

also turns block cipher into stream cipher, generates next keystream block by encrypting successive values of a counter which doesnt repeat for a long time.

A

CTR

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