How to use MD5 hashing in Tizen

How to use MD5 hashing in Tizen

BY 27 Sep 2016 Native Code Snippet
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.
Written by