Q1GATE 2020MSQ
Avalanche effect in cryptography refers
📖 Explanation
The avalanche effect is a fundamental cryptographic property ensuring that minor modifications to the input, specifically the plaintext (P) or the key (K), result in significant, unpredictable changes in the output ciphertext (C). Mathematically, flipping a single input bit should cause each output bit to change with a probability of approximately 0.5 (or 50%). Since this property demands high sensitivity to even minimal changes in either the encryption key or the plaintext to resist cryptanalysis, both options A and B accurately describe the core requirements of the avalanche effect.
[CORRECT_OPTION: A, B]