InterviewSolution
Saved Bookmarks
| 1. |
The hash function(a) Is collision free(b) Has manageable collision(c) Has high unmanageable level of collision(d) None of the mentionedThis question was addressed to me by my college professor while I was bunking the class.Query is from Pretty Good Privacy topic in section Encryption and Decryption of Digital Communications |
|
Answer» CORRECT answer is (a) Is COLLISION FREE Explanation: Hash function is collision free and it is UNFEASIBLE that two different messages will create the same hash value. |
|