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.

How can I obfuscate (protect) JavaScript?

I want to make a JavaScript application that's not open source, and thus I wish to learn how to can …

javascript obfuscation source-code-protection
How do I protect Python code?

I am developing a piece of software in Python that will be distributed to my employer's customers. My employer wants …

python licensing obfuscation copy-protection
How do I hide javascript code in a webpage?

Is it possible to hide the Javascript code from the html of a webpage, when the source code is viewed …

javascript browser hide obfuscation
Protect .NET code from reverse engineering?

Obfuscation is one way, but it can't protect from breaking the piracy protection security of the application. How do I …

c# .net obfuscation reverse-engineering
Simple insecure two-way data "obfuscation"?

I'm looking for very simple obfuscation (like encrypt and decrypt but not necessarily secure) functionality for some data. It's not …

c# obfuscation
Convert a PHP script into a stand-alone windows executable

I want to automate a fairly simple task. For this I have written a small PHP script which I run …

php obfuscation
How can I hide or encrypt JavaScript code?

Is there any way to hide or encrypt JavaScript code to prevent people from viewing, copying, and/or modifying proprietary …

javascript encryption obfuscation
Is there a code obfuscator for PHP?

Has anybody used a good obfuscator for PHP? I've tried some but they don't work for very big projects. They …

php obfuscation
.NET obfuscation tools/strategy

My product has several components: ASP.NET, Windows Forms App and Windows Service. 95% or so of the code is written …

.net security obfuscation
Best Java obfuscator?

I am developing a security software and want to obfuscate my java code so it will become impossible to reverse …

java obfuscation