string Crypto::MD5(const string&in str)
Calculate the MD5 hash of the given string.
string str
string
str
The string to hash.