ll.SHA1String

ll.SHA1String(Text: string) : string

Returns a string of 40 hex characters that is the SHA1 security hash of text.

Example

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,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlSHA1String",
  "name": "SHA1String",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "string"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Text",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll