Preventing source code being obtained, copied, read by various means such as obfuscation and encryption. Applies especially to interpreted languages such as JavaScript where source code will be run directly on the user's machine.
Questions tagged [source-code-protection]
183 questions
0
votes
3 answers
PHP - protecting code
Possible Duplicates:
How to protect your software code?
Protect my PHP App
Hi, I have a framework that I am wanting to be able to sell licenses for. I want people to be able to edit the code if they choose to (to a degree) but also I want to try…

Phil Jackson
- 10,238
- 23
- 96
- 130
0
votes
1 answer
How to protect the source code of a web site that is hosted locally?
I'm working on a small project web about billing and inventory. The project is designed to be on the web, but some micro and small businesses do not have internet access (yes, that exists in Nicaragua). So the option I offer is hosting it locally,…

laviku
- 531
- 12
- 32
0
votes
0 answers
Winlicense with hardware lock of Windows exe
I have a Windows exe file, which I want to make hardware-locked. I want it to run only on computers, which have a valid license key. For this I use Winlicense.
I created a project in Winlicense and all is OK, but when I click "Protect" the…

Dragomir Goranov
- 175
- 12
0
votes
0 answers
How to protect my code
Possible Duplicates:
Securing a .NET Application
Protect .NET code from reverse engineering?
I am creating a c# application and i
want to hide the code of that c# application. When i use reflector
for my application exe / dll it,
…

Piyush
- 1
- 4
0
votes
1 answer
Not sharing source code for iOS application with client
I have an application that will be used by multiple clients. I do not want to share the source code with them though. Im not an expert on iOS development, but if I build the application what can I send them that will be necessary for them to…

Mike Flynn
- 22,342
- 54
- 182
- 341
0
votes
1 answer
ActionScript class to get unique system id
Is there a way to get a unique system id using ActionScript?
I found this answer but it appear to be all C++
get unique machine id
Anyway, I am looking for a deterrent for copying our Flash App. It will be installed on a select number of kiosk in…

user2112641
- 11
- 2
0
votes
3 answers
ORM and .NET Code Protectors
We are about to use Code Protectors (Obsfucation as well as Native Compilation), I assume ORMs will be dependent little bit on Reflection and I am worried will Obsfucation and Native Compilation protection techniques create any problems?
Has anyone…

Akash Kava
- 39,066
- 20
- 121
- 167
0
votes
1 answer
Is there a way to protect my PHP script from being edited?
I've been working on a PHP class to build into a redistributable API. I'm trying to determine a way to effectively do a licensing check. At this point, I have the script check the URL that the code is running on, do a handshake on my server to see…

Martin Sheeks
- 139
- 14
0
votes
1 answer
Wondering who gets to see my source/data in the cloud
Let us assume I have few ideas that I don't want stolen and I am willing to pay a reasonable price.
There are instances like this:
http://www.pcmag.com/article2/0,2817,2369188,00.asp
or the facebook story, or the early apple/xerox story.
which could…

foobarometer
- 751
- 1
- 9
- 20
0
votes
2 answers
In PHP how to deliver website to client without giving them source code
As in JSP we give "WAR" file to clients and it contains .class files and other configuration files but not the source code, is there any way, in PHP, to deliver the project (website) to client without giving them source code.

swdeveloper
- 908
- 1
- 11
- 33
-1
votes
0 answers
If use use gpl-licensed library in my android app, should i share my source code?
implementation 'com.arthenica:mobile-ffmpeg-min-gpl:4.4.LTS'
for example this library uses GPL-3.0, LGPL-3.0 licenses, but my app is social app, and i want to keep the source code private, if use gpl licensed any library dynamically in my app,…

terlan abaszade
- 29
- 5
-1
votes
1 answer
Hiding/restricting parts of the source code in a git repository for team members and freelancers
I have looked at many related/similar questions, but could not find any sufficient answer to my question.
I have a Gatsby/React project, for which I have one private git repository which is hosted on github. I want to be able to let freelancers work…

Ruben Lemiengre
- 104
- 8
-1
votes
2 answers
Problem with html display none property appearing in page source
I have one page and I have 4 sections with div tags on this page. I print the first of these sections on my page and hide the other sections with the 'display: none' property.
Later, when I click the next button on my page, it hides the first…

ibrahimguzel005
- 27
- 7
-1
votes
1 answer
Showing python project without share the source code
I have created a AI project by python. Now I want to share in online that every one can see this and use this but no one can see the source code. How can I do this!? Note: I use almost all the way to make it an exe file but it failed. Is there any…

Nymul Islam Moon
- 1
- 2
-1
votes
1 answer
Why is it looking like this?
I am trying to decompile a .swf file so I can read and understand it but when I am decompiling the .swf it looks like this.
Have I found the right .swf file or what is the problem?

GoingForIt
- 1
- 2