copy-protection Questions

23

Solved

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 scri...
Royroyal asked 15/6, 2009 at 11:43

28

Solved

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 di...
Allayne asked 4/11, 2008 at 11:57

11

Solved

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, th...
Bessiebessy asked 21/1, 2012 at 22:57

6

Solved

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.
Afterworld asked 2/9, 2010 at 5:49

3

Solved

I'm working on a phonegap-app for Android/iOS. If I understand correctly, if someone opens up a phonegap-app package, he can just copy the html/js/css into a phonegap-app of their own. That is so...
Acanthocephalan asked 27/8, 2012 at 11:45

3

Solved

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?
Penzance asked 13/5, 2009 at 15:0

11

Solved

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'...
Bevel asked 8/4, 2011 at 19:52

3

Solved

I'm a PhD student looking at software watermarking techniques and I always get asked 'who uses it?' The answer to which I don't know. There is a large amount of academic work on the subject (most n...
Byram asked 29/6, 2010 at 23:55

0

When using Apple’s On-Demand Resources (ODR) feature, is there any protection of the downloaded resources? Any DRM features? Are the downloaded files encrypted or otherwise protected from the pryin...
Bronson asked 24/10, 2016 at 6:39

2

Solved

I build my first electron app but now I wonder how to protect the source code to be view by other developers. The official doc says : To protect your app's resources and source code from the us...
Milkmaid asked 11/5, 2015 at 12:6

9

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 f...
Aerobiosis asked 19/11, 2008 at 1:23

4

Solved

If a chrome app can work offline it means that source code is downloaded somewhere. My question is how to protect it? The only thing that comes to my mind is minification of javascript code. Is t...

2

I understand the basic idea behind signing assemblies but have a problem when using Telerik or 2rd party DLLs. I have an .exe that uses 2 of my own .DLLs, the DLLs in turn make use of the Enterpris...
Oleo asked 22/11, 2010 at 11:15

6

Solved

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 s...

12

Solved

This is a brainstorming question about what's possible in Java (or not). I want to know if it is possible to hide a secret within a class and prevent anyone from accessing it using Java code or any...
Artistry asked 23/4, 2011 at 1:30

3

Solved

I want to protect a pdf file from being directly linked but instead have my logged in users be able to access it. I have a link which currently goes to a javascript function which posts a form: $(...
Intermeddle asked 1/10, 2013 at 19:16

6

Solved

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)?
Writing asked 26/5, 2009 at 13:17

10

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 sour...
Kimber asked 15/11, 2010 at 21:59

1

Solved

Please Note: This question is not related directly to Server-side detection that a page is shown inside an IFrame, as I'm showing you an instance where it would appear that the guys at MDN (Mozilla...
Piddle asked 11/3, 2013 at 16:55

11

Solved

Same intro as my last question: I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, d...
Trimetrogon asked 1/4, 2009 at 19:10

1

Is very easy extract the apk app from the phone through application managers (like Astro). Google had a base protection that has been abandoned in favor of the more effective license managing, ho...
Gummite asked 17/12, 2012 at 3:39

1

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 Peo...
Orthochromatic asked 19/8, 2012 at 6:10

9

Solved

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 ...
Gregson asked 5/2, 2009 at 8:23

5

Solved

I want to use that anti piracy code for my app. NSString* bundlePath = [[NSBundle mainBundle] bundlePath]; BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:(@"%@/_CodeSigna...
Burson asked 20/2, 2012 at 22:11

5

If I have 5 target computers and I am going to install my application to one of those target computers. How I prevent users from copying my application to other target computers? To make it ...
Gerhardt asked 5/8, 2011 at 18:39

© 2022 - 2024 — McMap. All rights reserved.