Introduction Flashcards
What are the 5 main types of cryptanalysis attacks?
Ciphertext Only, Known Plaintext, Chosen Plaintext, Chosen Ciphertext, Chosen Text
Which type of attack is it when the attacker can make use of knowledge that certain text will appear, such as a standardised banner?
Known Plaintext
What is a probable word attack?
When the attacker knows the sender is talking about specific information.
What is a chosen plaintext attack?
When the attacker is able to get the source system to insert a chosen message.
Describe the Feistel Cipher Structure.
Divide plaintext into two halves. Process these in rounds, where one of the halves is used to modify the other.
How can we improve the strength of the Feistel Structure?
Larger blocks, larger key size, more rounds, complex subkey generation, complex round function