1
vote
3answers
702 views
What’s the best value for money c# code protection for a single developer
What's the best value for money c# code protection? Some just use obfuscation, others add win32 wrapping, some cost a fortune. So far I've come up with http://www.eziriz.com/ who's …
2
votes
5answers
98 views
How to implement copy protection of content in an open source application?
I have an idea for an open source app -- the app would be free, but I would charge a small fee for data that a customer would order. For instance, let's say I'm writing a map appli …
1
vote
6answers
276 views
Apache Download: Make sure that page was viewed before download
The job at hand:
I want to make sure that my website's users view a page before they start a download. If they have not looked at the page but try to hotlink to the files directly …
3
votes
3answers
153 views
How do I protect content in AIR?
I want to develop some educational content, which I want to distribute to children using Adobe AIR. The content will contain videos. Now, from what I see, AIR will put the content …
0
votes
2answers
21 views
Apache folder protection methods vs cookie & database query for protecting website content and managing access rights. Which is best?
I am looking at user/subscription management software such as aMember Pro. This uses folder protection methods to prevent access to areas of the site. As such the PHP scripts requi …
0
votes
1answer
19 views
Password protect Open XML Wordprocessing Document
I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to pr …
0
votes
2answers
28 views
Can I use Truecrypt to protect an SQL 2008 database so that only my application can see the data?
I want to distribute an SQL 2008 database to a client and set it up so that the only way to access the data in it is through my application. Can I use Truecrypt for that? Can you t …
0
votes
1answer
27 views
Will using a streaming media server prevent RealPlayer Downloader from downloading FLV videos?
We are delivering FLV video to clients using progressive download. If a computer has real player downloader installed anyone can download these videos. How do we prevent this from …
1
vote
6answers
588 views
How to protect Mac OS X software from cracking?
We're releasing a Mac version of our Windows application. Under Windows, there are several tools for executable protection, for example Armadillo, ExeCryptor, AsProtect etc, howeve …
0
votes
4answers
100 views
Consensus on software license protection?
Is there any generally accepted guidelines as to when and how often to check with a license server that the license is still active?
Edit: For clarification, the software I am dea …
34
votes
22answers
2k views
How do you protect your software from illegal distribution?
I am curious about how do you protect your software against cracking, hacking etc.
Do you employ some kind of serial number check? Hardware keys?
Do you use any third-party solu …
1
vote
2answers
45 views
Alternatives to mprotect()
The mprotect syscall protects the memory area within page boundary:
int mprotect(void *addr, size_t len, int prot);
Here len should be multiple of pagesize.
Is there any way to …
0
votes
2answers
84 views
Protecting PHP classes from undesired instantiation?
I am working on a PHP library in which we will be supplying our clients with encrypted code. The code will include a main classes which they can instantiate that will handle licen …
0
votes
1answer
242 views
how to stop piracy of window application? [closed]
Related Question: Protect .NET code from reverse engineering?
Related Question: How do you protect your software from illegal distribution?
Related Question: How to prevent people …
0
votes
2answers
34 views
protect c++ output file(pe file) from editing using crc
How to protect c++ output file(pe file) from editing using crc(Cyclic Redundancy Check)?
**Best Regards**
