DES, AES, RSA Flashcards

1
Q

What is the DES block size in bits?

A

The block size is 64 bits.

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

What is the DES key size in bits?

A

64 bits, 56 of which are the key, 8 bits are a parity check

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

How many rounds does DES have

A

16 rounds – each uses a different 48 bit key generated from the 56 bit key

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

What are the rules for one-time pads? <4>

A

• The key is at least as long as the plaintext
• The key is truly random
• Each key is used only once
• There should only be two copies of the key:
one for the sender and one for the receiver

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