Tagged Questions
The code-protection tag has no wiki summary.
14
votes
3answers
861 views
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 class - because obviously you will say 'no you can't'. I am asking what is the best known method ...
9
votes
12answers
772 views
Protection of code from its own developers
Perhaps the most obvious way of protecting a company's intellectual property from its own developers seems to be an NDA - Non Disclosure Agreement. Effectiveness of this approach may vary, depending ...
3
votes
3answers
275 views
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 the code remains unread by those not intended to see it. On a Linux box, I could wrap the R code in a bash ...
2
votes
1answer
77 views
How can I protect my C# opensource game from hacking?
I'm developing a game with online mode, but it's opensource (SourceForge) and anyone can download the code, hack any checks and play against the official server with a hacked client.
I've been ...
2
votes
3answers
88 views
JavaScript programming: de facto open source?
From my understanding, JavaScript code, because it is client-side, is not hidden to the client, and is hence de facto open source.
I am aware of "code obfuscation", but according to Wikipedia, "At ...
2
votes
5answers
660 views
node.js - Code Protection?
I want to use node.js in my next project, but my boss does not like that our competitors can read the source code.
Is there a way to protect the JavaScript code?
2
votes
4answers
116 views
Avoid an application to have access to disk operations
Let's guess in my application I allow to load a DLL with LoadLibrary WIN32. As i don't know the code of that DLL it can be malicious. So my question is, there is some way to tell windows to apply some ...
2
votes
3answers
5k views
Preserving SCRIPT tags (and more) in CKEditor
Update: I'm thinking the solution to this problem is in CKEDITOR.config.protectedSource(), but my regular-expression experience is proving to be too juvenile to handle this issue. How would I go about ...
1
vote
1answer
40 views
SLP Code Protector integration with Visual Studio build or Setup project
Have any one tried InishTech SLP Code Protector ?
Can we integrate this with our build programmatically? I found tutorials but those were to do with the help of SLP code Protector. What I want to ...
1
vote
3answers
335 views
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 my Source Code. How can I build this standalone?
Thank you for any guide.
...
1
vote
9answers
313 views
How to protect applications?
My boss have given me assignment to find how a web based application developed in .NET can be protected. As per agreement products developed in our company are an asset of the company and even ...
1
vote
1answer
62 views
Code Protection With Loaded Assemblies (.NET)
This an example problem to illustrates my point. I'm not looking for a solution to this problem but instead the general idea behind it.
Lets just say I've got a project that lets people load in ...
1
vote
7answers
3k views
Encrypt php code
I create a software using php. Now need to sale this software .So, I need to encrypt my code that nobody can view my source code. can anybody help me to do:
1. Encrypt my PHP code but software ...
0
votes
2answers
123 views
Compile PHP to prevent “theft”?
If I create an application in java I compile it and it's hard to steal the code even if I send you the application. I know you can do it with reverse engineering and such but anyways.
If I create an ...
0
votes
1answer
83 views
Best method to check a file hasnt been modified or altered
I'm working on a solution and one of the features is to check that some files have not been tampered in other words hacked. I was planning on using the MD5 sum with a mixture of created and modified ...
0
votes
1answer
116 views
Packer detection of PE files
I want to know how detectors like Peid exe tools or protectid detect the packer/protection of pe files. I thought maybe some constant values when a program is packed, but i dont know well. Can someone ...
0
votes
3answers
258 views
Protect Ruby code
I'm writing Ruby app and I want to use some top-secret algorithms. So how would be the best to protect them from unauthorized access.
I have 2 ideas:
write them in C and load using FFI (I wonder if ...
0
votes
4answers
678 views
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 calling from the file later.
This way it is possible to deploy any version of my macros to ...
0
votes
3answers
150 views
PHP - protecting code [closed]
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 ...
0
votes
0answers
575 views
How to protect my code [closed]
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. ...
0
votes
3answers
242 views
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 ...