md5()

Table of Contents

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)
Screenshot of the previous example’s result

Further Reading