views:

49

answers:

2

Hi,

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

A: 

Have you had a look on the AS3Crypto library ?

Theo.T
A: 

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.

davr