ll.XorBase64(Text1: string, Text2: string) : string
Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1.
ll.XorBase64('test', 'test')
{
"def": "func",
"desc": "Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlXorBase64",
"name": "XorBase64",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text1",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Text2",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}