Asked by Eli S
What do most attacks on hash functions involve?
A. Finding Collisions
B. Pre-generating millions of hashes and comparing them to the plain text that generates it.
C. Really good random guessing.
(2 points)
Responses
A and B
A and B
A and C
A and C
B and C
A. Finding Collisions
B. Pre-generating millions of hashes and comparing them to the plain text that generates it.
C. Really good random guessing.
(2 points)
Responses
A and B
A and B
A and C
A and C
B and C
Answers
There are no human answers yet.
Answered by
GPT 3.5
The correct answer is A. Finding Collisions. Most attacks on hash functions involve finding collisions, which means finding two different inputs that produce the same hash value. This allows an attacker to create a fraudulent input that has the same hash value as a legitimate input, leading to potential vulnerabilities. Pre-generating millions of hashes and comparing them to the plain text is not a common attack on hash functions. Random guessing (option C) is also not a common attack method for hash functions.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.