Tagged Questions
The source-code-protection tag has no wiki summary.
14
votes
3answers
858 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 ...
2
votes
3answers
86 views
Code Security for PHP
What is code security?
And also what is obfuscator? Do they have major similarities?
I have been hearing about the security issues of the code. How can we secure our code in php? How necessary is it ...
1
vote
3answers
52 views
Build a JAR file that can only be executed?
My project isn't complete, but I'd like to distribute some demo versions.
Is there a way to make a executable JAR file that won't give users access to its classes (e.g. when imported into Eclipse)?
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 ...
0
votes
3answers
265 views
Obfuscating string values in PHP source code
I want to protect PHP source code at easy way.
here is a example.
$a = "\x46\122" . chr(578813952>>23) . "" . chr(0105) . "\x2d";
$b = "\x73" . chr(847249408>>23) . "" . chr(0162) . ...
0
votes
1answer
149 views
Why does vs2008 express shows me the source code for another dll Project?
i'm totally new to .net especially with c# 3.0 and i'm working on an access database wrapper application because we need to protect the password and content of the database from being directly ...