string md5(string input)
md5 expects exactly one string parameter and returns a 32 digit hexadecimal representation of its MD5 hash.
md5
Last updated 5 years ago