Cryptography - symmetric cipher model, substitution and transposition techniques, Caesar cipher, monoalphabetic ciphers, Hill cipher, DES - One Line Questions
1.
For a Hill cipher with a 2x2 key matrix, how many plaintext letters are encrypted at once? —
2
2.
In a Caesar cipher, how many possible shifts are there for the English alphabet? —
25
3.
If the plaintext alphabet is 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' and the cipher alphabet is 'XYZABCDEFGHIJKLMNOPQRSTUVW', this represents a Caesar cipher with a shift of: —
3 positions backward
4.
DES is a symmetric block cipher that operates on blocks of how many bits? —
64 bits
5.
What is the key size used in the original DES algorithm? —
56 bits
6.
In the DES algorithm, the 64-bit key actually has how many effective key bits? —
56 bits
7.
DES uses a Feistel network structure. How many rounds does it typically employ? —
16 rounds
8.
In a monoalphabetic cipher, if 'A' is consistently replaced by 'X', and 'B' by 'Y', this indicates: —
A simple substitution cipher
9.
Triple DES (3DES) was developed to address the security concerns of: —
DES
10.
A 'brute-force attack' on a symmetric cipher involves: —
Trying every possible key until the correct one is found
11.
Which of these is a form of transposition cipher? —
Rail fence cipher
12.
Which cipher uses a keyword to determine the order of columns in a transposition process? —
Columnar transposition cipher
13.
If a cipher uses a different substitution alphabet for each character of the plaintext, it is likely a: —
Polyalphabetic cipher
14.
A monoalphabetic cipher uses a cipher alphabet that is: —
A fixed permutation of the plaintext alphabet
15.
Which of the following is NOT a characteristic of the symmetric cipher model? —
Integrity
16.
DES stands for: —
Data Encryption Standard
17.
The Feistel cipher structure, used in DES, allows for: —
Easier decryption as encryption process is reversible
18.
The difficulty of breaking a monoalphabetic cipher lies in: —
Performing frequency analysis on the ciphertext
19.
The 'confusion' property in cryptography aims to: —
Hide the relationship between the ciphertext and the key
20.
In the Hill cipher, plaintext is encrypted in groups of letters, which are treated as: —
Vectors
21.
Which component of DES is responsible for the non-linear transformation? —
S-boxes
22.
What is the role of the 'key stream' in a stream cipher? —
It is a sequence of bits generated from the secret key, XORed with the plaintext
23.
What is a weakness of the Caesar cipher? —
It is susceptible to frequency analysis
24.
What is the main advantage of the Hill cipher over simpler substitution ciphers like Caesar? —
It is resistant to frequency analysis
25.
What condition must the determinant of the key matrix satisfy in the Hill cipher? —
It must be congruent to 1 modulo the alphabet size
26.
The Caesar cipher is vulnerable to frequency analysis because: —
It is a monoalphabetic cipher, so each letter always maps to the same ciphertext letter
27.
What is a primary cryptographic concern with the original DES algorithm today? —
Its key size is too short, making it vulnerable to brute-force attacks
28.
Which of the following is a characteristic of a good symmetric cipher? —
Security must not depend on the secrecy of the algorithm
29.
The Vigenère cipher is an example of a: —
Polyalphabetic substitution cipher
30.
Frequency analysis is most effective against which type of cipher? —
Monoalphabetic substitution ciphers
31.
The Data Encryption Standard (DES) was a widely used symmetric encryption algorithm developed by: —
IBM
32.
What mathematical concept is fundamental to the Hill cipher? —
Linear algebra
33.
The 'diffusion' property in cryptography aims to: —
Spread the influence of a single plaintext bit over many ciphertext bits
34.
The 'S-boxes' in the DES algorithm are used for: —
Performing non-linear substitution
35.
In cryptography, what is a substitution technique? —
Replacing characters with other characters according to a specific rule
36.
What is the core principle behind the Caesar cipher's operation? —
Replacing each letter with the letter a fixed number of positions down the alphabet
37.
Which of the following is a potential vulnerability of the Hill cipher if not implemented carefully? —
Linearity, allowing for attacks if the key matrix is singular
38.
For the Hill cipher to be effective, the encryption matrix must be: —
Invertible
39.
Compared to DES, AES (Advanced Encryption Standard) uses: —
Larger block sizes and longer keys
40.
A transposition cipher changes the plaintext by: —
Permuting the order of characters
41.
Which technique is NOT typically associated with symmetric ciphers? —
Key exchange using public keys
42.
Which type of cipher involves rearranging the order of letters in a message? —
Transposition cipher
43.
A key distribution problem in symmetric cryptography refers to: —
The challenge of securely sharing the secret key between parties
44.
In the context of the Hill cipher, what does 'plaintext vector' refer to? —
A group of plaintext letters treated as a vector
45.
The key schedule in DES generates: —
16 subkeys, one for each round
46.
What is the purpose of the 'P-boxes' in DES? —
To permute bits within a block
47.
The Caesar cipher is a type of: —
Monoalphabetic substitution cipher
48.
What is the primary characteristic of a symmetric cipher model? —
Uses the same key for encryption and decryption
49.
The Hill cipher's strength comes from its ability to obscure letter frequencies by: —
Encrypting multiple letters simultaneously
50.
Which of the following is an example of a monoalphabetic substitution cipher? —
Caesar cipher