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
1
vote
1 answer

Windward Document Generation - PDF Copy Protected

In our application, we generate a few reports and documents through Windward. The documents are generated based on specific user conditions and the user is able to download the document. As part of a new requirement, we would like to enable copy…
Aravind
  • 311
  • 3
  • 14
1
vote
0 answers

Java JNI LoadLibrary protected dll

I created JNI export dll with visual c++ with one simple function. it work correctly when i use it in my java code with LoadLibrary method. but when i use Unikey Enveloper and protected this dll it not work in java and this error appear Invalid…
1
vote
0 answers

My setup.exe is being blocked by anti virus only if downloaded frm my website

I have setup.exe built using inno setup and the setup contains .net exe files with .exe being protected by 3rd party (shell protection). When I downloaded setup from my own website, anti virus blocks the exe to run after installation. In other…
kaviarasan
  • 115
  • 2
  • 13
1
vote
4 answers

How can you protect/encrypt your Java classes?

Some time ago, in my work I needed to protect some classes against other people to read the code. For that purpose, I created a EncryptedClassLoader, that loaded previously encrypted classes, and can load normal (not encrypted) classes as…
greuze
  • 4,250
  • 5
  • 43
  • 62
1
vote
2 answers

Impossible to protect copyrighted file in zip file?

Some years ago I bought a 3D model at turbosquid and included it in my 3D scenario. Then I released the 3D scenario as a runnable jar file (Java). The 3D model is likely copyrighted and the 3D artist could (but most likely won't) claim copyright.…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
1
vote
1 answer

How to provide copy-protection for Android free apps

i am providing copy protection for Android paid applications by using Android Market Licensing mechanism. But it supports only for the paid applications. How can i provide copy-protection to Free application. Is there any alternatives ? Please help…
VenkaReddy
  • 2,871
  • 2
  • 27
  • 29
1
vote
0 answers

Detect a device has be restored

I'm trying to protect offline data stored on mobile devices (android / ios), and part of the protection is to prevent a user from restoring his old data. Is there some unique value on android / ios that will not change unless a user does a factory…
Ron Dadon
  • 2,666
  • 1
  • 13
  • 27
1
vote
1 answer

Application copy protection using encrypted files

I am developing a desktop app and I want to start selling it at some point, so I start to put the license data (ex: Start date, license duration, etc...) in an encrypted file, during the runtime of the app it decrypt the file and get the license…
Doicare
  • 361
  • 1
  • 3
  • 15
1
vote
1 answer

GIT - Maintaining obfuscated repositories for working with untrusted 3rd party developers?

Our git repositories typically contain code for our entire websites & services. This includes all painstakingly worded text for marketing, legal, UI, etc. Essentially a rogue developer could clone it, change a few things, and become a competitor of…
JG707
  • 245
  • 1
  • 7
  • 13
1
vote
0 answers

Web content screen capture copy-protection

I have some sensitive content that I am presenting to authenticated users over the web, in a browser. I am looking for techniques which would allow me trace a screen shot or photograph of content back to a specific user by embedding identifying…
Andrew Vermie
  • 623
  • 3
  • 8
1
vote
2 answers

How Do I Protect Decryption Password And Salt in APK

I am creating a product whose firmware is updated using an android phone. The android application automatically downloads an encrypted version of the firmware, decrypts it, and sends it to the devices boot-loader. In order to generate the same…
1
vote
0 answers

iOS efficient executable decryption

I wanna preface by saying that I am just a newbie, which is trying to understand the complex jailbreak universe. I am no software cracker or reverse engineer, just a curious guy. So, recently I have started using Hopper disassembler, and began…
jndok
  • 909
  • 3
  • 14
  • 28
1
vote
4 answers

Jar Store - prevent from copying

We are going to create Jar Store the way like App Store works, but for Java Developers. Everyone will able to submit and sell custom .jar library which solves some little problem, but solves it very good to save other developer's work time. The only…
Vladimir
  • 4,782
  • 7
  • 35
  • 56
1
vote
1 answer

Is there a viable method of DRM that prevents recording the final stream?

I would like to create encrypted media (mp3 and mp4) that will need some form of authentication to playback. Would prefer playback on VLC, but a custom player if necessary. Or a customized version of VLC. And should be local. No streaming. The…
1
vote
1 answer

Will debug version of static lib disclose source code info?

I am writing a C++ static library with Visual C++ 2008 and will sell it to developers. I find it is necessary to provide two versions for the static library, that is, release version and debug version, so that the developers can compiled their…
alancc
  • 487
  • 2
  • 24
  • 68