ll.SHA1String (Text: string) -> stringReturns a string of 40 hex characters that is the SHA1 security hash of text.
ll.SHA1String('test')
{
"def": "func",
"desc": "Returns a string of 40 hex characters that is the SHA1 security hash of text.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlSHA1String",
"private": false,
"takesSelf": false,
"name": "SHA1String",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}