0
votes
0answers
13 views
java proguard: library doesnt work after optimization
hello, i am optimizing a jar with proguard, but it crashes after optimization.
here is my proguard task:
<proguard>
-injars ${dist}/${jarname}
-outja …
11
votes
12answers
347 views
Should I be obfuscating database IDs from my users?
I'm being told that I shouldn't be using database IDs directly in HTML code in web applications.
Currently I use the IDs on things like table row IDs (tableRow-454 where 454 is th …
18
votes
13answers
441 views
techniques for obscuring sensitive strings in C++
I need to store sensitive information (a symmetric encryption key that I want to keep private) in my C++ application. The simple approach is to do this:
std::string myKey = "mysup …
0
votes
3answers
70 views
Obfuscating your jquery code. [closed]
Possible Duplicate:
How can I obfuscate JavaScript?
Can someone please suggest a method to obfuscate the jquery code used in a website. Is it correct to do so from the fun …
1
vote
4answers
112 views
How to obfuscate a java based project
I have created a java based project using Netbeans as an IDE. Now I want to obfuscate my project. How can this be done?
0
votes
1answer
23 views
Un obfuscate URL using mod rewrite.
I work for a company that used to have a polocy of obfuscating URLs for articles which you needed to register to use. So they would have something like
/story.php?story_id=Z_ZXYZ
…
0
votes
1answer
23 views
Microsoft CCI based Obfuscator
Hi,
I want to write an .NET obfuscator based on Microsoft CCI library. I found a few obfuscators written with Mono.Cecil, but there are no CCI based. Are there any potential probl …
0
votes
3answers
53 views
How to allow customization of a platform built on Drupal (and PHP obfuscation)
Hi, My company is building a platform on top of a heavily extended Drupal core. I have multiple customers who will be using separate instances of this system and will want to cust …
2
votes
7answers
146 views
What are the best ways of protecting my source code?
What is the best way of protecting my source code from being distributed without permission.
I've thought of perhaps moving my source to another server.
Also toyed with the idea …
0
votes
3answers
113 views
PHP code to obfuscate HTML?
I know, I know - obfuscated html/js code is useless (I read the other questions on SO), but I still want to make life harder for copy-cats of my site...
I'm running a php based we …
1
vote
7answers
217 views
How to deliver a java program to a client?
I wrote a software application in Java. Now I want to deliver it to my clients. But before that, I want to do something on that software which are mentioned below. You can answer a …
2
votes
6answers
149 views
PHP Source Encryption - Effectiveness and Disadvantages
I have some PHP source code that I'm hosting with hosting company XYZ. I'm using a PHP encryption software like Zend Guard or ionCube to protect the source from being viewed by any …
1
vote
5answers
82 views
Encrypted a project in ASP.NET
Are there any ways to encrypted a project in ASP.NET, so my customers can not change change the function where it checks the license code?
0
votes
1answer
56 views
Obfuscation of war file
Can anybdy tell me how to obfuscate war file using proguard.I am getting error while generating obfuscated war file.
9
votes
16answers
439 views
Real world uses for obfuscation
For what purposes would you want to obfuscate your code? I have not run into any real purposes other than participating in contests, but I am sure there must be some intelligent a …
