nerdexam
EC-Council

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.

Cryptography

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)
  • A
    91% (20)
  • B
    5% (1)
  • D
    5% (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.

ACollisionCorrect

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.

BCollusion

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.

CPolymorphism

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.

DEscrow

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

#hash collision#hash function#cryptography#collision attack

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice