Component Licensing Question

T

Tomppa

Can OpenNETCF.WindowsCE.DeviceManagement.GetDeviceID() be spoofed?

I'm writing a component licensing class using the LicenseProvider class as a
base class.

My thoughts are to create a lic file contining the DeviceID and sign it with
the private key.

Are the holes in this approach?

THX
 
G

Guest

Of course it can - pretty much anything can, especially in CE which really
has no real form of enforced security (pre 6.0 anyway). And depending on
the device, there's no guarantee for it to be unique. The question is, is
it worth your time to try to outwit the fraction of a percent of people who
know how to do this and who will bother doing it? Probably not. Using it
will probably cover 99.9% of the users out there (or more).
 

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