Cryptography - symmetric cipher model, substitution and transposition techniques, Caesar cipher, monoalphabetic ciphers, Hill cipher, DES - Question Bank

1. The Caesar cipher is vulnerable to frequency analysis because:
A) It uses a different shift for each letter
B) It is a monoalphabetic cipher, so each letter always maps to the same ciphertext letter
C) It rearranges the letters of the plaintext
D) It uses a keyword for encryption
2. Which technique is NOT typically associated with symmetric ciphers?
A) Substitution
B) Transposition
C) Key exchange using public keys
D) Block operations
3. The 'diffusion' property in cryptography aims to:
A) Obscure the relationship between ciphertext and key
B) Spread the influence of a single plaintext bit over many ciphertext bits
C) Simplify the key generation process
D) Allow for parallel processing of plaintext blocks
4. The 'confusion' property in cryptography aims to:
A) Hide the relationship between the ciphertext and the key
B) Hide the relationship between the plaintext and the ciphertext
C) Make the key distribution easier
D) Speed up the encryption process
5. Which of the following is a characteristic of a good symmetric cipher?
A) Key must be the same as the plaintext
B) Key distribution must be trivial
C) Security must not depend on the secrecy of the algorithm
D) Encryption and decryption must be extremely slow
6. Compared to DES, AES (Advanced Encryption Standard) uses:
A) Smaller block sizes and shorter keys
B) Larger block sizes and longer keys
C) Larger block sizes but similar key lengths
D) Similar block sizes but significantly longer keys
7. A 'brute-force attack' on a symmetric cipher involves:
A) Analyzing letter frequencies
B) Trying every possible key until the correct one is found
C) Exploiting weaknesses in the substitution tables
D) Rearranging the ciphertext blocks
8. The key schedule in DES generates:
A) The initial plaintext block
B) The final ciphertext block
C) 16 subkeys, one for each round
D) The master encryption key
9. Which component of DES is responsible for the non-linear transformation?
A) Initial Permutation (IP)
B) Expansion (E) function
C) S-boxes
D) Final Permutation (FP)
10. The Feistel cipher structure, used in DES, allows for:
A) Easier decryption as encryption process is reversible
B) The use of asymmetric keys
C) Significantly increased key length
D) Operation as a stream cipher
11. Which of the following is a potential vulnerability of the Hill cipher if not implemented carefully?
A) Short key length
B) Small block size
C) Linearity, allowing for attacks if the key matrix is singular
D) Susceptibility to frequency analysis
12. In the context of the Hill cipher, what does 'plaintext vector' refer to?
A) The entire plaintext message
B) A single letter of the plaintext
C) A group of plaintext letters treated as a vector
D) The encryption key matrix
13. What is the role of the 'key stream' in a stream cipher?
A) It is a block of plaintext that is encrypted together
B) It is a sequence of bits generated from the secret key, XORed with the plaintext
C) It is a table used for substitution
D) It is the rearranged ciphertext
14. If a cipher uses a different substitution alphabet for each character of the plaintext, it is likely a:
A) Caesar cipher
B) Monoalphabetic cipher
C) Polyalphabetic cipher
D) Simple transposition cipher
15. The Vigenère cipher is an example of a:
A) Monoalphabetic substitution cipher
B) Polyalphabetic substitution cipher
C) Transposition cipher
D) Stream cipher
16. Frequency analysis is most effective against which type of cipher?
A) Monoalphabetic substitution ciphers
B) Polyalphabetic substitution ciphers
C) Transposition ciphers
D) Block ciphers like DES
17. Which of these is a form of transposition cipher?
A) Atbash cipher
B) ROT13
C) Rail fence cipher
D) Keyword cipher
18. A key distribution problem in symmetric cryptography refers to:
A) The difficulty of generating strong keys
B) The challenge of securely sharing the secret key between parties
C) The process of encrypting the key itself
D) The number of possible keys
19. Triple DES (3DES) was developed to address the security concerns of:
A) AES
B) DES
C) RSA
D) MD5
20. What is the purpose of the 'P-boxes' in DES?
A) To introduce non-linearity
B) To permute bits within a block
C) To perform key scheduling
D) To combine subkeys with the data block
21. The 'S-boxes' in the DES algorithm are used for:
A) Permuting bits
B) Performing non-linear substitution
C) Expanding the key
D) Combining subkeys
22. In the DES algorithm, the 64-bit key actually has how many effective key bits?
A) 56 bits
B) 64 bits
C) 48 bits
D) 32 bits
23. The Data Encryption Standard (DES) was a widely used symmetric encryption algorithm developed by:
A) NSA
B) IBM
C) RSA Security
D) Microsoft
24. What condition must the determinant of the key matrix satisfy in the Hill cipher?
A) It must be zero
B) It must be congruent to 1 modulo the alphabet size
C) It must be congruent to 0 modulo the alphabet size
D) It must be a prime number
25. For a Hill cipher with a 2x2 key matrix, how many plaintext letters are encrypted at once?
A) 1
B) 2
C) 3
D) 4
26. The Hill cipher's strength comes from its ability to obscure letter frequencies by:
A) Using a different substitution for each letter
B) Encrypting multiple letters simultaneously
C) Randomly shuffling the ciphertext
D) Employing a very long key
27. Which cipher uses a keyword to determine the order of columns in a transposition process?
A) Caesar cipher
B) Rail fence cipher
C) Columnar transposition cipher
D) Playfair cipher
28. The difficulty of breaking a monoalphabetic cipher lies in:
A) Finding the correct key length
B) Performing frequency analysis on the ciphertext
C) Solving a system of linear equations
D) Identifying the pattern of transposition
29. If the plaintext alphabet is 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' and the cipher alphabet is 'XYZABCDEFGHIJKLMNOPQRSTUVW', this represents a Caesar cipher with a shift of:
A) 3 positions forward
B) 3 positions backward
C) 23 positions forward
D) 26 positions forward
30. What is the core principle behind the Caesar cipher's operation?
A) Replacing each letter with the letter a fixed number of positions down the alphabet
B) Using a keyword to determine letter substitutions
C) Rearranging letters based on a grid
D) Encrypting letters in pairs
31. In a monoalphabetic cipher, if 'A' is consistently replaced by 'X', and 'B' by 'Y', this indicates:
A) A polyalphabetic cipher
B) A transposition cipher
C) A simple substitution cipher
D) A Vigenère cipher
32. A transposition cipher changes the plaintext by:
A) Substituting characters with other characters
B) Permuting the order of characters
C) Using a mathematical function on character values
D) Replacing characters with symbols
33. Which of the following is NOT a characteristic of the symmetric cipher model?
A) Confidentiality
B) Integrity
C) Key distribution challenge
D) Use of a single shared secret key
34. What is a primary cryptographic concern with the original DES algorithm today?
A) Its block size is too small
B) Its key size is too short, making it vulnerable to brute-force attacks
C) It is too complex to implement
D) It is not a symmetric cipher
35. DES uses a Feistel network structure. How many rounds does it typically employ?
A) 8 rounds
B) 12 rounds
C) 16 rounds
D) 32 rounds
36. What is the key size used in the original DES algorithm?
A) 56 bits
B) 64 bits
C) 112 bits
D) 128 bits
37. DES is a symmetric block cipher that operates on blocks of how many bits?
A) 32 bits
B) 64 bits
C) 128 bits
D) 256 bits
38. DES stands for:
A) Digital Encryption Standard
B) Data Encryption System
C) Data Encryption Standard
D) Digital Encoding System
39. What is the main advantage of the Hill cipher over simpler substitution ciphers like Caesar?
A) It is much faster to encrypt
B) It is resistant to frequency analysis
C) It uses less memory
D) It supports larger alphabets
40. For the Hill cipher to be effective, the encryption matrix must be:
A) Singular
B) Invertible
C) Symmetric
D) Diagonal
41. In the Hill cipher, plaintext is encrypted in groups of letters, which are treated as:
A) Individual characters
B) Words
C) Vectors
D) Blocks of bits
42. What mathematical concept is fundamental to the Hill cipher?
A) Number theory
B) Linear algebra
C) Set theory
D) Calculus
43. Which of the following is an example of a monoalphabetic substitution cipher?
A) Vigenère cipher
B) Caesar cipher
C) Playfair cipher
D) Hill cipher
44. A monoalphabetic cipher uses a cipher alphabet that is:
A) Changed for each letter of the plaintext
B) The same as the plaintext alphabet
C) A fixed permutation of the plaintext alphabet
D) Randomly generated for each character
45. What is a weakness of the Caesar cipher?
A) It is computationally intensive
B) It is susceptible to frequency analysis
C) It requires a very long key
D) It is a form of asymmetric encryption
46. In a Caesar cipher, how many possible shifts are there for the English alphabet?
A) 25
B) 26
C) 27
D) 52
47. The Caesar cipher is a type of:
A) Transposition cipher
B) Vigenère cipher
C) Monoalphabetic substitution cipher
D) Block cipher
48. Which type of cipher involves rearranging the order of letters in a message?
A) Substitution cipher
B) Transposition cipher
C) Polyalphabetic cipher
D) Stream cipher
49. In cryptography, what is a substitution technique?
A) Rearranging the order of characters in a message
B) Replacing characters with other characters according to a specific rule
C) Splitting the message into blocks and encrypting each block independently
D) Using a series of mathematical operations on the plaintext
50. What is the primary characteristic of a symmetric cipher model?
A) Uses different keys for encryption and decryption
B) Uses the same key for encryption and decryption
C) Relies on public-key infrastructure
D) Employs a one-time pad for security