Hello
I wrote a program that reads a txt file and use it as a template/reference.
so when I distribute the program I would give the exe (I compile the pl) and the txt file.
The thing is I dont want this txt file to be exposed to users (security reason,etc etc). What are my alternatives?
make the txt a bin file? how ?
decode/encode?
any ideas ?
Thanks
I wrote a program that reads a txt file and use it as a template/reference.
so when I distribute the program I would give the exe (I compile the pl) and the txt file.
The thing is I dont want this txt file to be exposed to users (security reason,etc etc). What are my alternatives?
make the txt a bin file? how ?
decode/encode?
any ideas ?
Thanks