2. The module MD5
=abstract
Calculate the MD5 value of a string
=end
This module delivers a single function MD5 that returns the MD5 digest of its argument.
q = MD5("string")
Note that the return value is a 16 byte binary strig thus do not try to print it without first converting to some printable string.