The copy-protection tag has no wiki summary.
1
vote
1answer
17 views
How do you make text or other elements copy something other than that?
I've seen several sites that when you copy and paste text from their website, it turns out something like this:
<text here> - From <website name here>
And I am wondering how to do that. ...
-1
votes
0answers
10 views
Usage restriction by time period and number of computers for Visual C executable file
We have a product that is basically an old C console application. It is now compiled using Microsoft Visual Studio. We would like to protect it by the time period and number of computers to use or ...
0
votes
0answers
19 views
Protecting video files within a PDF Portfolio from extraction
I'm looking to create a PDF portfolio of multiple mp4 files to send out to clients, And I'm trying to figure out how to protect them from extraction since anyone can right click and save the videos, ...
0
votes
1answer
49 views
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 ...
0
votes
2answers
77 views
Make Android Game safer from hackers [duplicate]
I've just watched this video on youtube. As far as I understand hackers will always be able to hack, however I'm looking for a solution to improve my Games security.
I do not want users to be able to ...
1
vote
0answers
109 views
Copy protecting a single page in PDF document using C#?
Is it possible to restrict/disable copy/cut/print option (Copy Protect) for a single page in PDF document using C#?
I know it is very much possible to copy protect the whole PDF document using third ...
0
votes
0answers
52 views
Simple, hand-rolled copy protection schemes for Unix-style OSes? [closed]
I have a somewhat successful commercial application that runs on the Mac and the PC. It's copy protected using a commercial product, Armadillo, which has worked well for us.
I've been doing a lot of ...
0
votes
0answers
42 views
Copy Protection Media Files on Ubuntu 12.04
I have a scenario where -
I have e-learning content in swf ( supported xml files also).
Now client wants to use in intranet (LAN) setup, where by content will be hosted on a ubuntu 12.04 server and ...
1
vote
1answer
100 views
create a run-only-once java application
I have to create a jar with a java application that fulfills the following features:
there are xml data packed in the jar which are read the first time the application is started. with every ...
0
votes
1answer
58 views
How does it appear that MDN can detect a request from an iframe on the Server Side and send no content?
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 ...
1
vote
0answers
74 views
Playing copy-protected video content in Java (e.g. via HDCP)
Is it possible to play a video stream from Java in such a way that it cannot be captured during playback (preferably not even single screenshots)? Would HDCP allow for such a restriction? If so, is ...
0
votes
1answer
53 views
Check for a Link in Javascript/PHP Widget
I created my own Javascript/PHP widget that takes info from my site, and allows other users to put it on their own. I'd like to know how I can put in some "Link Protection". The reason I made the ...
0
votes
6answers
266 views
hide source code after script finishes loading [duplicate]
This question is different because I don't want to prevent the user from viewing source. I want to hide a portion of the source code programmatically. "Duplicate" questions do not address this and ...
1
vote
2answers
595 views
how to set password to micro SD card programmatically?
is there any way to write protect micro sd card with password through programming (Java/C)?
primarily I wanted to set a password to micro sd card and the sd card should have access only if we provide ...
1
vote
2answers
90 views
Copy protection on a webpage : dashes
Here is a amazing webpage : Go there
Now, copy a part of the text, for instance, this block :
And now, paste-it on Notepadd++ (others editor seems not to work for that). Here is a screenshot of the ...
-2
votes
1answer
73 views
How to prevent hackin my software?? [closed]
I've developped (still working on it..) a software, i want to install it in my company
to save time and energy,
my main concern is that, someone in the company, come and re-engineer the software,
...
0
votes
0answers
42 views
Zend_Pdf copy protection
I'm using the Zend_Pdf classes from Zend Framework v1.12.1.
It seems to be the fastest free Pdf framework out there, but I can't figure out how to copy-protect a newly created pdf.
Can someone ...
1
vote
3answers
83 views
Wanted: encryption scheme for copy protection purposes
I am tasked with implementing a dongle-based copy protection scheme for an application. I realize that no matter what I do, someone will crack it, but I want to at least make it a little more ...
-1
votes
1answer
72 views
Minimal DRM for software [closed]
What is a good minimal DRM scheme for software?
I want my software to be easier to purchase than to pirate. But I also don't want to inconvenience paying customers.
Below I list a couple methods ...
0
votes
0answers
51 views
Copy protection of Java desktop app [duplicate]
Possible Duplicate:
How do I copy-protect my Java application?
Anyone knows reliable method to implement copy-protection for desktop Java application? Let say similar to LVL (License ...
0
votes
1answer
51 views
How to deal with resolving random assembly and class names in Json.NET
I use Json.NET for serialization and deserialization purposes, with TypeNameHandling set to TypeNameHandling.All. This writes the type and assembly to the json file, e.g. "$type":"Testing.Utils.Entry, ...
0
votes
0answers
29 views
certify the ownership of a product/game
Is there any company/website that I can pay, and have them check my flash games, and then if someone in the future clones my games and says they belong to him , I could easily have a legal proof to ...
8
votes
1answer
335 views
How to prevent the easy extraction of APK app installed on the phone
Is very very easy extract the apk app from the phone through application manager (like Astro).
Google as a base protection that will be abandoned in favor of the more effective license managing,
...
0
votes
1answer
164 views
How to prevent users from copying shared documents in Google Docs / Google Drive
I am using Google Drive to share documents only with certain users. Users can see them, add comments and even edit them in some cases. But what if I don't want them to make copies. Is that possible?
2
votes
2answers
84 views
allow php software run in not more than 3 computes
I developed an inventory software in raw php. This is to be downloaded by the clients. And they will install xampp and use the software by placing the folder inside htdocs. Now, I am stuck in one ...
2
votes
1answer
121 views
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 ...
0
votes
2answers
414 views
Protect php code in localhost [duplicate]
Possible Duplicate:
Encrypt php code
I need to protect my PHP code.
Here's the situation: I developed a system using PHP + Apache + MySQL in Linux (of course).
The system will be sold with ...
0
votes
1answer
123 views
Code protection, copy-protection, licensing tool for Windows Mobiles application
I am looking for a tool that can perform code-protection, copy-protection, licensing for Windows Mobiles applications. I believe the application is developed with .NET CF. Is there any good tool that ...
2
votes
1answer
192 views
PHP: Preventing multiple installations of my application? Piracy Protection
I need some advice on protecting an application I am ready to launch. I need to limit the application to one installation per customer/purchase.
The application is written in PHP/MySQL and will be a ...
4
votes
4answers
118 views
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 ...
3
votes
2answers
266 views
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 ...
0
votes
0answers
63 views
Regarding protection of your software/system from copy (system developer), java based)
I am developing an ERP (Enterprise Resources Planning) system, the program is based in Java and PostgreSQL, it basically handles storages of information/transaction, product inventory and the whole ...
2
votes
1answer
62 views
protect command line linux program
I have to deliver a command line Linux executable to a company as a trial. If they like it, they are supposed to buy it afterwards.
My worry is that the program is unprotected and they could keep it ...
0
votes
1answer
31 views
Exponentially slow repeat requests to the same file in php
I'm looking to prevent robots crawling our site and downloading the thousands of images hosted there.
I read this lately https://github.com/remy/password-policy about best practices for password ...
0
votes
2answers
184 views
how to run python project after remove .py file?
i want to remove my source code .py files to avoid rivals to see my code.
so i use
python -c "import compileall; compileall.compile_dir('D:/acc')"
to compile all py files to pyc,next step is to ...
0
votes
0answers
47 views
player time index
I am looking for an online mp3-player which is capable of playin mp3 files from a certain time index to another, then skip some samples and play on elsewhere in the same file.
Background: I am ...
1
vote
2answers
445 views
Software licensing mechanism without internet
I've developed software that I want to protect with licensing. So far I've got code that uses the details of hardware components to generate a unique ID for each machine. I can then permit the ...
0
votes
1answer
64 views
How to protect a .SO file from being copied/pirating?
I have developed an algorithm for android device and want to release the .SO file of my algorithm to other develop company.
How can I protect the .SO file from being copied/pirating? For example, add ...
2
votes
2answers
519 views
phonegap copy-protection
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 ...
1
vote
0answers
123 views
Implementing Copy Protection in a Desktop Mac App
I'm looking for an easy to use serial-number registration system for a small Mac App I've created. Frankly, I'm not overly concerned about pirates, but I do want a way to have a screen show up with ...
6
votes
1answer
388 views
Detecting pirated apps on iOS - vampires that incur server costs [closed]
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
People who ...
1
vote
1answer
200 views
Google Earth plug-in 3D model copyright protection
I work on projects that animate a 3D model in the Google Earth plug-in; for example: http://www.hazelhurst.net/Cook
I want to use a 3D model supplied by TurboSquid, but their End-User License ...
1
vote
2answers
155 views
Protect my java application from being copied (only for one pc)
How do I stop someone from copying the application i am making in java in an other pc ? i want to sell it only for one pc
I am not selling it on the internet , is there any way to do that by the ...
0
votes
2answers
110 views
Protect contents of USB to be copied
We have a application, which uses some contents developed using flash, PPT, stored into file system.
We are distributing this application to end customer using USB drive, so we want to protect the ...
0
votes
2answers
165 views
How to protect a java library from being used in other projects?
I have developed a java library which I consider as a valuable intellectual property. I want to protect it from being used by unallowed softwares.
I shall say my library has a clean API, and I shall ...
1
vote
1answer
287 views
Protect Java source using JNI
I just had an idea,
is that possible to protect my java sources (packed into a jar file) which are loaded with a custom class loader, using a JNI code or something?
As the JNI code cannot be ...
2
votes
3answers
620 views
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 ...
1
vote
1answer
1k views
trying to protect PDF (iText) trying to disable users to do copy on pdf's content
Below is my code. My objective is to create a PDFs where endusers can do whatever they want EXCEPT copying the text (select the text and COPY to a notepad). Can anyone explain what code should come in ...
2
votes
1answer
381 views
How can I make a time-limited trial application?
I'd like be able to make a time-limited trial version of my application, but I'm not sure how I can reliably determine whether or not the user attempted to reinstall the application after the ...
0
votes
2answers
1k views
How to stop a SWF file from being cached locally?
I don't want my swf flash file to be cached is there a way I can execute a code from my swf file to perform a cache clean? E.g I am posting my swf file on: www.newgrounds.com- I want a code in ...



