actionscript 3 - Ways to protect a Flex app on a public website -


I am preparing a Flex app that will run publicly, and therefore I have saved SWF as much as possible from a reverse engineer Probably would like to

Once I hear about how to deny access to browsers directly to SWF files, it still allows it to play within the main HTML page. Can be used to harass any public webapp created in Flex, I would like to know any such practice (and how to work them).

You can not save SWF from being downloaded The browser should be able to download SDF to run it. There are some things that you can make it a bit safer, such as a simple SDF that loads a second SDF, possibly after some challenge / feedback test, but in the end, the SDF required to run by you always For the client to download

The best you can use is an obfuscator.

amayeta swfencrypt -

Secure SFF

irrFuscator ActionScript 3 Obfuscator

But with ambiguity, the code can be decompressed too .

So below the line, if the code is actually doing something special, then do it on the server.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -