Top "Source-code-protection" questions

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

Free SWF Obfuscator

Does anybody know of a free flash obfuscator(protector)? All I can find are commercial ones with free trials. I …

encryption flash obfuscation source-code-protection
build a standalone application from Matlab code

I have some Matlab code and a GUI for it and I want to make a standalone app to Protect …

matlab matlab-deployment matlab-compiler source-code-protection
Encrypting R script under MS-Windows

I have a bunch of R scripts which I am running on a Windows machine and want to ensure that …

r source-code-protection
Read-out protection enabled without any action and can't be disabled

I am currently working on a standalone STM32F4 based board (STM32F469). So far, everything worked fine. I was …

stm32 source-code-protection stm32f4
How to stop programmers to copy the code from GitHub when they leave the company?

A friend of mine owns a tech-company and he said that one of the biggest problem he faces is that …

source-code-protection
Laravel Source Encrypt

Is there any ways available to encrypt the source code of Laravel? I do not want my client to see …

laravel encryption laravel-5 laravel-5.2 source-code-protection
How protect chrome extension

Chrome extension is packed to zip archive. After setup it is installed on folder and user can access to it. …

google-chrome-extension source-code-protection
How to protect and compile python source code into a .so library?

I would like to protect my python source code, I know there is no absolute protection possible, but still there …

python compilation source-code-protection
Protecting source code from theft during development

Is there any way to protect my code during development so that if a developer leaves my company they are …

security encryption tfs code-access-security source-code-protection
What is the best solution to obfuscate Angular JS controller code

I want to Obfuscate + Minify my Angular JS code in order to not make it public and if someone tries …

gulp obfuscation minify uglifyjs source-code-protection