does anyone know how to encrypt the parameters that are passed to a flash movie? The case is, that the user should not be able to read the parameters in the source code in plaintext.

And of course, I have to able to decrypt the parameter in actionscript 3 ;-)

thx, tux

link|improve this question

feedback

2 Answers

Have you had a look on the AS3Crypto library ?

link|improve this answer
feedback

It's possible, using the AS3Crypto library as above for example, but it only will stop causal snoopers. Anyone serious will be able to easily decrypt your parameters.

Just like DRM on audio and video, it must be possible for them to decrypt it in the same way your Flash applet is decrypting them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.