Hi Guys
Just wondering how secure using a CF UUID or SQL GUID as product activation key would be ?
Heres my idea for the scenario
1. user purchases software, write a record to the DB on payment and email them the UUID thats generated.
2. when they launch the application (an EXE) they must enter the UUID to have it activated. I make a web-service call back the to the CF Server to validate the UUID is a paid customer in the DB. if they web service returns true the application becomes active.
3. I store the UUID in either the registry or an XML file in the installation folder and re-check each time they launch the app.
The only other thing i can think of doing is actually storing the hashed version of the UUID in the db and doing a compare to make the db more secure.
does this seem like a resonably secure way to protect my app ?
Pat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---
- [cfaussie] UUID as a product key Patrick Branley
- [cfaussie] Re: UUID as a product key darryl lyons
- [cfaussie] Re: UUID as a product key Gary Menzel
- [cfaussie] Re: UUID as a product key Patrick Branley
- [cfaussie] Re: UUID as a product key Barry Beattie
- [cfaussie] Re: UUID as a product key Robin Hilliard
- [cfaussie] Re: UUID as a product key Patrick Branley
