llXorBase64StringsCorrect
Deprecated
function ll.XorBase64StringsCorrect(Text1: string, Text2: string): stringDeprecated: Please use llXorBase64 instead.
Correctly (unless nulls are present) performs an exclusive OR on two Base64 strings and returns a Base64 string.
Text2 repeats if it is shorter than Text1.
Parameters
-
Text1(string) -
Text2(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.XorBase64StringsCorrect().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llXorBase64StringsCorrect