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.
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-protectionI am developing a piece of software in Python that will be distributed to my employer's customers. My employer wants …
python licensing obfuscation copy-protectionIs it possible to hide the Javascript code from the html of a webpage, when the source code is viewed …
javascript browser hide obfuscationObfuscation is one way, but it can't protect from breaking the piracy protection security of the application. How do I …
c# .net obfuscation reverse-engineeringI'm looking for very simple obfuscation (like encrypt and decrypt but not necessarily secure) functionality for some data. It's not …
c# obfuscationI want to automate a fairly simple task. For this I have written a small PHP script which I run …
php obfuscationIs there any way to hide or encrypt JavaScript code to prevent people from viewing, copying, and/or modifying proprietary …
javascript encryption obfuscationHas anybody used a good obfuscator for PHP? I've tried some but they don't work for very big projects. They …
php obfuscationMy product has several components: ASP.NET, Windows Forms App and Windows Service. 95% or so of the code is written …
.net security obfuscationI am developing a security software and want to obfuscate my java code so it will become impossible to reverse …
java obfuscation