Skip to content

llXorBase64Strings

Deprecated
function ll.XorBase64Strings(Text1: string, Text2: string): string

Deprecated: Please use llXorBase64 instead.

Incorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1.

Retained for backwards compatibility.

Parameters
Text1 (string)
Text2 (string)

Add example usage here showing SLua/Luau syntax with ll.XorBase64Strings().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.