Hello,
I have somethings to store some data. Some of it information about how I'm implementing and other is some secure info like passwords,Activation code.
Now how do I store this info on a file (info.dat). I don't want user to see ANY of this data when he opens info.dat in a text editor.
- What do I need to do?
- How to do?