InterviewSolution
Saved Bookmarks
| 1. |
Which of these can be used to generate hash values?(a) MS5()(b) MA5()(c) MF5()(d) MD5() |
|
Answer» The correct answer is (d) MD5() Easiest explanation: The hash values can be generated by using the function: MD5(). SHA1() or CRC32() can also be used to do the same. Custom hash values can also be created using logic within the application. |
|