MD5 function
Description
MD5(str) returns the MD5 hash of a string. The MD5 algorithm processes a variable-length string into a fixed-length output of 128 bits (16 bytes), which are represented hexadecimal, resulting in a 32 characters string.
MD5(str) returns the MD5 hash of a string. The MD5 algorithm processes a variable-length string into a fixed-length output of 128 bits (16 bytes), which are represented hexadecimal, resulting in a 32 characters string.