Re: A few questions
- Posted by DerekParnell (admin) Sep 20, 2009
- 1317 views
Fendaril said...
2.How can I save information without using files but still being portable and standalone meaning the end-user does not have to install anything but my program? I want to do this because files can easily be modified. So they aren't secure.
If security is the issue, then you can encrypt or otherwise protect the data in them. This is not hard to do and is fairly standard practice.
Are you worried about the file data being seen or just about them being modified?