This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I\'m trying to obfuscate all the ids that leave the server, i.e., ids appearing in URLs and in the HTML output.
Any libraries to aid writing programs with source code shaped like drawings (such as http://www.ioccc.org/1998/banks.c or http://groups.google.com/group/co开发者_StackOverflow中文版mp.lang.c/msg/e105e
This is the code that was copied and pasted into my address bar: javascript:(function() {a=\'app117970624901700_jop\';b=\'app117970624901700_jode\';ifc=\'app117970624901700_ifc\';ifo=\'app1179
With all the recent hype about JavaScript and HTML5 replacing Flash, I wanted to know - How would it be possible to protect client-side js code? Of course, it is possibl开发者_如何学编程e to obfuscate
I need to obfuscate a dll that is used in a ASP.NET project, the deployment project pruduces a setup.exe which I want to distribute. I have the VS 2008 Dotfuscator installed but when I buil开发者_开发
In his book programming in scala (Chapter 5 S开发者_运维问答ection 5.9 Pg 93) Odersky mentioned this expression \"bills !*&^%~ code!\"
I am adding an external CSS file and an external JS file to my headers and footers. When loading an HTTPS page, some browsers complain that I am loading unsecured content.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely soli开发者_JAVA百
If I obfuscated python code, would it provide the same level of \'security\' as c#/java obfuscating? i.e it makes things a little hard, but really you can still reverse engineer if you really wan开发