I want to use custom data inside a registration key for a custom keygen. At the moment, I see only the standard use of the TKeyGenParams structure without custom data. I want to add additional data like:
Code: Select all
TKeyGenParams = record
...
CustomData : PAnsiChar;
end;
When verifying the key, it would be useful to receive this information for identification, like:
Code: Select all
Valid registration key.
Key information:
Created: 17 April 2007
Expiration date: 1 January 2008
Unlock crypted section #1
Unlock crypted section #7
Unlock crypted section #16
Watermark ID 012345
