Evaluates sha1 hash of an incoming string.
Params
Returns
Examples
Edit
fields
type
description
data
string
Target data for calculating md5 checksum
Edit
fields
type
description
hash
string
sha1 checksum
Edit
local security = require("security") local hash = security.sha1("This is a string")