A simple text file encrypter / decrypter.
Dependencies: gcc cmake
Compiling the code
make buildRunning the code
./raccryption [FLAG] [METHOD] [FILE_PATH] [KEY]-eor--encrypt: is used to encrypt a file-dor--decrypt: is used to decrypt a file
Currently supports keyword and xor encryption / decryption.
- Plan to add more encryption algorithims