Tagged Questions
The piracy-prevention tag has no wiki summary.
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 ...
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 ...
16
votes
7answers
2k views
How would I package and sell a Django app?
Currently I am hosted a Django app I developed myself for my clients, but i am now starting to look at selling it to people for them to host themselves.
My question is this: How can i package up and ...
10
votes
1answer
852 views
Storing In App Purchase receipts in the application Keychain
I've never implemented In App Purchase before, so I used the MKStoreKit wrapper and have a working implementation. MKStoreKit keeps all receipts in the UserDefaults .plist as a BOOL, thus it is very ...
8
votes
4answers
2k views
Signing .NET assemblies: Does this protect my assembly from tampering really?
I am implementing a "locking" system in my app which protects my app against being copied and used illegally. The system checks the signature of a hardware-based code and expects it to be signed with ...
6
votes
12answers
3k views
Preventing decompilation of C# application
We are planning to develop a client server application using C# and MySQL. We plan to sell the product on the shelf like any other software utility. We are worried about the decompilation of our ...
4
votes
2answers
381 views
Most efficient Anti-Crack methods
Since cracking is a huge problem I want to go deep into blocking those pirates (I don't even want to mention Cydia Themes, I have recorded a cracking percentage of over 98% on my themes which are all ...
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
476 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
4answers
492 views
Does your employer enforce the use of anti-piracy software?
How does your employer limit/prevent pirating of its products?
Some have the view that piracy can be good because of the market share and exposure it gives. Sure these are benefits but they come at ...
2
votes
3answers
156 views
How to make Software Secure? [closed]
Possible Duplicate:
Protect .NET code from reverse engineering?
I want to make my software that it doesn't get distributed without being purchased?
One way i thought was to make web ...
2
votes
1answer
101 views
How does “watermarking” in applications work?
By watermark I mean:
A byte array that is somehow integrated into a .exe / .dll file, which can be searched for.
Many anti-piracy / anti-reverse-engineer programs include a system called "watermarks" ...
2
votes
2answers
270 views
C# Free Licensing Solution
I am looking for a free or open source (and royalty-free too) C# licensing solution that can be easily implemented into my application. (hopefully just download, add to project, click click and done)
...
2
votes
5answers
306 views
What PHP code protection tool would you recommend? (encoding/encrypting/obfuscating/etc)
I have a client that is going to start selling a software based on PHP, and he'd like to have some level of piracy protection.
We're going to have a basic licensing code check, but we need the code ...
2
votes
3answers
104 views
Antipiracy techniques for a .Net DLL?
What sort of antipiracy techniques are available for implementation in DLLs? What restrictions might they imply on somebody who legally obtained the DLL?
2
votes
6answers
273 views
Avoid running of software after copying to next machine?
I have developed a small software. I want to provide and run it commercially only. I want it to be run in the machines who have purchased it from me.
If someone copies it from my clients computer and ...
2
votes
3answers
189 views
How do you make copy protected CDs?
I am working on making educational CDs. I require medium level copy protection code which may not be easily breakable by "non experts", similar to that in game CDs, so you have to have the CD in the ...
2
votes
5answers
108 views
PHP 5 software as a commerical product
I was thinking - say you are put thousand of man hours and come up with a state-of-the-art CMS or something. How do you ensure that whoever get it from you does not pirate it? I could insist the buyer ...
1
vote
5answers
155 views
How Can I Protect My C# Code From Being Decompiled? [closed]
Possible Duplicate:
.Net Obfuscation
Alternative for Obfuscation in the .NET world
Just a few minutes ago, I read that there are a number of tools, many free, that allow you to convert a ...
1
vote
3answers
272 views
How to prevent the default behavior on internal linked pages in jQueryMobile?
How can I prevent the default behavior on internal linked pages?
My goal is to prevent the user from accessing page contents without first authenticate.
1
vote
2answers
313 views
Protecting Software from Pirates
After reading numerous threads on Stack Overflow about how to protect software, I realized you can't. Thankfully my software is targetted at hosting businesses (not a lot of them at that) and a ...
1
vote
6answers
340 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
1answer
311 views
How to protect SQL code in SQL Server
Is it possible to protect SQL 2008 stored procedure code from anyone`s eyes? Maybe some encryption, or assembling like dll?
1
vote
1answer
81 views
Licence and/or concurrent use enforcement mechanism for fairly open UNIX product?
I would be grateful for any suggestions on how to add license key enforcement or concurrent user limit enforcement to a (UNIX-based) software product that - while not explicitly open-source - the ...
1
vote
5answers
852 views
Implementing Licencing mechanism for a Software
I am thinking of implementing a good licensing mechanism that has a good resistance against piracy. The required mechanism should not use an internet connection at each and every time the software is ...
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
184 views
Java software license library to best protect against piracy? [closed]
I was thinking if there's a Java library that can help turn your deployable Java application for desktop into a license required software?
Not just entering a cd key but by communicating with another ...
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
5answers
175 views
how to identify whether my PHP script is hosted by others
I am selling PHP script online at 35$ for a individual user
Is there any way to identify whether , my script is hosted by more than one user ..
Should i use any logic in my script to find his ...
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
1answer
132 views
Has somebody tried the new Licensing service already?
Yesterday google released a new service regarding the android market. A new way to check the licensing of your applications. See the blog for more informations.
Has anybody updated her/his app ...
0
votes
9answers
268 views
How to make sure that your code is secure?
I am a programmer. I have about 5 years experience of programming in different kind of languages. I was concerning about my code speed, about optimizing the memory that uses my code, and about good ...
0
votes
2answers
908 views
Licensing web applications
If I want to sell a web application as an installable product on the customer's servers, what are the best method practices for enforcing licensing such that it's not easily ripped and pirated?
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 ...