SSCP · Question #607
What can be defined as an instance of two different keys generating the same ciphertext from the same plaintext?
The correct answer is B. Key clustering. Key clustering occurs when two different encryption keys produce identical ciphertext from the same plaintext. This is a cryptographic weakness because it reduces the effective keyspace and can make attacks easier. It is distinct from a 'key collision' (not a standard term), 'cip
Question
Options
- AKey collision
- BKey clustering
- CHashing
- DCiphertext collision
How the community answered
(27 responses)- A4% (1)
- B96% (26)
Explanation
Key clustering occurs when two different encryption keys produce identical ciphertext from the same plaintext. This is a cryptographic weakness because it reduces the effective keyspace and can make attacks easier. It is distinct from a 'key collision' (not a standard term), 'ciphertext collision' (which relates to identical ciphertexts from different plaintexts under the same key), and hashing (a one-way function unrelated to this concept).
Topics
Community Discussion
No community discussion yet for this question.