My c++ application use some "text files", theses files are very important and I need to protect their content to be viewed/decrypted/extracted/dissassembled...
Also, if possible I would like to embed them in the DLL/EXE
Can you tell me if there is a way to achieve this? The code must be portable if possible!