Private-key cryptography: Block ciphers Flashcards

1
Q

product cipher

A

combines 2 or more components with the intention of producing a cipher that is more secure than the basic parts it is made of.

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

iterated block cipher

A

a block cipher that is made up from:
A key schedule of Nr round keys (k^1

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

festal cipher

A

iterated cipher in which the state in round I is divided into two halves of equal length (L & R)
L(i)=R(i-1)
R(i)=L(i-1) + f(R(i-1,k)

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

weak key

A

a key in which e(e(x))=x

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

semi-weak key pair

A

e_k1(e_k2(x))=x

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

modes of operation

A

ECB
CBC
OFB
CFB

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