How to use MD5 hashing in Tizen

MD5 is a widely used hashing algorithm designed by Ronald Rivest, a professor of Computer Science at MIT. Its digest size is 128 bits and block size is 512 bits. Here’s the complete function that takes string input and outputs the MD5 of the string.