What does it mean when a hashing algorithm is collision resistant?
- Exclusive ORs are performed on input data and produce a digest.
- It is not feasible to compute the hash given the input data.
- It uses a two-way function that computes a hash from the input and output data.
- Two messages with the same hash are unlikely to occur.
Exam with this question: CCNA Security Chapter 7 Exam (CCNAS v1.2)
Please login or Register to submit your answer