Which of these can be used to generate hash values?
MA5()
MS5()
MD5()
MF5()
None of these
Correct Option: C
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.