312-50V9 · Question #336
There are several ways to gain insight on how a cryptosystem works with the goal of reverse engineering the process. A term describes when two pieces of data result in the same value is?
The correct answer is A. Collision. A cryptographic collision is when two distinct inputs produce the same hash output, which is a fundamental threat to the integrity guarantees of hash functions.
Question
There are several ways to gain insight on how a cryptosystem works with the goal of reverse engineering the process. A term describes when two pieces of data result in the same value is?
Options
- ACollision
- BCollusion
- CPolymorphism
- DEscrow
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- D5% (1)
Why each option
A cryptographic collision is when two distinct inputs produce the same hash output, which is a fundamental threat to the integrity guarantees of hash functions.
In cryptography, a collision occurs when two different input values are processed by a hash function and yield the identical digest output. Hash functions are designed to be collision-resistant, and discovered collisions can be exploited to forge digital signatures, bypass integrity verification, or undermine certificate trust chains.
Collusion refers to a secret agreement or cooperation between parties to commit fraud or deception, which is a human behavior concept and not a property of cryptographic hash function outputs.
Polymorphism in security describes malware that mutates its code or signature to evade detection by antivirus tools, and has no relation to two data inputs producing the same cryptographic value.
Key escrow is a key management practice where encryption keys are deposited with a trusted third party for recovery purposes, which is unrelated to hash output collisions.
Concept tested: Cryptographic hash collision definition and significance
Source: https://csrc.nist.gov/glossary/term/collision
Topics
Community Discussion
No community discussion yet for this question.