Encryption-And-Decryption
Seperated two c# applicatioons to encrypt and decrypt text files. Encrypt application read a message and wriite thee encrypted message into a text file. Decrypt application read that text file and write the orginal message by using the encrypted key to aa text file.