473,503 Members | 1,666 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Commercial copy protection?

Not sure if I can ask the question in this forum - please let me know if it
is better elsewhere. Does anyone know of a reasonably priced good copy
protection program that will protect software on either a machine only or
network range basis?? I have just found Shareguard that looks reasonably
priced. My applications are for vertical market and are not likely to be
cracked, BUT users are likely to pass working versions around if not
licensed. I have tried the option of releasing full products with requests
for contributions, but out of a fairly large user base, only a couple of
kind souls have made any contribution. Willing to pay a reasonable amount
for the right product.

Best wishes
Paul Bromley

Dec 9 '06 #1
20 1690
You might look at Software Passport (formerly known as Armadillo) at
http://siliconrealms.com/armadillo.shtml.

Bob Flenniken

"Paul Bromley" wrote:
Not sure if I can ask the question in this forum - please let me know if it
is better elsewhere. Does anyone know of a reasonably priced good copy
protection program that will protect software on either a machine only or
network range basis?? I have just found Shareguard that looks reasonably
priced. My applications are for vertical market and are not likely to be
cracked, BUT users are likely to pass working versions around if not
licensed. I have tried the option of releasing full products with requests
for contributions, but out of a fairly large user base, only a couple of
kind souls have made any contribution. Willing to pay a reasonable amount
for the right product.

Best wishes
Paul Bromley

Dec 9 '06 #2
If you are not worried about skillful crackers breaking your protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go at
your apps, so simply obfuscating your assemblies and including a key
validating routine should be enough right?

Paul Bromley wrote:
Not sure if I can ask the question in this forum - please let me know if it
is better elsewhere. Does anyone know of a reasonably priced good copy
protection program that will protect software on either a machine only or
network range basis?? I have just found Shareguard that looks reasonably
priced. My applications are for vertical market and are not likely to be
cracked, BUT users are likely to pass working versions around if not
licensed. I have tried the option of releasing full products with requests
for contributions, but out of a fairly large user base, only a couple of
kind souls have made any contribution. Willing to pay a reasonable amount
for the right product.

Best wishes
Paul Bromley
Dec 10 '06 #3
On 9 Dec 2006 19:06:20 -0800, Blake wrote:
If you are not worried about skillful crackers breaking your protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go at
your apps, so simply obfuscating your assemblies and including a key
validating routine should be enough right?

Implementing your own protection system is much trickier than it sounds. I
would not recommend going along that route. You need some professionally
done system like xheo licensing
http://xheo.com/products/enterprise/...g/default.aspx

If cost is an issue you can also check out OpenLicense
http://openlicense.tigris.org/, which is free
--
Bits.Bytes
http://bytes.thinkersroom.com
Dec 10 '06 #4
Yes.

Implementing a 'Real' protection system is very very hard, if not
impossible.

He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely within
his industry or org.

This should be fairly trivial.

A serial based on username and/or some hardware metric. (mac address?)
would be enough to stop this type of piracy. No expensive 3rd party sw
is needed for this type of protection.

Just enough incentive to make these users spend more of their bosses
money on a key rather than just moving an exe file to another pc.
Rad [Visual C# MVP] wrote:
On 9 Dec 2006 19:06:20 -0800, Blake wrote:
If you are not worried about skillful crackers breaking your protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go at
your apps, so simply obfuscating your assemblies and including a key
validating routine should be enough right?


Implementing your own protection system is much trickier than it sounds. I
would not recommend going along that route. You need some professionally
done system like xheo licensing
http://xheo.com/products/enterprise/...g/default.aspx

If cost is an issue you can also check out OpenLicense
http://openlicense.tigris.org/, which is free
--
Bits.Bytes
http://bytes.thinkersroom.com
Dec 10 '06 #5
Hi Blake and all,

I have gone a long way to 'rolling my own' solution that would be adequate
for me. My main problem at the moment is trying to find a unique identifier
for a PC running XP, Win2K and shortly vista. All PCs are connected to the
internet generally with one NIC card, and most PCs will be 'stable' - i.e. I
do not need to worry about drives being re-formatted. I would like to
implement protection so that my program be licensed in 2 ways - i.e. on a
site basis, or as an individual PC. On a site basis, I can easily obtain and
check the IP address of the server, as I can obtain this IP address from a
piece of software that I know all sites will be running. My main problem is
the other option of allowing licensing per PC - I need some unique
identifier for any PC - but this must cover Win2K, XP and shortly Vista.

I have looked at the commercial offerings and I think they will not cover
the licensing schemes that I need. Also I need implementation to be very
simple - by way of my generating a serial dependant on information they send
to me relating to either the standalone PCs or the server. I think most will
go for the server option, but I also need the standalone option. I have done
all the work on the encryption and checking side etc, and as I say I am not
worried about someone cracking what I am doing as it will not really hapen
in the vertical market where these products will go. I had looked at the
commercial options to save my time, but if I can quickly sort out a unique
PC identifier, then I have sorted what I wnated to do.

Last night I came across the Machine GUID in the registry - is this present
in XP and Win2K, and will this be resent in vista. I was looking at the IP
address, but on my development machine with a fixed and wireless NIC, I have
3 IP addresses showing. Hard disk serial number would be fine, but is this
present on every PC that I am targeting.

Any solutions to the unique PC identifier would be gratefully received. I
never thought that this would be so difficult. Note - I need to pick this
unique idnetifier up without my client base having to install anything apart
form my programs.

Many thanks,
Paul Bromley
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
Yes.

Implementing a 'Real' protection system is very very hard, if not
impossible.

He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely within
his industry or org.

This should be fairly trivial.

A serial based on username and/or some hardware metric. (mac address?)
would be enough to stop this type of piracy. No expensive 3rd party sw
is needed for this type of protection.

Just enough incentive to make these users spend more of their bosses
money on a key rather than just moving an exe file to another pc.
Rad [Visual C# MVP] wrote:
>On 9 Dec 2006 19:06:20 -0800, Blake wrote:
If you are not worried about skillful crackers breaking your protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go at
your apps, so simply obfuscating your assemblies and including a key
validating routine should be enough right?


Implementing your own protection system is much trickier than it sounds.
I
would not recommend going along that route. You need some professionally
done system like xheo licensing
http://xheo.com/products/enterprise/...g/default.aspx

If cost is an issue you can also check out OpenLicense
http://openlicense.tigris.org/, which is free
--
Bits.Bytes
http://bytes.thinkersroom.com

Dec 10 '06 #6
Paul,

If what you ask was in the PC, would you think that Microsoft had used the
expensive to handle and not so customer friendly authentication system.

I warn hundred times in this newsgroup that the route you are going can lead
to very high claim damages if you don't explicitly and very clear tell in
advance to the user that a damage on a part of the hardware can mean that
the program you are selling is completely not function anymore, even despite
your program has nothing to do with that hardware to function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi Blake and all,

I have gone a long way to 'rolling my own' solution that would be adequate
for me. My main problem at the moment is trying to find a unique
identifier for a PC running XP, Win2K and shortly vista. All PCs are
connected to the internet generally with one NIC card, and most PCs will
be 'stable' - i.e. I do not need to worry about drives being re-formatted.
I would like to implement protection so that my program be licensed in 2
ways - i.e. on a site basis, or as an individual PC. On a site basis, I
can easily obtain and check the IP address of the server, as I can obtain
this IP address from a piece of software that I know all sites will be
running. My main problem is the other option of allowing licensing per
PC - I need some unique identifier for any PC - but this must cover Win2K,
XP and shortly Vista.

I have looked at the commercial offerings and I think they will not cover
the licensing schemes that I need. Also I need implementation to be very
simple - by way of my generating a serial dependant on information they
send to me relating to either the standalone PCs or the server. I think
most will go for the server option, but I also need the standalone option.
I have done all the work on the encryption and checking side etc, and as I
say I am not worried about someone cracking what I am doing as it will not
really hapen in the vertical market where these products will go. I had
looked at the commercial options to save my time, but if I can quickly
sort out a unique PC identifier, then I have sorted what I wnated to do.

Last night I came across the Machine GUID in the registry - is this
present in XP and Win2K, and will this be resent in vista. I was looking
at the IP address, but on my development machine with a fixed and wireless
NIC, I have 3 IP addresses showing. Hard disk serial number would be fine,
but is this present on every PC that I am targeting.

Any solutions to the unique PC identifier would be gratefully received. I
never thought that this would be so difficult. Note - I need to pick this
unique idnetifier up without my client base having to install anything
apart form my programs.

Many thanks,
Paul Bromley
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
>Yes.

Implementing a 'Real' protection system is very very hard, if not
impossible.

He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely within
his industry or org.

This should be fairly trivial.

A serial based on username and/or some hardware metric. (mac address?)
would be enough to stop this type of piracy. No expensive 3rd party sw
is needed for this type of protection.

Just enough incentive to make these users spend more of their bosses
money on a key rather than just moving an exe file to another pc.
Rad [Visual C# MVP] wrote:
>>On 9 Dec 2006 19:06:20 -0800, Blake wrote:

If you are not worried about skillful crackers breaking your
protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go at
your apps, so simply obfuscating your assemblies and including a key
validating routine should be enough right?

Implementing your own protection system is much trickier than it sounds.
I
would not recommend going along that route. You need some professionally
done system like xheo licensing
http://xheo.com/products/enterprise/...g/default.aspx

If cost is an issue you can also check out OpenLicense
http://openlicense.tigris.org/, which is free
--
Bits.Bytes
http://bytes.thinkersroom.com


Dec 10 '06 #7
Hi Cor,

I am not sure what you mean by this. I am not doing anything malevolent that
would cause any damage. Can you clarify this? I assume from your first
paragraph that there is no unique identifier, although the hard disk serial
number is sufficient for me if it is available from XP, Win2K and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Paul,

If what you ask was in the PC, would you think that Microsoft had used the
expensive to handle and not so customer friendly authentication system.

I warn hundred times in this newsgroup that the route you are going can
lead to very high claim damages if you don't explicitly and very clear
tell in advance to the user that a damage on a part of the hardware can
mean that the program you are selling is completely not function anymore,
even despite your program has nothing to do with that hardware to
function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
>Hi Blake and all,

I have gone a long way to 'rolling my own' solution that would be
adequate for me. My main problem at the moment is trying to find a unique
identifier for a PC running XP, Win2K and shortly vista. All PCs are
connected to the internet generally with one NIC card, and most PCs will
be 'stable' - i.e. I do not need to worry about drives being
re-formatted. I would like to implement protection so that my program be
licensed in 2 ways - i.e. on a site basis, or as an individual PC. On a
site basis, I can easily obtain and check the IP address of the server,
as I can obtain this IP address from a piece of software that I know all
sites will be running. My main problem is the other option of allowing
licensing per PC - I need some unique identifier for any PC - but this
must cover Win2K, XP and shortly Vista.

I have looked at the commercial offerings and I think they will not cover
the licensing schemes that I need. Also I need implementation to be very
simple - by way of my generating a serial dependant on information they
send to me relating to either the standalone PCs or the server. I think
most will go for the server option, but I also need the standalone
option. I have done all the work on the encryption and checking side etc,
and as I say I am not worried about someone cracking what I am doing as
it will not really hapen in the vertical market where these products will
go. I had looked at the commercial options to save my time, but if I can
quickly sort out a unique PC identifier, then I have sorted what I wnated
to do.

Last night I came across the Machine GUID in the registry - is this
present in XP and Win2K, and will this be resent in vista. I was looking
at the IP address, but on my development machine with a fixed and
wireless NIC, I have 3 IP addresses showing. Hard disk serial number
would be fine, but is this present on every PC that I am targeting.

Any solutions to the unique PC identifier would be gratefully received. I
never thought that this would be so difficult. Note - I need to pick this
unique idnetifier up without my client base having to install anything
apart form my programs.

Many thanks,
Paul Bromley
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.googleg roups.com...
>>Yes.

Implementing a 'Real' protection system is very very hard, if not
impossible.

He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely within
his industry or org.

This should be fairly trivial.

A serial based on username and/or some hardware metric. (mac address?)
would be enough to stop this type of piracy. No expensive 3rd party sw
is needed for this type of protection.

Just enough incentive to make these users spend more of their bosses
money on a key rather than just moving an exe file to another pc.
Rad [Visual C# MVP] wrote:
On 9 Dec 2006 19:06:20 -0800, Blake wrote:

If you are not worried about skillful crackers breaking your
protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go at
your apps, so simply obfuscating your assemblies and including a key
validating routine should be enough right?

Implementing your own protection system is much trickier than it
sounds. I
would not recommend going along that route. You need some
professionally
done system like xheo licensing
http://xheo.com/products/enterprise/...g/default.aspx

If cost is an issue you can also check out OpenLicense
http://openlicense.tigris.org/, which is free
--
Bits.Bytes
http://bytes.thinkersroom.com



Dec 10 '06 #8
I think he means that if you base the licensing on something in
the hardware, and they change the hardware, and your program
no longer works, you could be liable for damages, unless you
tell them about it up front.

Kind of like Microsoft's program disabled Windows on lots of
machines after they pushed out that program to check for
validity.

iTunes does this, too -- their DRM is based on something in
the hardware. When my drive crashed and I had to replace it,
the next time I tried to play some of my purchased music,
I had to register the computer as a new computer.

Cor, do I have that right?

Robin S.
-----------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
Hi Cor,

I am not sure what you mean by this. I am not doing anything
malevolent that would cause any damage. Can you clarify this? I assume
from your first paragraph that there is no unique identifier, although
the hard disk serial number is sufficient for me if it is available
from XP, Win2K and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>Paul,

If what you ask was in the PC, would you think that Microsoft had
used the expensive to handle and not so customer friendly
authentication system.

I warn hundred times in this newsgroup that the route you are going
can lead to very high claim damages if you don't explicitly and very
clear tell in advance to the user that a damage on a part of the
hardware can mean that the program you are selling is completely not
function anymore, even despite your program has nothing to do with
that hardware to function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>Hi Blake and all,

I have gone a long way to 'rolling my own' solution that would be
adequate for me. My main problem at the moment is trying to find a
unique identifier for a PC running XP, Win2K and shortly vista. All
PCs are connected to the internet generally with one NIC card, and
most PCs will be 'stable' - i.e. I do not need to worry about drives
being re-formatted. I would like to implement protection so that my
program be licensed in 2 ways - i.e. on a site basis, or as an
individual PC. On a site basis, I can easily obtain and check the IP
address of the server, as I can obtain this IP address from a piece
of software that I know all sites will be running. My main problem
is the other option of allowing licensing per PC - I need some
unique identifier for any PC - but this must cover Win2K, XP and
shortly Vista.

I have looked at the commercial offerings and I think they will not
cover the licensing schemes that I need. Also I need implementation
to be very simple - by way of my generating a serial dependant on
information they send to me relating to either the standalone PCs or
the server. I think most will go for the server option, but I also
need the standalone option. I have done all the work on the
encryption and checking side etc, and as I say I am not worried
about someone cracking what I am doing as it will not really hapen
in the vertical market where these products will go. I had looked at
the commercial options to save my time, but if I can quickly sort
out a unique PC identifier, then I have sorted what I wnated to do.

Last night I came across the Machine GUID in the registry - is this
present in XP and Win2K, and will this be resent in vista. I was
looking at the IP address, but on my development machine with a
fixed and wireless NIC, I have 3 IP addresses showing. Hard disk
serial number would be fine, but is this present on every PC that I
am targeting.

Any solutions to the unique PC identifier would be gratefully
received. I never thought that this would be so difficult. Note - I
need to pick this unique idnetifier up without my client base having
to install anything apart form my programs.

Many thanks,
Paul Bromley
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.google groups.com...
Yes.

Implementing a 'Real' protection system is very very hard, if not
impossible.

He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely
within
his industry or org.

This should be fairly trivial.

A serial based on username and/or some hardware metric. (mac
address?)
would be enough to stop this type of piracy. No expensive 3rd party
sw
is needed for this type of protection.

Just enough incentive to make these users spend more of their
bosses
money on a key rather than just moving an exe file to another pc.
Rad [Visual C# MVP] wrote:
On 9 Dec 2006 19:06:20 -0800, Blake wrote:
>
If you are not worried about skillful crackers breaking your
protection
system, why don't you roll your own? It should be fairly trivial
to
write a routine to validate a serial or key.

The hard part is keeping that routine away from prying eyes, but
as
you've stated it is not likely that 'real' crackers will have a
go at
your apps, so simply obfuscating your assemblies and including a
key
validating routine should be enough right?

>
>
Implementing your own protection system is much trickier than it
sounds. I
would not recommend going along that route. You need some
professionally
done system like xheo licensing
http://xheo.com/products/enterprise/...g/default.aspx
>
If cost is an issue you can also check out OpenLicense
http://openlicense.tigris.org/, which is free
--
Bits.Bytes
http://bytes.thinkersroom.com



Dec 10 '06 #9
Ok Robin and Cor,

I understand where you are coming from with this one now. They will be fully
informed. Better still I will be more than happy to give them a new serial
if this is the case - I have no intention of taking their money and then
stitching them up. Just the opposite as for the last 3-4 years the users
have been using my software for nothing. I am selling to sites that are
likely to install on 10 - 20 machines and do not want them buying one copy
when they should be buying more or a site licence. Until now I have been
producing time-limited software free of charge requiring the users to use a
new exe file every 6 months or so. This was to allow them to try it out and
for me to sort out the problems in the beta stage. These users are now
saying that they are more than happy to pay rather than keep messing about
with new exe files.

Paul Bromley
"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:6_******************************@comcast.com. ..
>I think he means that if you base the licensing on something in
the hardware, and they change the hardware, and your program
no longer works, you could be liable for damages, unless you
tell them about it up front.

Kind of like Microsoft's program disabled Windows on lots of
machines after they pushed out that program to check for
validity.

iTunes does this, too -- their DRM is based on something in
the hardware. When my drive crashed and I had to replace it,
the next time I tried to play some of my purchased music,
I had to register the computer as a new computer.

Cor, do I have that right?

Robin S.
-----------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
>Hi Cor,

I am not sure what you mean by this. I am not doing anything malevolent
that would cause any damage. Can you clarify this? I assume from your
first paragraph that there is no unique identifier, although the hard
disk serial number is sufficient for me if it is available from XP, Win2K
and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>Paul,

If what you ask was in the PC, would you think that Microsoft had used
the expensive to handle and not so customer friendly authentication
system.

I warn hundred times in this newsgroup that the route you are going can
lead to very high claim damages if you don't explicitly and very clear
tell in advance to the user that a damage on a part of the hardware can
mean that the program you are selling is completely not function
anymore, even despite your program has nothing to do with that hardware
to function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
Hi Blake and all,

I have gone a long way to 'rolling my own' solution that would be
adequate for me. My main problem at the moment is trying to find a
unique identifier for a PC running XP, Win2K and shortly vista. All PCs
are connected to the internet generally with one NIC card, and most PCs
will be 'stable' - i.e. I do not need to worry about drives being
re-formatted. I would like to implement protection so that my program
be licensed in 2 ways - i.e. on a site basis, or as an individual PC.
On a site basis, I can easily obtain and check the IP address of the
server, as I can obtain this IP address from a piece of software that I
know all sites will be running. My main problem is the other option of
allowing licensing per PC - I need some unique identifier for any PC -
but this must cover Win2K, XP and shortly Vista.

I have looked at the commercial offerings and I think they will not
cover the licensing schemes that I need. Also I need implementation to
be very simple - by way of my generating a serial dependant on
information they send to me relating to either the standalone PCs or
the server. I think most will go for the server option, but I also need
the standalone option. I have done all the work on the encryption and
checking side etc, and as I say I am not worried about someone cracking
what I am doing as it will not really hapen in the vertical market
where these products will go. I had looked at the commercial options to
save my time, but if I can quickly sort out a unique PC identifier,
then I have sorted what I wnated to do.

Last night I came across the Machine GUID in the registry - is this
present in XP and Win2K, and will this be resent in vista. I was
looking at the IP address, but on my development machine with a fixed
and wireless NIC, I have 3 IP addresses showing. Hard disk serial
number would be fine, but is this present on every PC that I am
targeting.

Any solutions to the unique PC identifier would be gratefully received.
I never thought that this would be so difficult. Note - I need to pick
this unique idnetifier up without my client base having to install
anything apart form my programs.

Many thanks,
Paul Bromley
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.googl egroups.com...
Yes.
>
Implementing a 'Real' protection system is very very hard, if not
impossible.
>
He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely
within
his industry or org.
>
This should be fairly trivial.
>
A serial based on username and/or some hardware metric. (mac address?)
would be enough to stop this type of piracy. No expensive 3rd party sw
is needed for this type of protection.
>
Just enough incentive to make these users spend more of their bosses
money on a key rather than just moving an exe file to another pc.
>
>
Rad [Visual C# MVP] wrote:
>On 9 Dec 2006 19:06:20 -0800, Blake wrote:
>>
If you are not worried about skillful crackers breaking your
protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.
>
The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go
at
your apps, so simply obfuscating your assemblies and including a
key
validating routine should be enough right?
>
>>
>>
>Implementing your own protection system is much trickier than it
>sounds. I
>would not recommend going along that route. You need some
>professionally
>done system like xheo licensing
>http://xheo.com/products/enterprise/...g/default.aspx
>>
>If cost is an issue you can also check out OpenLicense
>http://openlicense.tigris.org/, which is free
>--
>Bits.Bytes
>http://bytes.thinkersroom.com
>




Dec 10 '06 #10
"Paul Bromley" <fl*******@dsl.pipex.comwrote in
news:uo**************@TK2MSFTNGP05.phx.gbl:
Not sure if I can ask the question in this forum - please let me know
if it is better elsewhere. Does anyone know of a reasonably priced
good copy protection program that will protect software on either a
machine only or network range basis?? I have just found Shareguard
that looks reasonably priced. My applications are for vertical market
and are not likely to be cracked, BUT users are likely to pass working
versions around if not licensed. I have tried the option of releasing
full products with requests for contributions, but out of a fairly
large user base, only a couple of kind souls have made any
contribution. Willing to pay a reasonable amount for the right
product.
You may want to obfuscate your code too - .NET code is rather easy to
reverse engineer (even for someone that is not skilled).

VS.NET comes with a free limited feature obfuscator.
Dec 10 '06 #11
Thanks - I have not done this - will look into it.

Paul Bromley
You may want to obfuscate your code too - .NET code is rather easy to
reverse engineer (even for someone that is not skilled).

VS.NET comes with a free limited feature obfuscator.

Dec 10 '06 #12
Forgot to say, but backtracking a little, if I could just find a foolproof
way of determing the ACTIVE IP address of the PC on the network in XP, Win2K
and Vista, then this would solve my problem. Unfortunately even on my test
site, I have not been able to achieve this.

Best wishes

Paul Bromley

"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:eI**************@TK2MSFTNGP04.phx.gbl...
Ok Robin and Cor,

I understand where you are coming from with this one now. They will be
fully informed. Better still I will be more than happy to give them a new
serial if this is the case - I have no intention of taking their money and
then stitching them up. Just the opposite as for the last 3-4 years the
users have been using my software for nothing. I am selling to sites that
are likely to install on 10 - 20 machines and do not want them buying one
copy when they should be buying more or a site licence. Until now I have
been producing time-limited software free of charge requiring the users to
use a new exe file every 6 months or so. This was to allow them to try it
out and for me to sort out the problems in the beta stage. These users are
now saying that they are more than happy to pay rather than keep messing
about with new exe files.

Paul Bromley
"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:6_******************************@comcast.com. ..
>>I think he means that if you base the licensing on something in
the hardware, and they change the hardware, and your program
no longer works, you could be liable for damages, unless you
tell them about it up front.

Kind of like Microsoft's program disabled Windows on lots of
machines after they pushed out that program to check for
validity.

iTunes does this, too -- their DRM is based on something in
the hardware. When my drive crashed and I had to replace it,
the next time I tried to play some of my purchased music,
I had to register the computer as a new computer.

Cor, do I have that right?

Robin S.
-----------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
>>Hi Cor,

I am not sure what you mean by this. I am not doing anything malevolent
that would cause any damage. Can you clarify this? I assume from your
first paragraph that there is no unique identifier, although the hard
disk serial number is sufficient for me if it is available from XP,
Win2K and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
Paul,

If what you ask was in the PC, would you think that Microsoft had used
the expensive to handle and not so customer friendly authentication
system.

I warn hundred times in this newsgroup that the route you are going can
lead to very high claim damages if you don't explicitly and very clear
tell in advance to the user that a damage on a part of the hardware can
mean that the program you are selling is completely not function
anymore, even despite your program has nothing to do with that hardware
to function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl. ..
Hi Blake and all,
>
I have gone a long way to 'rolling my own' solution that would be
adequate for me. My main problem at the moment is trying to find a
unique identifier for a PC running XP, Win2K and shortly vista. All
PCs are connected to the internet generally with one NIC card, and
most PCs will be 'stable' - i.e. I do not need to worry about drives
being re-formatted. I would like to implement protection so that my
program be licensed in 2 ways - i.e. on a site basis, or as an
individual PC. On a site basis, I can easily obtain and check the IP
address of the server, as I can obtain this IP address from a piece of
software that I know all sites will be running. My main problem is the
other option of allowing licensing per PC - I need some unique
identifier for any PC - but this must cover Win2K, XP and shortly
Vista.
>
I have looked at the commercial offerings and I think they will not
cover the licensing schemes that I need. Also I need implementation to
be very simple - by way of my generating a serial dependant on
information they send to me relating to either the standalone PCs or
the server. I think most will go for the server option, but I also
need the standalone option. I have done all the work on the encryption
and checking side etc, and as I say I am not worried about someone
cracking what I am doing as it will not really hapen in the vertical
market where these products will go. I had looked at the commercial
options to save my time, but if I can quickly sort out a unique PC
identifier, then I have sorted what I wnated to do.
>
Last night I came across the Machine GUID in the registry - is this
present in XP and Win2K, and will this be resent in vista. I was
looking at the IP address, but on my development machine with a fixed
and wireless NIC, I have 3 IP addresses showing. Hard disk serial
number would be fine, but is this present on every PC that I am
targeting.
>
Any solutions to the unique PC identifier would be gratefully
received. I never thought that this would be so difficult. Note - I
need to pick this unique idnetifier up without my client base having
to install anything apart form my programs.
>
Many thanks,
>
>
Paul Bromley
>
>
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.goog legroups.com...
>Yes.
>>
>Implementing a 'Real' protection system is very very hard, if not
>impossible.
>>
>He specifically stated that his intention is not to stop skilled
>crackers, but rather stopping users passing around copies freely
>within
>his industry or org.
>>
>This should be fairly trivial.
>>
>A serial based on username and/or some hardware metric. (mac
>address?)
>would be enough to stop this type of piracy. No expensive 3rd party
>sw
>is needed for this type of protection.
>>
>Just enough incentive to make these users spend more of their bosses
>money on a key rather than just moving an exe file to another pc.
>>
>>
>Rad [Visual C# MVP] wrote:
>>On 9 Dec 2006 19:06:20 -0800, Blake wrote:
>>>
>If you are not worried about skillful crackers breaking your
>protection
>system, why don't you roll your own? It should be fairly trivial
>to
>write a routine to validate a serial or key.
>>
>The hard part is keeping that routine away from prying eyes, but
>as
>you've stated it is not likely that 'real' crackers will have a go
>at
>your apps, so simply obfuscating your assemblies and including a
>key
>validating routine should be enough right?
>>
>>>
>>>
>>Implementing your own protection system is much trickier than it
>>sounds. I
>>would not recommend going along that route. You need some
>>professionally
>>done system like xheo licensing
>>http://xheo.com/products/enterprise/...g/default.aspx
>>>
>>If cost is an issue you can also check out OpenLicense
>>http://openlicense.tigris.org/, which is free
>>--
>>Bits.Bytes
>>http://bytes.thinkersroom.com
>>
>
>




Dec 10 '06 #13
Right,
"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:6_******************************@comcast.com. ..
>I think he means that if you base the licensing on something in
the hardware, and they change the hardware, and your program
no longer works, you could be liable for damages, unless you
tell them about it up front.

Kind of like Microsoft's program disabled Windows on lots of
machines after they pushed out that program to check for
validity.

iTunes does this, too -- their DRM is based on something in
the hardware. When my drive crashed and I had to replace it,
the next time I tried to play some of my purchased music,
I had to register the computer as a new computer.

Cor, do I have that right?

Robin S.
-----------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
>Hi Cor,

I am not sure what you mean by this. I am not doing anything malevolent
that would cause any damage. Can you clarify this? I assume from your
first paragraph that there is no unique identifier, although the hard
disk serial number is sufficient for me if it is available from XP, Win2K
and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>Paul,

If what you ask was in the PC, would you think that Microsoft had used
the expensive to handle and not so customer friendly authentication
system.

I warn hundred times in this newsgroup that the route you are going can
lead to very high claim damages if you don't explicitly and very clear
tell in advance to the user that a damage on a part of the hardware can
mean that the program you are selling is completely not function
anymore, even despite your program has nothing to do with that hardware
to function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
Hi Blake and all,

I have gone a long way to 'rolling my own' solution that would be
adequate for me. My main problem at the moment is trying to find a
unique identifier for a PC running XP, Win2K and shortly vista. All PCs
are connected to the internet generally with one NIC card, and most PCs
will be 'stable' - i.e. I do not need to worry about drives being
re-formatted. I would like to implement protection so that my program
be licensed in 2 ways - i.e. on a site basis, or as an individual PC.
On a site basis, I can easily obtain and check the IP address of the
server, as I can obtain this IP address from a piece of software that I
know all sites will be running. My main problem is the other option of
allowing licensing per PC - I need some unique identifier for any PC -
but this must cover Win2K, XP and shortly Vista.

I have looked at the commercial offerings and I think they will not
cover the licensing schemes that I need. Also I need implementation to
be very simple - by way of my generating a serial dependant on
information they send to me relating to either the standalone PCs or
the server. I think most will go for the server option, but I also need
the standalone option. I have done all the work on the encryption and
checking side etc, and as I say I am not worried about someone cracking
what I am doing as it will not really hapen in the vertical market
where these products will go. I had looked at the commercial options to
save my time, but if I can quickly sort out a unique PC identifier,
then I have sorted what I wnated to do.

Last night I came across the Machine GUID in the registry - is this
present in XP and Win2K, and will this be resent in vista. I was
looking at the IP address, but on my development machine with a fixed
and wireless NIC, I have 3 IP addresses showing. Hard disk serial
number would be fine, but is this present on every PC that I am
targeting.

Any solutions to the unique PC identifier would be gratefully received.
I never thought that this would be so difficult. Note - I need to pick
this unique idnetifier up without my client base having to install
anything apart form my programs.

Many thanks,
Paul Bromley
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.googl egroups.com...
Yes.
>
Implementing a 'Real' protection system is very very hard, if not
impossible.
>
He specifically stated that his intention is not to stop skilled
crackers, but rather stopping users passing around copies freely
within
his industry or org.
>
This should be fairly trivial.
>
A serial based on username and/or some hardware metric. (mac address?)
would be enough to stop this type of piracy. No expensive 3rd party sw
is needed for this type of protection.
>
Just enough incentive to make these users spend more of their bosses
money on a key rather than just moving an exe file to another pc.
>
>
Rad [Visual C# MVP] wrote:
>On 9 Dec 2006 19:06:20 -0800, Blake wrote:
>>
If you are not worried about skillful crackers breaking your
protection
system, why don't you roll your own? It should be fairly trivial to
write a routine to validate a serial or key.
>
The hard part is keeping that routine away from prying eyes, but as
you've stated it is not likely that 'real' crackers will have a go
at
your apps, so simply obfuscating your assemblies and including a
key
validating routine should be enough right?
>
>>
>>
>Implementing your own protection system is much trickier than it
>sounds. I
>would not recommend going along that route. You need some
>professionally
>done system like xheo licensing
>http://xheo.com/products/enterprise/...g/default.aspx
>>
>If cost is an issue you can also check out OpenLicense
>http://openlicense.tigris.org/, which is free
>--
>Bits.Bytes
>http://bytes.thinkersroom.com
>




Dec 10 '06 #14
You can always put it in the EULA that pops up when we all install
software that none of us read but are legally bound by. For all we
know, we've given permission to Microsoft to come to our houses
for Christmas dinner.

Robin S.
-----------------------------
Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:eI**************@TK2MSFTNGP04.phx.gbl...
Ok Robin and Cor,

I understand where you are coming from with this one now. They will be
fully informed. Better still I will be more than happy to give them a
new serial if this is the case - I have no intention of taking their
money and then stitching them up. Just the opposite as for the last
3-4 years the users have been using my software for nothing. I am
selling to sites that are likely to install on 10 - 20 machines and do
not want them buying one copy when they should be buying more or a
site licence. Until now I have been producing time-limited software
free of charge requiring the users to use a new exe file every 6
months or so. This was to allow them to try it out and for me to sort
out the problems in the beta stage. These users are now saying that
they are more than happy to pay rather than keep messing about with
new exe files.

Paul Bromley
"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:6_******************************@comcast.com. ..
>>I think he means that if you base the licensing on something in
the hardware, and they change the hardware, and your program
no longer works, you could be liable for damages, unless you
tell them about it up front.

Kind of like Microsoft's program disabled Windows on lots of
machines after they pushed out that program to check for
validity.

iTunes does this, too -- their DRM is based on something in
the hardware. When my drive crashed and I had to replace it,
the next time I tried to play some of my purchased music,
I had to register the computer as a new computer.

Cor, do I have that right?

Robin S.
-----------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
>>Hi Cor,

I am not sure what you mean by this. I am not doing anything
malevolent that would cause any damage. Can you clarify this? I
assume from your first paragraph that there is no unique identifier,
although the hard disk serial number is sufficient for me if it is
available from XP, Win2K and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
Paul,

If what you ask was in the PC, would you think that Microsoft had
used the expensive to handle and not so customer friendly
authentication system.

I warn hundred times in this newsgroup that the route you are going
can lead to very high claim damages if you don't explicitly and
very clear tell in advance to the user that a damage on a part of
the hardware can mean that the program you are selling is
completely not function anymore, even despite your program has
nothing to do with that hardware to function.

Just my thought,

Cor
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl. ..
Hi Blake and all,
>
I have gone a long way to 'rolling my own' solution that would be
adequate for me. My main problem at the moment is trying to find a
unique identifier for a PC running XP, Win2K and shortly vista.
All PCs are connected to the internet generally with one NIC card,
and most PCs will be 'stable' - i.e. I do not need to worry about
drives being re-formatted. I would like to implement protection so
that my program be licensed in 2 ways - i.e. on a site basis, or
as an individual PC. On a site basis, I can easily obtain and
check the IP address of the server, as I can obtain this IP
address from a piece of software that I know all sites will be
running. My main problem is the other option of allowing licensing
per PC - I need some unique identifier for any PC - but this must
cover Win2K, XP and shortly Vista.
>
I have looked at the commercial offerings and I think they will
not cover the licensing schemes that I need. Also I need
implementation to be very simple - by way of my generating a
serial dependant on information they send to me relating to either
the standalone PCs or the server. I think most will go for the
server option, but I also need the standalone option. I have done
all the work on the encryption and checking side etc, and as I say
I am not worried about someone cracking what I am doing as it will
not really hapen in the vertical market where these products will
go. I had looked at the commercial options to save my time, but if
I can quickly sort out a unique PC identifier, then I have sorted
what I wnated to do.
>
Last night I came across the Machine GUID in the registry - is
this present in XP and Win2K, and will this be resent in vista. I
was looking at the IP address, but on my development machine with
a fixed and wireless NIC, I have 3 IP addresses showing. Hard disk
serial number would be fine, but is this present on every PC that
I am targeting.
>
Any solutions to the unique PC identifier would be gratefully
received. I never thought that this would be so difficult. Note -
I need to pick this unique idnetifier up without my client base
having to install anything apart form my programs.
>
Many thanks,
>
>
Paul Bromley
>
>
"Blake" <bl***********@gmail.comwrote in message
news:11**********************@l12g2000cwl.goog legroups.com...
>Yes.
>>
>Implementing a 'Real' protection system is very very hard, if not
>impossible.
>>
>He specifically stated that his intention is not to stop skilled
>crackers, but rather stopping users passing around copies freely
>within
>his industry or org.
>>
>This should be fairly trivial.
>>
>A serial based on username and/or some hardware metric. (mac
>address?)
>would be enough to stop this type of piracy. No expensive 3rd
>party sw
>is needed for this type of protection.
>>
>Just enough incentive to make these users spend more of their
>bosses
>money on a key rather than just moving an exe file to another pc.
>>
>>
>Rad [Visual C# MVP] wrote:
>>On 9 Dec 2006 19:06:20 -0800, Blake wrote:
>>>
>If you are not worried about skillful crackers breaking your
>protection
>system, why don't you roll your own? It should be fairly
>trivial to
>write a routine to validate a serial or key.
>>
>The hard part is keeping that routine away from prying eyes,
>but as
>you've stated it is not likely that 'real' crackers will have
>a go at
>your apps, so simply obfuscating your assemblies and including
>a key
>validating routine should be enough right?
>>
>>>
>>>
>>Implementing your own protection system is much trickier than it
>>sounds. I
>>would not recommend going along that route. You need some
>>professionally
>>done system like xheo licensing
>>http://xheo.com/products/enterprise/...g/default.aspx
>>>
>>If cost is an issue you can also check out OpenLicense
>>http://openlicense.tigris.org/, which is free
>>--
>>Bits.Bytes
>>http://bytes.thinkersroom.com
>>
>
>




Dec 10 '06 #15
I don't think you can do that, because of DHCP. You can assume
it won't change, but you know what assuming does to you.

Robin S.
------------------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Forgot to say, but backtracking a little, if I could just find a
foolproof way of determing the ACTIVE IP address of the PC on the
network in XP, Win2K and Vista, then this would solve my problem.
Unfortunately even on my test site, I have not been able to achieve
this.

Best wishes

Paul Bromley

"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:eI**************@TK2MSFTNGP04.phx.gbl...
>Ok Robin and Cor,

I understand where you are coming from with this one now. They will
be fully informed. Better still I will be more than happy to give
them a new serial if this is the case - I have no intention of taking
their money and then stitching them up. Just the opposite as for the
last 3-4 years the users have been using my software for nothing. I
am selling to sites that are likely to install on 10 - 20 machines
and do not want them buying one copy when they should be buying more
or a site licence. Until now I have been producing time-limited
software free of charge requiring the users to use a new exe file
every 6 months or so. This was to allow them to try it out and for me
to sort out the problems in the beta stage. These users are now
saying that they are more than happy to pay rather than keep messing
about with new exe files.

Paul Bromley
"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:6_******************************@comcast.com ...
>>>I think he means that if you base the licensing on something in
the hardware, and they change the hardware, and your program
no longer works, you could be liable for damages, unless you
tell them about it up front.

Kind of like Microsoft's program disabled Windows on lots of
machines after they pushed out that program to check for
validity.

iTunes does this, too -- their DRM is based on something in
the hardware. When my drive crashed and I had to replace it,
the next time I tried to play some of my purchased music,
I had to register the computer as a new computer.

Cor, do I have that right?

Robin S.
-----------------------------------
"Paul Bromley" <fl*******@dsl.pipex.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
Hi Cor,

I am not sure what you mean by this. I am not doing anything
malevolent that would cause any damage. Can you clarify this? I
assume from your first paragraph that there is no unique
identifier, although the hard disk serial number is sufficient for
me if it is available from XP, Win2K and Vista.

Paul

"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl. ..
Paul,
>
If what you ask was in the PC, would you think that Microsoft had
used the expensive to handle and not so customer friendly
authentication system.
>
I warn hundred times in this newsgroup that the route you are
going can lead to very high claim damages if you don't explicitly
and very clear tell in advance to the user that a damage on a part
of the hardware can mean that the program you are selling is
completely not function anymore, even despite your program has
nothing to do with that hardware to function.
>
Just my thought,
>
Cor
>
>
"Paul Bromley" <fl*******@dsl.pipex.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
>Hi Blake and all,
>>
>I have gone a long way to 'rolling my own' solution that would be
>adequate for me. My main problem at the moment is trying to find
>a unique identifier for a PC running XP, Win2K and shortly vista.
>All PCs are connected to the internet generally with one NIC
>card, and most PCs will be 'stable' - i.e. I do not need to worry
>about drives being re-formatted. I would like to implement
>protection so that my program be licensed in 2 ways - i.e. on a
>site basis, or as an individual PC. On a site basis, I can easily
>obtain and check the IP address of the server, as I can obtain
>this IP address from a piece of software that I know all sites
>will be running. My main problem is the other option of allowing
>licensing per PC - I need some unique identifier for any PC - but
>this must cover Win2K, XP and shortly Vista.
>>
>I have looked at the commercial offerings and I think they will
>not cover the licensing schemes that I need. Also I need
>implementation to be very simple - by way of my generating a
>serial dependant on information they send to me relating to
>either the standalone PCs or the server. I think most will go for
>the server option, but I also need the standalone option. I have
>done all the work on the encryption and checking side etc, and as
>I say I am not worried about someone cracking what I am doing as
>it will not really hapen in the vertical market where these
>products will go. I had looked at the commercial options to save
>my time, but if I can quickly sort out a unique PC identifier,
>then I have sorted what I wnated to do.
>>
>Last night I came across the Machine GUID in the registry - is
>this present in XP and Win2K, and will this be resent in vista. I
>was looking at the IP address, but on my development machine with
>a fixed and wireless NIC, I have 3 IP addresses showing. Hard
>disk serial number would be fine, but is this present on every PC
>that I am targeting.
>>
>Any solutions to the unique PC identifier would be gratefully
>received. I never thought that this would be so difficult. Note -
>I need to pick this unique idnetifier up without my client base
>having to install anything apart form my programs.
>>
>Many thanks,
>>
>>
>Paul Bromley
>>
>>
>"Blake" <bl***********@gmail.comwrote in message
>news:11**********************@l12g2000cwl.goo glegroups.com...
>>Yes.
>>>
>>Implementing a 'Real' protection system is very very hard, if
>>not
>>impossible.
>>>
>>He specifically stated that his intention is not to stop skilled
>>crackers, but rather stopping users passing around copies freely
>>within
>>his industry or org.
>>>
>>This should be fairly trivial.
>>>
>>A serial based on username and/or some hardware metric. (mac
>>address?)
>>would be enough to stop this type of piracy. No expensive 3rd
>>party sw
>>is needed for this type of protection.
>>>
>>Just enough incentive to make these users spend more of their
>>bosses
>>money on a key rather than just moving an exe file to another
>>pc.
>>>
>>>
>>Rad [Visual C# MVP] wrote:
>>>On 9 Dec 2006 19:06:20 -0800, Blake wrote:
>>>>
>>If you are not worried about skillful crackers breaking your
>>protection
>>system, why don't you roll your own? It should be fairly
>>trivial to
>>write a routine to validate a serial or key.
>>>
>>The hard part is keeping that routine away from prying eyes,
>>but as
>>you've stated it is not likely that 'real' crackers will have
>>a go at
>>your apps, so simply obfuscating your assemblies and
>>including a key
>>validating routine should be enough right?
>>>
>>>>
>>>>
>>>Implementing your own protection system is much trickier than
>>>it sounds. I
>>>would not recommend going along that route. You need some
>>>professionally
>>>done system like xheo licensing
>>>http://xheo.com/products/enterprise/...g/default.aspx
>>>>
>>>If cost is an issue you can also check out OpenLicense
>>>http://openlicense.tigris.org/, which is free
>>>--
>>>Bits.Bytes
>>>http://bytes.thinkersroom.com
>>>
>>
>>
>
>




Dec 10 '06 #16
Dear Robin,
You can always put it in the EULA that pops up when we all install
software that none of us read but are legally bound by.
In Germany, this EULA would only be legal binding if the user knows it
before installing the software. So it must be on the box...

Best regards,

HKSHK
Dec 10 '06 #17
That must be nice. Here in the U.S., you don't get to see
it until you've paid for the software, and then if you don't
agree with it, you can't return it because you opened the
package. How's *that* for a Catch-22?

Robin S.
----------------------------------------
"HKSHK" <hk***@gmx.netwrote in message
news:45**********************@news.freenet.de...
Dear Robin,
>You can always put it in the EULA that pops up when we all install
software that none of us read but are legally bound by.

In Germany, this EULA would only be legal binding if the user knows it
before installing the software. So it must be on the box...

Best regards,

HKSHK

Dec 10 '06 #18
Here, in Australia, contract law dictates that no conditions can be
applied after a sale, so the bits of paper inside the box or a click
thru screen agreements on boxed sw should technically be non-binding.

It's never been court tested to my knowledge though.

RobinS wrote:
That must be nice. Here in the U.S., you don't get to see
it until you've paid for the software, and then if you don't
agree with it, you can't return it because you opened the
package. How's *that* for a Catch-22?

Robin S.
----------------------------------------
"HKSHK" <hk***@gmx.netwrote in message
news:45**********************@news.freenet.de...
Dear Robin,
You can always put it in the EULA that pops up when we all install
software that none of us read but are legally bound by.
In Germany, this EULA would only be legal binding if the user knows it
before installing the software. So it must be on the box...

Best regards,

HKSHK
Dec 10 '06 #19
HKSHK,

I was in doubt if I would write this yesterday, however this is one of the
good laws created by the EU, it is not special Germany.

:-)

Cor

"HKSHK" <hk***@gmx.netschreef in bericht
news:45**********************@news.freenet.de...
Dear Robin,
>You can always put it in the EULA that pops up when we all install
software that none of us read but are legally bound by.

In Germany, this EULA would only be legal binding if the user knows it
before installing the software. So it must be on the box...

Best regards,

HKSHK

Dec 11 '06 #20
Blake,

No profesional company in the EU will go against that rule.

Any paper in a box excluding rights not showed before to the buyer are in
fact worthless and will be handled like that if it comes to court. (They
only have meaning if the rights are extending those from the buyer to the
normal behaviour).

I am glad to know that Australia has the same rules.

Cor

"Blake" <bl***********@gmail.comschreef in bericht
news:11**********************@j44g2000cwa.googlegr oups.com...
Here, in Australia, contract law dictates that no conditions can be
applied after a sale, so the bits of paper inside the box or a click
thru screen agreements on boxed sw should technically be non-binding.

It's never been court tested to my knowledge though.

RobinS wrote:
>That must be nice. Here in the U.S., you don't get to see
it until you've paid for the software, and then if you don't
agree with it, you can't return it because you opened the
package. How's *that* for a Catch-22?

Robin S.
----------------------------------------
"HKSHK" <hk***@gmx.netwrote in message
news:45**********************@news.freenet.de.. .
Dear Robin,

You can always put it in the EULA that pops up when we all install
software that none of us read but are legally bound by.

In Germany, this EULA would only be legal binding if the user knows it
before installing the software. So it must be on the box...

Best regards,

HKSHK

Dec 11 '06 #21

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

79
13958
by: Klaus Bonadt | last post by:
In order to protect software from being copied without licence, I would like to use something like a key, which fits only to the current system. The serial number of the CPU or the current...
75
8192
by: Massimo | last post by:
I'm planning to develop a .NET application using C#, in order to sell it as a shareware and/or as a full package, so I'll need a good way to protect it against piracy. I know some ways to protect...
10
3344
by: Jose Jimenez | last post by:
Hi Folks I wonder if somebody can help me to copy protect a C program that runs under ms-dos compilated with djgpp... and gcc I have seen www.sofpro.com for references but the software has...
19
2177
by: John | last post by:
I would like to use some third party software for copy protection, software that prevents from copy paste program to another computer (not obfuscator). I am looking for some good solution (hardware...
12
2287
by: Pioneer | last post by:
Hi, I would be installing a desktop application on a standalone PC. How do I make sure that owner should not be ableto copy that and/or give it to other folks. In short, how to build measures to...
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7087
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7334
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6993
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5579
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
383
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.