|
Protect SWF FilesIf you are not distributing your ActionScript source code (.as and .fla files) with your Flash application, then you have to use secureSWF to protect your SWF files before uploading them. Anyone can download and decompile your SWF files in seconds and completely view your source code. ActionScript ObfuscatorActionScript obfuscation makes decompiling a very time and effort consuming task by removing the information Flash decompilers use to generate useful ActionScript source code. secureSWF renames (or completely removes) anything you have assigned a name to into meaningless and confusing names.
More About ActionScript Obfuscation
SWF EncryptionSWF encryption prevents Flash decompilers from generating any ActionScript code that is relevant, in any way, to the original code. It's not really encryption, but in the context of code, it might be better. SWF encryption (or byte-code obfuscation) that secureSWF implements does not need to keep a decryption-key. It is actually designed not to be reversed either by the Flash player and, of course, by Flash decompilers. secureSWF implements four very effective SWF encryption techniques to protect SWF files against Flash decompilers that can be applied by many orders of magnitude.
More About SWF Encryption
Our Users Say
Stephen Gose - PBMCube
|