Questions tagged [copy-protection]

Copy protection, also known as content protection, copy obstruction, copy prevention and copy restriction, is any effort designed to prevent the reproduction of software, films, music, and other media, usually for copyright reasons.

Copy protection, also known as content protection, copy obstruction, copy prevention and copy restriction, is any effort designed to prevent the reproduction of software, films, music, and other media, usually for copyright reasons.

Various methods have been devised to prevent reproduction so that companies will gain benefit from each users who obtain a copy of their product.

Unauthorized copying and distribution accounted for $2.4 billion in United States in 1990s, and is assumed to be causing impact on revenues in music or game industry, leading to proposal of anti-piracy laws such as PIPA.

Some methods of copy protection have also led to criticisms because it caused inconvenience for honest users or secretly installed additional software to watch activity on user's computer to detect copying.

Effective copy protection as well as protecting user rights is still an ongoing problem with media publication.

Source:http://en.wikipedia.org/wiki/Copy_protection

273 questions
3
votes
1 answer

Programmatically forward-lock an Android APK

Doing a bit of advance research, and am stuck on the point summarized in the title. Namely, is there any way to forward-lock an APK installed programmatically, from another app? I've not come across anything beyond a hint in the following post:…
Sterling
  • 6,365
  • 2
  • 32
  • 40
3
votes
1 answer

Downloading game assets to SD card on Android

I'm developing an Android game that has to download some assets to the SD card to keep the size of the app as small as possible. I was thinking of using an uncompressed zip file to bundle all the assets. A requirement from the client is to protect…
hpique
  • 119,096
  • 131
  • 338
  • 476
3
votes
1 answer

Make java code in android apk file inaccessible (not just obfuscated)

Recently I was asked to a job interview from a potential employer because of an android app I'm currently developing that caught his attention. It is not finished yet and so it is not uploaded to google play store. In this app I do something that is…
Anonymous
  • 4,470
  • 3
  • 36
  • 67
3
votes
4 answers

C++ let a program work just at one pc

I want to make a program for some people, so i make the program again for each person, and if someone gives the program to other guy, he can't use it. How can I do that? Without any internet connection. Does any PC has some unique id or something…
Boldijar Paul
  • 5,405
  • 9
  • 46
  • 94
3
votes
9 answers

Copy-protecting a static library

I will soon be shipping a paid-for static library, and I am wondering if it is possible to build in any form of copy protection to prevent developers copying the library. Ideally, I would like to prevent the library being linked into an executable…
jeatsy
  • 1,137
  • 2
  • 11
  • 11
3
votes
3 answers

LicenseProvider in .NET using RSA encryption to protect product license

I'm trying to find a solid licensing scheme using Microsoft's LicenseProvider. My thought is to use asynchronous encryption by ways of RSA (RSACryptoServiceProvider with 2048bit keys). I found this to be pretty easy, but I am unsure how secure the…
John
  • 3,591
  • 8
  • 44
  • 72
3
votes
1 answer

HHVM possible to recover source code from authoritative repo?

Is it possible to recover sourcecode from an HHVM authoritative repo file? I'd like to use HHVM for basic tamper-proofing when doing local installs of my commercial SaaS product. I imagine (haven't checked) the sqlite3 db contains bytecode and,…
mappu
  • 329
  • 2
  • 16
3
votes
4 answers

Generate key for a software developed using vb.net

Hai guys, I ve developed a salary calculating software using vb.net.... Its working fine and i ve converted it to an exe file... My drawback is it can be copied and pasted in another system very easily... I want to generate a key for the exe…
ACP
  • 34,682
  • 100
  • 231
  • 371
3
votes
1 answer

Android protect mp3 file form being shared, but still playable

how can I protect an mp3 file I downloaded from my server (legal content owner) from being forwarded via email, Bluetooth etc. I wish the file be playable on device media player so i will send it to ContentResolver. I have seen this on some official…
Milika
  • 63
  • 1
  • 8
3
votes
4 answers

Does copy protection make sense for a free app?

My free app is occupying 2x space on the device, because it has copy protection enabled, in Google Play. I didn't enable this. I'm wondering if it's necessary. The 2x space is very negative and I would like to disable it. I know also that copy…
User
  • 31,811
  • 40
  • 131
  • 232
3
votes
2 answers

Deserialization fail when using themida protection

As the title says the deserialization fail after protecting my application with themida with the following exception : Unable to generate a temporary class (result=1). error CS0009: Metadata file 'c:\Path\to\protected.exe' could not be opened --…
Late4Work
  • 71
  • 5
3
votes
3 answers

C# Application Deployment,Security,Copy protection?

I have completed making my c# application deployed it using the setup project. When the application is installed it created files and folders in "Program Files"(or any user selected) folder. The problem is regarding the security of this application.…
Sunny
  • 932
  • 8
  • 22
3
votes
2 answers

Verify that apk is a paid copy (avoid piracy of app)

I'm totally new to the Android Play store. I'm working on an app that is almost finished and ready to publish. But I notice that you can copy the apk file (after purchase) to another location (sd card for example) and install it on another device.…
Codebeat
  • 6,501
  • 6
  • 57
  • 99
2
votes
2 answers

Gifting or beta-testing a paid Android application

I have a question about Android Market/Google Play license model for paid applications. First and foremost, I already know that there are specific APIs for licensing in the Android platform, but for a few reasons I can't/don't want/don't have time…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
2
votes
4 answers

Code theft prevention - Chaperon or anything similar

Has anyone heard of Chaperon? is it effective in preventing code theft? Now i understand that there can be many ways if someone was to steal code and there is nothing that could be completely foolproof, so please don't give me this as an answer. I…
user481913
  • 1,022
  • 1
  • 13
  • 36