vote up 0 vote down star

So I know it is possible to decompile SWF files. I know it produces the ActionScript contained in the file. Is there any way to store a value in a Flex application that can be reliably assumed to be secret? I am very new to Flex and am just curious.

I need to preform some type of hashing in my Flex app in order to ensure the request came from the Flex app and not from the clients web browser.

flag

73% accept rate

1 Answer

vote up 3 vote down check

No.

If a calculation is performed on the client side, then all the data necessary to do that calculation is available to the client, and so the calculation can in principle be done by any client software.

link|flag
I was afraid that would be the answer :\ – mikeycgto Aug 12 at 4:32

Your Answer

Get an OpenID
or

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