S
S
ssneg2011-04-04 10:27:16
Encryption
ssneg, 2011-04-04 10:27:16

How to encrypt XML?

Good afternoon!

There is a flash drive (.swf), something like a text game that reads texts from XML. For reasons beyond my control, XML will be made available to players. Advise how best to encrypt XML from prying eyes and how to decrypt it when read (AS3).

Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Riateche, 2011-04-04
@ssneg

I would encrypt the text via AES with a 256 bit key. AS3 will decrypt it using the same key hidden in the program code (you can obfuscate).

R
rPman, 2011-04-04
@rPman

Encrypt as you like , but if decryption occurs on the client side, then you do not have normal means for protecting information, opening it is a matter of time or money.

A
ag666, 2011-04-04
@ag666

And what is there so secret in XML to encrypt it? Those are text strings for the game, right? Never understood this paranoia. Most players won't even know that there is an XML file there that they can look into. Well, if they get in, then what? Will the tilt of the earth's axis change?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question