Top "Source-code-protection" questions

Preventing source code being obtained, copied, read by various means such as obfuscation and encryption.

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 javascript files?

I know it's impossible to hide source code but, for example, if I have to link a JavaScript file from …

javascript source-code-protection
How do you extract classes' source code from a dll file?

Is there any software to do this? I didn't find any useful information on the internet so I am asking …

c# asp.net dll reverse-engineering source-code-protection
node.js - Code Protection?

I want to use node.js in my next project, but my boss does not like that our competitors can …

javascript node.js source-code-protection
How to hide Angularjs source codes?

How to hide app.js, controller.js files or code? They are visible in html source. Is there anyway to …

angularjs source-code-protection
Preserving SCRIPT tags (and more) in CKEditor

Is it possible to create a block of code within the CKEditor that will not be touched by the editor …

javascript regex exception ckeditor source-code-protection
How to save VBA code to DLL library?

For security purpose, I want to save my macros from VBA in Excel workbook to DLL library file I'd be …

excel dllexport source-code-protection vba
How to protect compiled Java classes?

I know, many similar questions has been asked here. I am not asking if I can protect my compiled Java …

java decompiling source-code-protection
How to Protect an Exe File from Decompilation

What are the methods for protecting an Exe file from Reverse Engineering.Many Packers are available to pack an exe …

exe executable reverse-engineering decompiling source-code-protection
How to convert C# to DLL to hide the source code?

How can I convert my C# code to DLL file in a way that the user of DLL can’t …

c# visual-studio dll source-code-protection