R
Roedy Green
I was disturbed when a grammar checking online service wanted my
credit card before they would even let me see the product. I
declined.
Then I started to wonder what such a service could to prevent people
from getting endless free trials. Software you install can hide
something in the registry, but what can online software do?
They have used a credit card number, which presumably they can check
for validity, and prevent reuse, then issue a login/password for the
trial period.
It would be nice if people had unique ids. Perhaps someday everyone
will get a code-signing cert to use as online ID.
You could track IP, but a student at a university plugging in anywhere
to a campus net would get a different IP and many students would get
the same IP.
You could run some JWS signed code to snoop on the CPU ID, but that
can be turned off and AMD chips don't have one.
Ideas?
credit card before they would even let me see the product. I
declined.
Then I started to wonder what such a service could to prevent people
from getting endless free trials. Software you install can hide
something in the registry, but what can online software do?
They have used a credit card number, which presumably they can check
for validity, and prevent reuse, then issue a login/password for the
trial period.
It would be nice if people had unique ids. Perhaps someday everyone
will get a code-signing cert to use as online ID.
You could track IP, but a student at a university plugging in anywhere
to a campus net would get a different IP and many students would get
the same IP.
You could run some JWS signed code to snoop on the CPU ID, but that
can be turned off and AMD chips don't have one.
Ideas?