ExamGecko
Question list
Search
Search

Related questions











Question 102 - 212-81 discussion

Report
Export

The concept that if one bit of data changes, the cipher text will all completely change as well.

A.
Avalanche
Answers
A.
Avalanche
B.
Substitution
Answers
B.
Substitution
C.
Confusion
Answers
C.
Confusion
D.
Collision
Answers
D.
Collision
Suggested answer: A

Explanation:

Avalanche

https://en.wikipedia.org/wiki/Avalanche_effect

In cryptography, the avalanche effect is the desirable property of cryptographic algorithms, typically block ciphers and cryptographic hash functions, wherein if an input is changed slightly (for example, flipping a single bit), the output changes significantly (e.g., half the output bits flip). In the case of high-quality block ciphers, such a small change in either the key or the plaintext should cause a drastic change in the ciphertext. The actual term was first used by Horst Feistel, although the concept dates back to at least Shannon's diffusion.

Incorrect answers:

Confusion - Confusion means that each binary digit (bit) of the ciphertext should depend on several parts of the key, obscuring the connections between the two.

The property of confusion hides the relationship between the ciphertext and the key.

This property makes it difficult to find the key from the ciphertext and if a single bit in a key is changed, the calculation of the values of most or all of the bits in the ciphertext will be affected.

Confusion increases the ambiguity of ciphertext and it is used by both block and stream ciphers.

Substitution - method of encrypting by which units of plaintext are replaced with ciphertext, according to a fixed system; the 'units' may be single letters (the most common), pairs of letters, triplets of letters, mixtures of the above, and so forth. The receiver deciphers the text by performing the inverse substitution.

Collision - occurs when a hash function generates the same output for different inputs.

asked 18/09/2024
EDMARCIO S BRITO
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first