|  Developer
Updated on May 17, 2022

md5

  • Evaluates md5 hash of an incoming string.
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")