vote up 2 vote down star

Hi,

After creating an adobe air file, I am able to open it using winrar or any other archiving program and see all the contents including the code of my program.

Is there a way to avoid this? Some sort of encryption or something?

Thank you very much.

flag

75% accept rate

1 Answer

vote up 1 vote down check

No. The '.air' file is as much an archive as say. a XPS file.

The question is why do you want such a thing? To avoid source sharing?

If you have issues sharing your source, why don't you use put javascript code on your server and pull them from client side. Of course, this'll mean that they don't work when their network or your server is down.

link|flag
Yes, all my source code is visible. I just realised that after installation of the application, all of the source code lies in the installation folder. I need a way to protect my code without going online. – Alec Smart Mar 7 at 10:11
Try this: javascriptobfuscator.com/Default.aspx – dirkgently Mar 7 at 10:46
I was hoping there would be a better option than obfuscating each and every js file. Cause I have html files, images etc too. – Alec Smart Mar 7 at 11:11
I don't see how you will get there. Resources, however can be compiled into a SWC. – dirkgently Mar 7 at 11:23
Can you please elaborate on what you mean by SWC? – Alec Smart Mar 7 at 17:18
show 3 more comments

Your Answer

Get an OpenID
or

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