Hello peeps!
I need some help to decrypt my text file and make it able to read in my program..
What I have programmed so far is to read the encrypted file, create a new file, decrypt it and read the newly created file..
I need to decrypt the encrypted file without having to create a new file that reads the decrypted text..
Well, Let me show you my code:
(Since it is too much text I will upload the program)
Download pack->
http://www.mediafire.com/download/ejrcad19b4a4gfl/Xakzyy+Test+decrypt.rar Build with visual studio 2010
I have uploaded the code for you to use on your computer because it is fairly hard for me to explain anyways..
I want to be able to read the encrypted file in my program, without having to writing a new file to decrypt it..