SYNOPSIS

        string md5_encrypt(string arg)

DESCRIPTION
        Create and return a MD5 message digest from the string <arg>.

EXAMPLES
        string s;

        s = md5_encrypt("Hello, world!");

HISTORY
        Introduced in LDMud 3.2.9

SEE ALSO
        crypt(E)
