nerdexam
Cisco

210-250 · Question #38

Which hash algorithm is the weakest?

The correct answer is C. SHA-1. SHA-1 is the weakest hash algorithm listed because it produces only a 160-bit digest and has known, practical collision vulnerabilities that make it cryptographically broken.

Security Technologies

Question

Which hash algorithm is the weakest?

Options

  • ASHA-512
  • BRSA 4096
  • CSHA-1
  • DSHA-256

How the community answered

(57 responses)
  • A
    2% (1)
  • B
    9% (5)
  • C
    86% (49)
  • D
    4% (2)

Why each option

SHA-1 is the weakest hash algorithm listed because it produces only a 160-bit digest and has known, practical collision vulnerabilities that make it cryptographically broken.

ASHA-512

SHA-512 is part of the SHA-2 family and produces a 512-bit digest, making it one of the strongest hash algorithms currently available.

BRSA 4096

RSA-4096 is an asymmetric encryption algorithm, not a hash function, so it cannot be compared on the same axis as SHA algorithms.

CSHA-1Correct

SHA-1 generates a 160-bit hash and was demonstrated to be practically collision-vulnerable by the SHAttered attack in 2017, where two different inputs were crafted to produce the same hash. NIST deprecated SHA-1 for most uses by 2011 and it is no longer considered secure for digital signatures or certificate integrity.

DSHA-256

SHA-256 is part of the SHA-2 family with a 256-bit output and has no known practical collision vulnerabilities, making it significantly stronger than SHA-1.

Concept tested: Comparative strength of cryptographic hash algorithms

Source: https://csrc.nist.gov/projects/hash-functions

Topics

#hash algorithms#SHA-1#cryptographic weakness#hashing

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice