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)
  • During the conversion to a byte array the last (bitcount % 8) bits are discarded from both Text1 and Text2. See the Implementation section for details.
  • Considers any null encountered in Text2 to mark the end of Text2.