md5 Evaluates md5 hash of an incoming string. Params Returns Example Edit fields type description data string Target data for calculating md5 checks Edit fields type description hash string md5 checksum, hex representation in lower case format Edit local security = require("security") local hash = security.md5("This is a string")