Which of the following is a characteristic of a strong hash function?
Correct: D
A strong hash function should be difficult to compute (for security reasons) and, most importantly, collision-resistant (meaning it's very unlikely that different inputs will produce the same hash output). A good hash function must efficiently map data while minimizing the likelihood of collisions. If it were easy to compute, it would be vulnerable.