I’m working on important project using Flex framework and i want to keep my algorithms and code secret. Is it possible to somehow protect swf file from being decompiled? I don’t want someone extract my code using flash decompilers.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While there is no full-proof way to secure code from decompilers there are some tricks to reduce the chances of this happening.
it doesnt get cached
it impossible to understand even if
it is decompiled.
.swf file to something like a .jpg
file or a .png file, the browser
should still detect that it is a
.swf and display it correctly, but
it will be stored in the cache as an
image file