I have heard about people starting encryption and thought it may be something I would like, so I checked XOR and can’t make any sense of it.
So can someone explain to me what XOR is ?
I have heard about people starting encryption and thought it may be something I
Share
XOR is a logical operation, pronounced exclusive or. It can be used to cipher messages simply and fast. You can see a truth table for this operation here: http://mathworld.wolfram.com/XOR.html
quasi-pseudo code implementation (via http://www.evanfosmark.com/2008/06/xor-encryption-with-python/):
Output: