Hey.
I'm trying to 'hide' the contents of a saved file for my latest app, so it can be saved/loaded without the risk of it being manually altered by someone.
It's basically created as a text file.
I have no idea where to start, what are the possibilities for such a thing?
Thanks.
Encode/Encrypt/Hide contents of file
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
-
- Posts: 43
- Joined: Wed Aug 03, 2005 6:58 pm
Encrypt and/or compress it. Search the web for "file encryption source code". Or something really simple like CRC/MD5 check on the file contents.
As long as the encryption and decryption are done by the same application it's crackable, though. Personally I wouldn't bother, other than for corruption detection purposes.
-Jw
As long as the encryption and decryption are done by the same application it's crackable, though. Personally I wouldn't bother, other than for corruption detection purposes.
-Jw