SY0-301 · Question #29
Which of the following algorithms has well documented collisions? (Select TWO).
The correct answer is B. MD5 C. SHA. A hash collision occurs when two different inputs produce the same hash output, which undermines the integrity guarantees of the algorithm. MD5 has been broken since the 1990s and has well-documented, practical collision attacks-it is no longer considered cryptographically…
Question
Which of the following algorithms has well documented collisions? (Select TWO).
Options
- AAES
- BMD5
- CSHA
- DSHA-256
- ERSA
How the community answered
(43 responses)- B95% (41)
- D2% (1)
- E2% (1)
Explanation
A hash collision occurs when two different inputs produce the same hash output, which undermines the integrity guarantees of the algorithm. MD5 has been broken since the 1990s and has well-documented, practical collision attacks-it is no longer considered cryptographically secure. SHA (referring to SHA-1) was shown to have theoretical collision vulnerabilities in 2005, and Google demonstrated a practical SHA-1 collision (SHAttered) in 2017. SHA-256 is part of the SHA-2 family and has no known practical collisions, making it still secure. AES is a symmetric encryption algorithm, not a hash function, so 'collision' does not apply. RSA is an asymmetric encryption/signing algorithm, also not a hash function.
Topics
Community Discussion
No community discussion yet for this question.