Top "Obfuscation" questions

Obfuscation is the process by which the code is altered so that a developer finds it much harder to understand clearly what the intended program does or how it operates.

iPhone/iPad App Code Obfuscation - Is it Possible? Worth it?

I've researched quite a bit, both on SO, as well google-ing all over the place, but I can't seem to …

iphone ipad obfuscation store
How to minify/obfuscate a bash script

Of course a bash file cannot be truly obfuscated and will always be readable. And I don't want to wrap …

bash shell obfuscation minify
Simplest way to obfuscate and deobfuscate a string in JavaScript

I'm looking for a way to obfuscate and deobfuscate a string in JavaScript; by which I mean encryption and decryption …

javascript encryption obfuscation
How good is Dotfuscator Community Edition? What is "good enough obfuscator"?

I plan to release one small, low priced utility. Since this is more hobby than business, I planned to use …

.net obfuscation piracy dotfuscator piracy-prevention
How to decrypt a javascript file

I just discovered a virus in my computer that uses a .js file to attack. I opened the file in …

javascript obfuscation virus autorun deobfuscation
Python Code Obfuscation

Do you know of any tool that could assist me in obfuscating python code?

python obfuscation
How do you hide secret keys in code?

I've wondered for some time how some software hides secret keys in such a way that they can't be trivially …

encryption obfuscation
Minify / Obfuscate PHP Code

I use Haxe to generate PHP code. (This means you write you code in the Haxe language and get a …

php code-generation obfuscation minify haxe
Is there such a thing as a javascript deminifier (deobfuscator)?

This question is exactly the opposite of Which Javascript minifier (cruncher) does the same things that the one Google uses …

obfuscation reverse-engineering minify unminify
How to debug with obfuscated (with ProGuard) applications on Android?

When I got something like this ERROR/AndroidRuntime(18677): Caused by: java.lang.NullPointerException ERROR/AndroidRuntime(18677): at com.companyname.a.a.…

android debugging obfuscation proguard