ll.SHA256String(text: string) : string
Returns a string of 64 hex characters that is the SHA256 security hash of text.
ll.SHA256String('test')
{
"def": "func",
"desc": "Returns a string of 64 hex characters that is the SHA256 security hash of text.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlSHA256String",
"name": "SHA256String",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "text",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}