0
votes
4answers
141 views
What isthe best way to write a C# application “kill switch”?
I need to write a "kill switch" into my C# application for licensing/billing purposes. What is the best way to do that?
The requirements are as follows (its actually 2 kill switch …
4
votes
12answers
207 views
Preventing PHP Code from being Pirated
I'm developing some web-based software. However, commercial launch, as far as I can tell, will require distribution of the PHP code. How can I prevent this code from being pirated? …
0
votes
5answers
91 views
Prevent time-based copy protection circumvention?
I have some trial software that I wish to distribute to clients. I want the trial based software to stop working 30 days after installed.
A simple check of the system date in the …
0
votes
4answers
235 views
Licensing / Protection Software?
I'm selling software online and would love to know what everyone else is using for licensing and protection. I know Armadillo is popular, as is EXECrypter, but what else is out the …
0
votes
1answer
243 views
how to stop piracy of window application? [closed]
Related Question: Protect .NET code from reverse engineering?
Related Question: How do you protect your software from illegal distribution?
Related Question: How to prevent people …
11
votes
7answers
802 views
Software protection for small vendors
This is a problem we all have to consider at some point.
After many years and many approaches I tend to agree in general with the staterment:
"For any protected software used by …
16
votes
10answers
818 views
How to detect if a Windows version is legal or not?
I'm not interested in getting version information. All I want to do is to make sure my application will only run on a legal version of Windows and not on a pirated version. Windows …
9
votes
9answers
482 views
What is the best way to stop an application being copied and used without the owner’s permission?
What is the best way to avoid that an application is copied and used without the owner’s knowing?
Is there any way to trace the usage? Meaning periodically the application communi …
7
votes
10answers
275 views
Prevent Casual Piracy for Simple Utility
I've written a small utility that I wish to sell for less than $10.
My primary concern is "casual piracy". The scenario that plays out in my mind is this:
User buys the progra …
9
votes
2answers
1k views
Reducing piracy of iPhone applications
What are accepted methods to reduce iPhone application piracy, which do not violate Apple's evaluation process?
If my application "phones home" to provide the unique device ID on …
1
vote
3answers
163 views
iPhone sdk - owners name?
Is there a way in the iPhone sdk to get the name of the contact who own's the phone?
I see that my app has been cracked, and I would like to update a release which checks to see if …
2
votes
4answers
188 views
How does one protect a web application sold on a per license basis from piracy?
So yea, i'm planning on selling a web application i've made. I know i could never stop people from copying files and sharing them, but how would i go about placing pieces of code t …
2
votes
4answers
217 views
Cocoa app - security issue [SOLVED]
Hello!
I've a question about a good way to protect a bit my cocoa app from piracy!
I know that this is impossible!
So, in my app I've an isRegistered() method that run every time …
5
votes
16answers
765 views
How to stop pirates? Someone already nulled and pirated my script :(
Hello,
I dont know what to say. About 3 days ago I released a script to the public. Today I realised, after searching on google that someone had already nulled (removed my protect …
1
vote
1answer
190 views
automating RAPIDSHARE piracy file take down process
I found a new search engine that speeds up finding piracy files from rapidshare, how could I automate a tool that finds our product using this engine and outputs the list of the ra …
