In this tutorial, I'll discuss one of the most common encryption - XOR. You won't require any particular tools for this stuff.
XOR is the acronym for "eXclusive OR". It is a bitwise operator, i.e a operator which manipulates data at the bit level. You may be familiar with other bitwise operators like AND and OR. I'll revise the functioning of those for your reference.
Recommended Comments
Create an account or sign in to comment