Top "Protection" questions

avoid using this vague/ambiguous tag

How to protect your software code?

Possible Duplicates: How do you protect your software from illegal distribution? Best practice to prevent software copy Hypothetical situation: Lets …

protection copy-protection data-protection
What is the best way to protect sensitive data in the code?

I was examining the ways of protecting my code from decompiling. There are several good threads here describing obfuscation and …

c# .net security protection data-protection
How to run code right when a C# application starts?

I have put some code inside of the public MainWindow() {} but I kept getting some obscure XAML parsing errors as …

c# wpf visual-studio-2010 protection
How do you protect your software from illegal distribution?

I am curious about how do you protect your software against cracking, hacking etc. Do you employ some kind of …

security licensing protection software-distribution piracy
Create a read-only file

I was wondering wether it is possible to create or simulate a file with a content set at creation and …

java file protection readonly
How to protect a Jar file from being decompiled?

I'm developing an application using java but I'm not going to release the code. The problem is, I tested one …

java jar protection decompiling
What are some ways to protect emails on websites from spambots?

I'm creating a public internet facing website which contains the email address of their salespeople. What kind of programming options …

email protection spam
Quick and easy flood protection?

I have a site where a user submits a message using AJAX to a file called like.php. In this …

php protection spam
How to detect a cracked iPhone App and a jailbroken device (different methods)

I'm building a blacklisting service for cracked iPhone apps and I am curious if I missed a method for detecting …

iphone detection protection cracking piracy-protection
...is inaccessible due to its protection level c#/asp.net

I have an application with a separate class, that i'm instantiating in the code behind-file (in Page_Load). In the …

c# asp.net class protection