The piracy-prevention tag has no wiki summary.
0
votes
0answers
43 views
Strategies for battling iOS in-app purchase piracy?
My app uses in-app purchase, and I verify the transaction receipts with Apple. This has shown me that many users are trying to pirate the in-app purchase mechanism by submitting fake transaction ...
3
votes
3answers
122 views
Android licensing application not works?
I implemented Google License cheker by reading the instruction given here
Here is my code:
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import ...
0
votes
1answer
56 views
Tracking Rails App usage on the Web/Intranet
We have developed an open source web application under LGPL license and hosted in a LIVE demo server. Also the source code is available in source forge. Numerous downloads are being notified day by ...
0
votes
0answers
55 views
Apply DRM on video file using PHP
I want to build a website from where user can download video file. After download the file user can watch that video file only 30 days, If he again buy licence only he/she can watch again. This is the ...
5
votes
2answers
324 views
How to protect MATLAB compiled application from distribution?
How I can protect MATLAB compiled .exe from:
reverse-engineering
unauthorised distibution?
Which packers, protection tools etc should I use?
2
votes
0answers
130 views
Licensing solutions compatible with e-junkie?
I need a licensing solution. As it stands I've rolled my own partial key verification solution but obviously not being a cryptography expert or possessing a budget or a team to afford more than myself ...
2
votes
2answers
164 views
Implement piracy prevention system for a Java desktop application
I am trying to create a desktop application in Java,
It should not run in another machine than which I prefer.
It should not run after a particular expiry data.
Is there any good idea to do so. ...
0
votes
1answer
157 views
Prevent Leeching of Paid Content Downloads - But Allow Customers to Re-download
I'm planning on selling a bunch of videos online, as part of a paid members area. Customer pays via PayPal and gets access to a members area, where there's links to download the videos. The videos are ...
0
votes
0answers
139 views
Testing anti-piracy code [closed]
Is there anyway to test an anti piracy code on iPhone app? I've implemented a little piracy code and I'm looking for a way to test it.
I've downloaded Crackulous from Cydia to crack my own app, but ...
1
vote
2answers
295 views
Is it possible to inspect the command line arguments passed to an VB6 app from outside the app
I have a VB6 application that has a licensing module in VB6 which checks for the authenticated user. If authentication is successful, this application calls main application with authentication ...
3
votes
1answer
272 views
Design Patterns for protect software against piracy
I've developed a windows application in .NET and now I'll like to protect it against piracy. Like this is a very common problem I'm pretty sure there are some well established Design Patterns in this ...
0
votes
4answers
430 views
How to prevent a program from being copied, using Delphi
I would like to know, let say I develop a program, have access to the clients computer, is there no way to develop the program so that is can only run on that machine, by writing in the computers ...
6
votes
2answers
4k views
How to secure my app against piracy
I am developing an android app and I am planning to publish it (paid app). I have heard that it is very easy to pirate Android apps (much easier than iphone). I was wondering from your experience or ...
-2
votes
2answers
418 views
0
votes
2answers
180 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
265 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 ...
1
vote
5answers
1k views
How Can I Protect My C# Code From Being Decompiled? [duplicate]
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 ...
2
votes
1answer
517 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 ...
4
votes
2answers
1k 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 ...
2
votes
3answers
495 views
How to make Software Secure? [duplicate]
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
381 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
2k 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)
...
1
vote
3answers
994 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.
2
votes
2answers
619 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 ...
24
votes
1answer
2k 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 ...
0
votes
5answers
289 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 ...
4
votes
5answers
747 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 ...
0
votes
4answers
520 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 ...
2
votes
3answers
154 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?
0
votes
1answer
156 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 ...
2
votes
5answers
750 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
459 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 ...
4
votes
5answers
319 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. ...
34
votes
5answers
14k 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 ...
5
votes
10answers
768 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
9answers
394 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 ...
23
votes
10answers
4k 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 ...
1
vote
6answers
614 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 ...
2
votes
5answers
120 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
1answer
548 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?
8
votes
12answers
8k views
How to preventing decompilation of any 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 ...
1
vote
2answers
3k 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?
1
vote
1answer
99 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 ...
0
votes
1answer
541 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 ...
4
votes
6answers
2k 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 ...
54
votes
4answers
12k 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 ...
9
votes
4answers
4k 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 ...
2
votes
4answers
589 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 ...
23
votes
7answers
4k 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 ...




