The code for this project uses a mix of the encoding technique called Caesar Cipher and a inverse organization of the word that will be encoded to encrypt a text file with a certain key given by the user. It also decrypt files encoded by this same code.
- Programming Language: C
- Letter standard code: ASCII (may not work with other standards)
- The file wich will be ecrypted/decrypted must be in the same directory of the .exe file
- This is a beggining project made for educational and entertainment purposes.