Skip to content

llXorBase64

Function Syntax
string llXorBase64(
  1. string Text1,
  2. string Text2
);

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