Re: Serial key Framework for cocoa?
Re: Serial key Framework for cocoa?
- Subject: Re: Serial key Framework for cocoa?
- From: Thomas Engelmeier <email@hidden>
- Date: Wed, 31 Jan 2007 10:15:05 +0100 (MET)
On 31.01.2007, at 04:50, Rosyna wrote:
Don't use Objective-C
Don't generate valid serial numbers from inside your code.
Do not include the well documented source code to your serial
number gen with your application.
Do not put your SN stuff in a framework or other library.
Do strip the C symbols that handle your SN stuff or alternatively,
inline them.
.. Do not use a single function to verify the whole key.
Do not validate immediately as the response of the registration
dialog (then you can also use [MyRegistration validate:theString])
Do use multiple functions to validate different aspects of the S/N
"littered" through the whole application
Regards,
Tom_E
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden