md5() Table of Contents Definition Examples Further Reading Definition md5() takes a string value as an argument and returns the MD5 has of that string value. Examples The following example returns the MD5 hash for 'Teragrep'. | makeresults | eval string="Teragrep" | eval hash=md5(string) Further Reading makeresults eval match() mvcount()