Tagged Questions
The piracy tag has no wiki summary.
80
votes
28answers
9k views
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 serial number check? Hardware keys?
Do you use any third-party solutions?
How do you ...
38
votes
4answers
8k 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 which it runs, what ...
27
votes
5answers
8k views
How good is Dotfuscator Community Edition? What is “good enough obfuscator”?
I plan to release one small, low priced utility. Since this is more hobby than business, I planned to use Dotfuscator Community Edition that is shipped with VS2008.
How good is it?
I could also ...
23
votes
22answers
3k views
What's the best way to protect a Windows application from piracy?
I will be selling a Windows application into an industry where many of the users will know and be friendly with many of the other prospective users. I expect that some users wouldn't think twice about ...
19
votes
10answers
3k 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 uses some trick to ...
17
votes
21answers
5k views
Methods to stop Software Piracy?
I am a great fan of open source technologies. I have seen a lot of sites which offer pirated software.
My question is, suppose if you are software developer and wants to sell your product and stop ...
13
votes
7answers
1k 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 more than a few ...
10
votes
4answers
357 views
HTML5 App Anti-Piracy techniques?
I'm writing an HTML5 based game that runs as a stand-alone application. It is distributed via the web, but there are no other server requirements—no database, etc.—everything is "in-app". This is by ...
10
votes
9answers
781 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 communicates back, with ...
9
votes
2answers
229 views
Can I use In-App Purchase on iOS pirated application to ask for the user to pay for it?
Does In-App Purchase works on an iOS pirated application?
Being a developer, I was thinking about the potential following use-case:
Some internet user install my application by pirating it
I let ...
9
votes
1answer
762 views
.NET application per-machine/per-user licensing
I am about to implement a very basic licensing feature for my application. A serial number may be granted per-machine (or per-operating-system) or per-user (as for CAL in Windows Server: if my ...
7
votes
1answer
161 views
Piracy, piracy, piracy. What can I do?
I've just released an app, a paid app, 4 days later a user told me there's another web site in China hosts my app. I downloaded it from there, and it does run fine on my device!
There are posts here ...
6
votes
4answers
119 views
Best way to distribute evaluation version of any software?
I would like to distribute my software (.net windows application) with evaluation version of 30 days irrespective of system time.
I do not want to use internet for fetching time as software is to be ...
6
votes
20answers
2k views
How to stop pirates? Someone already nulled and pirated my script :(
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 protection) and pirated the script.
...
5
votes
7answers
1k views
How to avoid piracy when shipping source code?
This question is more or less for Joel Spolsky, but if anyone else has an answer, they are welcome!
If you ship the source code, like in FogBugz [1], and you allow the costumer to modify it; how do ...
4
votes
1answer
283 views
Android detect pirated/cracked app
On the iPhone there are several ways to detect when user opens the version of your app that was pirated.
Is there a way on the Android to detect when an user is using the pirated version of your app?
...
4
votes
5answers
242 views
I'm considering writing an application, and I'd like to ask for suggestions on piracy and licensing
I have an idea for an application that is firstly totally sweet and secondly completely absent in the market. It is fairly simple, and I think it won't cut into my studies too deeply to write it. ...
4
votes
11answers
475 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?
3
votes
6answers
1k 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 there?
2
votes
3answers
284 views
How i can secure Ebooks from online piracy? [closed]
Are their any way to stop piracy of Ebooks online. the software can be protect by implement some advanced type of protection but are their really any way exist to secure ebooks from online piracy.
...
2
votes
4answers
123 views
Is there any way to prevent people from making my web game available offline?
It's not the type of game that really need a server to operate. I'm using javascript and html5 right now, and I cant think of a way to prevent the game from being rip off.
Using obsfucator is ...
2
votes
2answers
493 views
Has anyone been able to successfully serve a DMCA takedown notice to FileDude.com or AppTrackr.org? [closed]
Has anyone been able to successfully serve a DMCA takedown notice to FileDude.com or AppTrackr.org?
I realize this is not quite a programming question, but I was wondering if any other devs had tried ...
2
votes
2answers
709 views
Anti piracy and app identification. iPhone SDK
How easy is it to determine whether an iPhone application is cracked and report that device ID to a server rather than block it / or turning the app into a lite version? Would patching remove these ...
2
votes
4answers
627 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 that could alert me ...
2
votes
4answers
530 views
Cocoa app - security issue
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 runs every time the user launch the app.
...
1
vote
2answers
118 views
How to protect my application against piracy [closed]
Possible Duplicate:
Methods to stop Software Piracy?
How are Software License Keys generated?
I am a beginner in software developement and I would like to know how to implement a ...
1
vote
1answer
30 views
Keep SVGs from Being Accessed by User
I'm putting together a mobile version of a webpage which consists entirely of client art. For the old-fashioned desktop version, I just used PNGs, but I really wanted to use SVG for mobile. SVGZ would ...
1
vote
2answers
110 views
Can a checksum be used to prevent piracy?
Can using the checksum of a file somehow prevent (hinder) piracy? Perhaps I could calculate the checksum of my final exe and then at random intervals, have the exe check the checksum of itself, to ...
1
vote
2answers
156 views
Create product keys for iPhone application? [iPhone SDK]
Is it possible to assign different identifiers to copies of an app downloaded from the app store that is hard coded into the application? Or is their anyway of permanently storing an identifier in the ...
1
vote
5answers
650 views
What is the 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 switches):
1 - "passive ...
1
vote
6answers
339 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 software is the most ...
1
vote
3answers
1k 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 it a cracked ...
0
votes
2answers
52 views
Are there better methods to combat casual piracy than hardware locking + activation?
By casual pirates I mean folks who won't like to search for and use the crack, but won't hesitate violating the EULA in the absence of technical license protection mechanism.
One example could be a ...
0
votes
1answer
62 views
How can I protect my videos from being stolen?
I produce movies for local companies and use JWplayer to display them on my website. However, it appears that a few companies have snatched the source of the FLV's ( Amazon's EC2 ), and embedded it on ...
0
votes
1answer
154 views
How do they (Microsoft) protect their software etc? [closed]
I realise this issue has been raised before, that there are no perfect solutions, and that I'm treding on unsafe grounds as it could be taken to wrong way but all I am looking for is some futher ...
0
votes
1answer
297 views
Detect if data connection has been disabled
I am struggling with an issue relating to the licensing service and network connection.
The bottom line is I want the LVL to work if the user is in the middle of nowhere with no signal, but I don't ...
0
votes
4answers
231 views
Make .NET desktop software that expire after certain period
I'm looking for ways to make piracy most inconvenient.
I have developed a Windows Form software that I want the customer to be able to use only for a certain period of time, after installing. Is it ...
0
votes
4answers
150 views
Which copy protection techniques are available for digital material?
Suppose a website offers the following resources for premium users:
PDF Files
Video Files
Presentations (e.g. .ppt files)
Which protection techniques are available to prevent (slow down) the user ...
0
votes
1answer
483 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 rapidshare URLs that ...