Skip to content

llXorBase64Strings

Deprecated
string llXorBase64Strings(string Text1, string Text2)

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)
  • Incorrectly performs an exclusive or on two Base64 strings and returns a Base64 string
  • This function is retained for backwards compatibility only
  • Use llXorBase64 instead for correct XOR operations