1
vote
1answer
31 views
having problem with proguard trying to obfuscate code that uses Spring
My project uses spring for IoC. After obfuscation the application context fails to find the bean since it's class name has been changed. I tried to use -adaptresourcefilecontents
o …
2
votes
6answers
132 views
Would it be so tragic not to Obfuscate my product?
Disclaimer: I'm not sure if this is for a programming or startup forum, anyway...
Hello,
I'm building a software (a concept-mind-mapping/diagramming product in .NET) and seeing tr …
11
votes
12answers
388 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 …
17
votes
13answers
467 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
1answer
21 views
Best Practice for Obfuscating a C# Visual Studio DSL Solution as VSIX
I was wondering if anyone has any advice for obfuscating a DSL?
Background - We have created a DSL which we will putting into the Visual Studio Gallery as a VSIX file.
We already …
0
votes
2answers
34 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 …
0
votes
3answers
78 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
149 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
4answers
126 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
29 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
4answers
81 views
Obfuscating multiple related .NET assemblies with babel obfuscator
Hi
I have two assemblies, A and B, where A depends on B. I'm trying to obfuscate both of them together, i.e. in a way it doesn't break the app with the babel obfuscator.
Is there …
0
votes
1answer
29 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 …
9
votes
16answers
450 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 …
2
votes
7answers
147 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
59 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 …
