[gameprogrammer] Re: XML/Encryption/C++
- From: Scott Harper <lareon@xxxxxxxxxxx>
- To: gameprogrammer@xxxxxxxxxxxxx
- Date: Sun, 6 May 2007 00:40:10 -0600
On 2007/05/05, at 18:15, Edilson Vasconcelos de Melo Junior wrote:
I’ll use XML for almost every configuration in my game, but there
are a few things I don’t want the regular player to be able to open
and edit it in a text editor. Do you know any good library to work
with encrypted .xml files? I’m using tinyxml for the xml parsing,
but now I think it would be way better if I could encrypt those files.
Could you maybe use password-protected zip files? I know in Java you
can write files to a zip archive and the password protect it, etc...
I assume there should be a library out there for C/C++ which
accomplishes the same thing?
Just my $.02.
-- Scott
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- References:
- [gameprogrammer] XML/Encryption/C++
- From: Edilson Vasconcelos de Melo Junior
Other related posts:
- » [gameprogrammer] XML/Encryption/C++
- » [gameprogrammer] Re: XML/Encryption/C++
- » [gameprogrammer] Re: XML/Encryption/C++
- [gameprogrammer] XML/Encryption/C++
- From: Edilson Vasconcelos de Melo Junior