need some advice on creating unlock codes for apps

  • Thread starter Thread starter Milsnips
  • Start date Start date
M

Milsnips

hi there,

i would like some pointers in how to go about creating some kind of serial
unlock code based on hardware key i create generated from the pocketpc?

any help appreciated,
Paul
 
Hi Milsnips,

maybe you want some kind of asymmetric encryption? For example:
- User sends hardware key to you
- You encrypt the hardware key with your private key and send the result
to the user
- User (your app) decrypts the cipher text with a public key and
compares against the hardware key

For asymmetric encryption, OpenNETCF.org has some classes for you.

Kind Regards,

Roland
 

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

Back
Top