The piracy tag has no wiki summary.
0
votes
0answers
41 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 ...
0
votes
0answers
59 views
getPackageManager piracy protection?
Does anyone have experience in this piracy protection?
PackageManager myapp= this.getPackageManager();
String installer = myapp.getInstallerPackageName("com.MyPackage");
if(installer == null)
...
0
votes
0answers
95 views
Efficient DRM for Amazon app store
I think about releasing an app at Amazon app store. They do provide their own DRM system but there seems to be no way for the app to retrieve any license validation information like Google Play ...
0
votes
3answers
111 views
Proxies and piracy - website security
I am building my first website. It is an Online Real Estate Agency. Users can create themselves a profile and then insert an ad and upload pictures.
I was told that I should detect multiple logging ...
5
votes
2answers
322 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
1answer
176 views
PHP: Preventing multiple installations of my application? Piracy Protection
I need some advice on protecting an application I am ready to launch. I need to limit the application to one installation per customer/purchase.
The application is written in PHP/MySQL and will be a ...
2
votes
0answers
90 views
What to verify on launch to see if non-consumable in-app purchase was pirated [closed]
Suppose I have an app that does in-app purchase and verifies the receipt is good for a non-consumable purchase.
On a purchase, the app writes to some storage such as NSUserDefaults that is ...
6
votes
1answer
373 views
Detecting pirated apps on iOS - vampires that incur server costs [closed]
I know this the question of how to detect if your iOS app has been pirated has come up dozens of times, and the general consensus is that:
It isn't worth playing that cat and mouse game
People who ...
0
votes
1answer
98 views
PHP Deploy project at customer [duplicate]
Possible Duplicate:
Code obfuscator for php?
How to protect my source code when deployed?
We're developing a PHP project which we intend to sell to end-users. We're licensing this ...
0
votes
4answers
558 views
How to avoid piracy on iOS (and generally in mobile apps) [closed]
I'm thinking about an App I would like to sell at .99$ on Apple App Store. Not so much, but I would like to limit piracy (or at better avoid it).
What are your approaches or best practise in this ...
1
vote
2answers
925 views
how to prevent your Cydia tweaks from getting cracked?
I'm working on a new Cydia tweak, It'll be paid! The problem that I don't want it to be cracked/pirated/redistributed. Are there any scripts I can use in my tweak?
Few examples:
A script that will ...
11
votes
2answers
594 views
How should I code to resist “one-click piracy”?
The app I am working on is automatically cracked by antiLVL (although I am not using the LVL in my app).
In order of protecting my app from "one-click piracy", I am implementing tampering detection ...
1
vote
4answers
315 views
Fighting with OCR reverse engineering
I am referring to software based OCR ?Image to text engine conversion tools, stackoverflow has tons of posting on building OCR but I am looking opposite, like any guidance on how to protect my images ...
-2
votes
2answers
418 views
10
votes
3answers
532 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 ...
10
votes
2answers
1k 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 ...
1
vote
2answers
891 views
How to protect my application against piracy [duplicate]
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 ...
0
votes
2answers
179 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 ...
1
vote
1answer
58 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 ...
0
votes
1answer
264 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 ...
7
votes
2answers
1k 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?
...
1
vote
1answer
297 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 ...
0
votes
1answer
551 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 ...
11
votes
4answers
734 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 ...
6
votes
4answers
180 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 ...
0
votes
4answers
519 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
4answers
152 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 ...
9
votes
1answer
1k 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 ...
0
votes
4answers
198 views
Which copy protection techniques are available for digital material? [closed]
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 ...
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 ...
1
vote
2answers
252 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 ...
3
votes
2answers
1k 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 ...
1
vote
5answers
837 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 ...
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?
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
3answers
2k 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 ...
2
votes
4answers
1k 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 ...
3
votes
4answers
693 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.
...
7
votes
22answers
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.
...
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 ...
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
8answers
1k 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 ...
17
votes
7answers
2k 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 ...
5
votes
7answers
1k views
How to avoid piracy when shipping source code? [closed]
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 ...
3
votes
6answers
2k views
Licensing / protection software? [closed]
I'm selling software online and would love to know what the popular choices are for licensing and protection. I know Armadillo is popular, as is EXECrypter, but what else is out there?



