Skip to content

llXorBase64StringsCorrect

Deprecated
string llXorBase64StringsCorrect(string Text1, string Text2)

Deprecated: 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)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here