Hey. I came across an article where an example of XOR is given, but the example given by him is not clear:
Suppose we have a plaintext - " denik.od " We will invent a gamut for it: " 12345678 " (the gamma should be equal to the length of the text, because we want to encrypt all the text). We will consider a concrete example on the first 2 bytes of " de " (we will present them in binary):
We have d 1 e 2 This is the same, only in the binary system 1100100 0110001 1100101 0110010
How does the author, d in the binary system 1100100, and the number 1 in binary 0110001? Explain, please, if not difficult, maybe I misunderstand something.