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
0
votes
0 answers

Protecting Software from Copying / Piracy

I'm interested in protecting some software I've developed from piracy and theft and whatnot. I feel I have created a piece of marketable software. It's nothing massively groundbreaking, just a Photoshop script I made to help my parents, and I went…
0
votes
1 answer

USB Drive video protection to copy

I'm looking for a way to protect my video file on a USB/Flash Drive in a way that I can loan it to someone and let him see and watch the video, but disable the option to copy it. Also since I will use this only in one case and only one time, I am…
Velemir
  • 143
  • 1
  • 9
0
votes
0 answers

Single user license check

Suppose you have a database table that contains: serial number machine name domain name/user name IP address date and time for each time the customer uses (it could be added or updated only) the software you manufacture and sell. How would you…
abenci
  • 8,422
  • 19
  • 69
  • 134
0
votes
0 answers

Allow my python program only for specific Users

I want to allow my python program only for specific computers. My idea was to allow starting the program only from a computer with a specific Mac-Address. Do you have an idea how can I do this? This is working to get the Mac-Address from the…
marie1995
  • 59
  • 1
  • 3
  • 8
0
votes
5 answers

What are the best methods for protecting duplication and limiting viewing time of a distributed video?

I am looking to release a video on memory stick (more likely) or DVD (less likely) that has protection against duplication and expires after a certain date. We basically have a video we want to sell the video to clients, but in the industry, it's…
Darryl Hein
  • 142,451
  • 95
  • 218
  • 261
0
votes
1 answer

What is the list of all NGen artifacts that we should add to our UWF write filter exceptions list?

I know that Ngen places its assemblies in C:\windows\assembly\NativesImages_*. But I also know that it keeps track of the references for each assembly so that if B and C depends on A then uninstalling B doesn't uninstall A. This makes me conclude…
TommyD
  • 731
  • 8
  • 14
0
votes
1 answer

Contents protection (licensing) for a Dictionary app for Android

We are developing a dictionary application for Android. We have bought authorized dictionary contents from authoritative presses and would have them bundled in the app. Protection of the contents after shipment of the app is a must. For performance…
ZJ Lyu
  • 331
  • 3
  • 10
0
votes
1 answer

source() in R without being able to read content

I know this is agains open source philosophy, but I would need only a temporary solution, if at all possible, to allow for source() code in R but to prevent students being able to read those functions. Is that possible at all? As I said this is only…
striatum
  • 1,428
  • 3
  • 14
  • 31
0
votes
3 answers

How to protect PDF files from being downloaded or copied

I'm developing a new website with PHP & MySQL. The website is for an online eBook library that grant access to its books based on paid subscription plans. So, I need to make sure the PDF files of these books are well protected and can't be saved,…
Ameer Elsherif
  • 71
  • 2
  • 10
0
votes
1 answer

Can I get the type of copy protection on a CD/DVD in C#?

I know there are several tools out there that can detect the type of CD/DVD protection. Is there a library or code sample that will help me get this information in C#?
Mert Sevinc
  • 929
  • 1
  • 8
  • 25
0
votes
0 answers

How to encrypt a CD data against copying?

I have an exe file calling some sfw files that has to be played on a CD disk. I require a way to encrypt it for distribution but I can't directly encrypt the swf file as after doing that it is not able call the data files. I think either copy…
0
votes
1 answer

How to protect yourself from people downloading / stealing flash games from your websites

i am developing games in flash as5. Just started 1 month ago. I knew years back when it was possible to just go to a website and then click on menu extras ->site information->media files and than download the game to play offline or even…
Email
  • 2,395
  • 3
  • 35
  • 63
0
votes
1 answer

Is it possible to safely validate offline license keys clientside?

Is it possible to validate license keys on a client application in such a way that it becomes very difficult to crack? Consider the following simple example: var status = secure_function_that_checks_license(); if (status == "REGISTERED") …
Annie May
  • 69
  • 11
0
votes
1 answer

Generate serial numbers for each product key and validate them

I have a piece of software with different unlockable modules. Each module has to be purchased separately. I've started with assigning a unique key to each module via Guid.NewGuid method. Now I have to provide users with serial numbers for activating…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
6 answers

Corporate Espionage of Website Source Code

This may not be the most technical question, but I was just interested, nonetheless... How does a giant company like Google keep from having their code stolen by employees? Maybe I'm wrong, but I would assume that their source code to their search…
ServAce85
  • 1,602
  • 2
  • 23
  • 51