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
780
votes
28 answers

How do I protect Python code from being read by users?

I am developing a piece of software in Python that will be distributed to my employer's customers. My employer wants to limit the usage of the software with a time-restricted license file. If we distribute the .py files or even .pyc files it will be…
Jordfräs
  • 8,903
  • 3
  • 27
  • 30
144
votes
11 answers

Android Game Keeps Getting Hacked

So we've been through this several times now, we release a game (for cheap) and someone hacks it and puts it up on a mirror. We setup Google Alerts for all our apps, so we get told daily who's doing the hacking. So far, we have implemented the…
BajaBob
  • 2,643
  • 3
  • 24
  • 26
58
votes
11 answers

Prevent copying text in web-page

I've got quiz application. Where robot ask different questions in chat, this questions belong to different areas of knowledges. User that answered question first, receive points. The problem is, that some users googling answers. I want somehow…
Anton
  • 5,831
  • 3
  • 35
  • 45
44
votes
6 answers

License for C# desktop application

How can I add license to my C# desktop application? I need to find a suitable free method to prevent unauthorised users installing my software.
Noro
  • 1,643
  • 5
  • 22
  • 38
38
votes
9 answers

What copy protection technique do you use?

I'm thinking about adding some kind of copy protection to one of my tools. Do you have any experience with that? Have you developed your own protection techniques or did you buy 3rd party software? Do you think it is a viable method to increase…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
30
votes
6 answers

How do I copy-protect my Java application?

I want to sell my Java application using PayPal. When a payment is received, the customer is mailed a one-time download link to my application. My question is, how do I prevent people from sending the .jar file to their friends/uploading it on the…
cragiz
  • 453
  • 2
  • 5
  • 8
28
votes
3 answers

What is com.apple.Dont_Steal_Mac_OS_X

com.apple.Dont_Steal_Mac_OS_X is a IOResources provider... Class Inheritance: Dont_Steal_Mac_OS_X : IOService : IORegistryEntry : OSObject how does it work? what does it do?
kent
  • 6,286
  • 4
  • 27
  • 32
25
votes
10 answers

What's the best way to protect proprietary HTML/CSS/JavaScript?

I am writing a robust, scalable, and fairly complex website engine using HTMl, CSS, and JavaScript. I don't want it to get ripped off, and I'm wondering if there's any way to protect the source from being viewed in the client. I am particularly…
user161190
  • 345
  • 2
  • 4
  • 7
25
votes
3 answers

Does your company place comment header blocks claiming copyright/trade secret/ etc. to all source code files?

If so, what is your policy on doing so? Do you claim copyright/trade secret for ALL source code files or do you claim copyrights for all and Trade Secrets for only those that contain Trade Secrets? Can you post sample comment blocks with the…
caryden
  • 7,738
  • 3
  • 30
  • 31
20
votes
13 answers

How to protect your software code?

Possible Duplicates: How do you protect your software from illegal distribution? Best practice to prevent software copy Hypothetical situation: Lets say I have built a software product from the scratch and it does wonderful things. The only…
user244333
17
votes
6 answers

Generating a Hardware-ID on Windows

What is the best way to generate a unique hardware ID on Microsoft Windows with C++ that is not easily spoofable (with for example changing the MAC Address)?
Patrick Glandien
  • 7,791
  • 5
  • 41
  • 47
17
votes
9 answers

Protect flash video from download/right protect

Is it possible to protect flv files from download? I'd like to protect my files from download but I don't have the money for a streaming server which I think provides some sort of protection. The files are streamed via PHP and are located in an…
Smyles
17
votes
14 answers

Making commercial Java software (DRM)

I intend to make some software to be sold over internet. I've only created open-source before, so I have really no idea of how to protect it from being cracked and distributed as warez. Bearing in mind that I know like two programms that aren't…
Fluffy
  • 27,504
  • 41
  • 151
  • 234
17
votes
8 answers

How can I protect my ASP.Net Source Code From My Developers

This seems like a weird position to be in, but let me ask the question anyway. I have created some DLLs that do some magical mumbo-jumbo that is needed to display the content for the website I am making right now in ASP.Net. I've got a small team of…
Cyril Gupta
  • 13,505
  • 11
  • 64
  • 87
16
votes
18 answers

Preventing copy protection circumvention

Anyone visiting a torrent tracker is sure to find droves of "cracked" programs ranging from simple shareware to software suites costing thousands of dollars. It seems that as long as the program does not rely on a remote service (e.g. an MMORPG)…
Chance
  • 988
  • 2
  • 13
  • 29
1
2 3
18 19