Encryption/Decryption of an .res file
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
Hi codeProject members, I am looking for an simple Encryption/Decryption program. It needs to do these things 1. going true every file in an certain map and encrypt it. 2. For the decrytion method i need to build it in into an existing c++ file called file.cpp This file is reading the .res files. My knowledge in c++ is lacking for me to build it on my own. I have tried several tutorials etc but it seems i cant get the decryption working inside the file.cpp so that the .exe file can decrypt the .res file If someone can give me an good tutorial in this or maybe even some pointers i will be thankfull for it. With kind regards, Thomas de Vries.