viv:md5

calculates the md5 value for a string

Synopsis

string
	viv:md5
	(str);
string    str;

Description

Generates a hexidecimal digest from str using the MD5 (Message-Digest algorithm 5) cryptographic hash function.

Arguments

  • str: the string to convert.

Returns

the converted string.