Strategies to protect an application / software from being copied or used without permission.

learn more… | top users | synonyms

3
votes
3answers
116 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
0answers
51 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 ...
0
votes
2answers
120 views

“Protect” app: Free to full version via InApp purchase? Market license verification? Or useless?

Now I've nearly finished my first app and I wanted to have two versions of it, one free (with ads and a little less functionality) and one full/paid version. I know that you can not completely ...
0
votes
2answers
75 views

Secure solution for binding Java application to user / computer

Is there a secure solution for Java apllications to bind them to a specific user or computer eg by using the MAC adress (unsafe because can be changed?) or any other hardware specific data? We dont ...
0
votes
0answers
24 views

Can I alert my users of Piracy? [duplicate]

Possible Duplicate: Reducing piracy of iPhone applications I am trying my alert the users of my app, who've pirated it, that they should pay for it. How should I go about doing that?
0
votes
1answer
71 views

How can I use a simple LAN Card for software copy protection?

I have seen some applications which were using a simple LAN card as a protection card to prevent software piracy. Please tell me the main idea used in it.
5
votes
2answers
316 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?
1
vote
2answers
288 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
269 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 ...
-3
votes
1answer
300 views

How to protect php/mysql application deployed on client machine? [duplicate]

Possible Duplicate: Is it possible to wrap PHP/MySQL application in binary that can work as stand alone application? I have my application written on PHP/MYSQL. Earlier it was used to ...
0
votes
1answer
100 views

Rails - Protecting web app from piracy

I am developing a Rails 3 application. My client is asking for some technique to secure its sources. He wants to have a serial in the application, or something like that. Something like Ellipter for ...
3
votes
2answers
879 views

USB software protection dongle for Java with an SDK which is cross-platform “for real”. Does it exist?

What I'd like to ask is if anybody knows about an hardware USB-dongle for software protection which offers a very complete out-of-the-box API support for cross-platform Java deployments. Its SDK ...
2
votes
1answer
512 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 ...
7
votes
2answers
991 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? ...
2
votes
2answers
2k views

Which licensing/activation system to choose for commercial software? [closed]

I need licensing/activation system, that will be user friendly (easy to activate my software) for one user and easy to install on bunch of PCs (silent installation for admin with provided license ...
0
votes
2answers
119 views

Ways to prevent unauthorized users?

I typically have not worried at all about piracy or copy protection with software however I currently find myself in a unique situation. I develop an application for repairing computers for a specific ...
2
votes
2answers
616 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 ...
12
votes
2answers
10k views

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 cracked apps. In the moment following app crack detection methods are available for the ...
1
vote
1answer
959 views

Is it possible to cheat thumb drive Serial Number?

I want to distribute my software on flash (thumb) drives. The software protection will check that the product runs from a flash drive with predefined Serial Number thus protecting me from the software ...
16
votes
7answers
3k views

How to prevent application thievery (specific to Android applications)?

I was wondering what the most effective way of preventing people from stealing my application (downloading a copy of the .apk online rather than buying it). I've spent a lot of time on one in ...
3
votes
4answers
875 views

Is a commercial licensing tool better than a home grown solution for licensing a software product

We are developing a product in C#.Net. We would definately not like our product to be copied easily across machines (in short pirated). For that purpose can anybody suggest using a 3rd party tool or a ...
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 ...
3
votes
6answers
855 views

VMWare image protection

we have an application that is packaged as a Linux VMWare image. Now we have to find a way to protect it against illegal duplication and installation. We have studied several USB dongle-based ...
6
votes
4answers
4k views

Get fileSize of info.plist to prevent piracy

I'm trying to put anti-piracy code in my app. The previous answer to this (which I can't link to because of my member status - sucks) can be easily countered, since the "SignerIdentity" string can be ...
3
votes
9answers
2k views

Piracy protection using USB based hardware solution

i want to protect my Java product by using some USB-based authentication and password management solution like you can buy it here: aladdin This mean that you have to connect a USB stick with a ...