| View previous topic :: View next topic |
| Author |
Message |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Thu May 18, 2006 4:08 pm Post subject: Encode/Encrypt/Hide contents of file |
|
|
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. |
|
| Back to top |
|
 |
Jabberwocky
Joined: 03 Aug 2005 Posts: 43
|
Posted: Fri May 19, 2006 1:53 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|