DES, AES, RSA Flashcards
1
Q
What is the DES block size in bits?
A
The block size is 64 bits.
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
3
Q
How many rounds does DES have
A
16 rounds – each uses a different 48 bit key generated from the 56 bit key
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