Basically a program written in C that encrypts text A with a key B using the XOR operation to obtain the encrypted text (OUTPUT) and with the possibility of decrypting it.
Added functionality to export both texts to .txt text files
To compile just use: Windows:
gcc code.c -o code.exe
Linux:
gcc code.c -o code.elf