Which Cryptographic hash function uses a 128-bit hash and is not collision resistant?
  1. SHA
  2. AES
  3. MD5
  4. 3DES
Explanation
Answer: C - MD5 is a cryptographic hash function that uses a 128 bit hash and is not resistant to collisions.

Key Takeaway: MD5 is generally nonreversible, but with it not being collision resistant should be thought of as having been broken. In fact, it is unsuitable for uses such as SSL certificates that depend on the lack of collisions in the hash. Most administrators use a more collision resistant algorithm, such as SHA-2 to make hashes of data.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz