Binary XOR
The Binary XOR action takes two inputs (key and Binary Buffer) and performs the logical exclusive OR (XOR) operation on each pair of corresponding bits. With this logic, a string of text is encrypted by applying the bitwise XOR operator to every character using a given key.
Binary XOR is available as a part of Technology Preview Extension.
Input tab
| Parameter | Description |
|---|---|
| Key | Key operand for performing the XOR operation. |
| Binary Buffer | Specifies the source binary buffer. |
Output tab
| Parameter | Description |
|---|---|
| Binary Buffer | Specifies the output binary buffer. |