Hi everyone,
I must implement a XOR operation between arrays of bytes, because I need to implement a special data encryption requeted by my client..
I found only the bit.xor function between integers, Is there a way to implement a XOR with arrays?
Thank you in advance!
br,
Paulo Bueno
I must implement a XOR operation between arrays of bytes, because I need to implement a special data encryption requeted by my client..
I found only the bit.xor function between integers, Is there a way to implement a XOR with arrays?
Thank you in advance!
br,
Paulo Bueno