|  Developer
Updated on May 17, 2022

sha1

  • Evaluates sha1 hash of an incoming string.
Edit
fields type description
data string Target data for calculating md5 checksum
Edit
fields type description
hash string sha1 checksum, hex representation in lower case format
Edit
				
					local security = require("security")

local hash = security.sha1("This is a string")