CD software copy protection

R

Ronny

I develop with MFC and would like to implement cd copy protection of my
products which I distribute only on CD's.
In the past I used to implement software protection only with Armadillo but
I would like to protect also from copy my cd.
Can someone direct me how to do it?
Regards
Ronny
 
M

M.I.5¾

Ronny said:
I develop with MFC and would like to implement cd copy protection of my
products which I distribute only on CD's.
In the past I used to implement software protection only with Armadillo
but
I would like to protect also from copy my cd.
Can someone direct me how to do it?

The usual way to do this is to master the CD with deliberate errors in the
data stream or disc structure and to use a loader that detects and igores
those errors. However, this is beyond the scope of your average CD burning
utility and in any event there is no shortage of disc copying utilities that
can cope with these discs and pretty well any other scheme in use.

Most software distributors have abandoned protecting the CD itself and
instead gone for a system where the user has to obtain a licence key that is
specific to that user, and often the machine on which he is running it. The
only downside of this latter scheme is the software can potentially become
useless if the supplier goes out of business.
 
S

smlunatick

I develop with MFC and would like to implement cd copy protection of my
products which I distribute only on CD's.
In the past I used to implement software protection only with Armadillo but
I would like to protect also from copy my cd.
Can someone direct me how to do it?
Regards
Ronny

Look at SecurDisk????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top