author : ikad year : 2015 cpp based text encryption
Encryption :
- Create a text file "raw.txt" in the same directory as encryption.cpp
- Write your messege in "raw.txt"
- Run encrypt.cpp,enter a key character, this will create a file "encoded.txt"
Decryption :
- With "encoded.txt" in the same directory, run decrypt.cpp
- Enter the key character used to encrypt
- You should see your messege now