Need help?C++ XOR Encryption || Very simple encryption algorithm - MPGH - MultiPlayer Game Hacking & Cheats
C++ XOR Encryption || Very simple encryption algorithm
Posts 1–1 of 1 · Page 1 of 1
C++ XOR Encryption || Very simple encryption algorithm
What is XOR? XOR is basically abbreviation of "exclusive or", which is a logical port.
XOR algorithms are symmetrical, and very simple. In theory, a xor crypted message is easy
to crack, but cracking a xor encrypted data can be made significantly harder by using
at least as long key as the message.
Interesting about xor encryption is the fact that the algorithm can be used both ways, so
the same algorithm that was used to encrypt the message with a specific key, can be also used
to also decrypt the encrypted message.