Feature to add the user custom data to a key
Posted: Sun Oct 12, 2025 9:02 pm
Hi,
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:
It would be something like a watermark or some kind of unique identifier in the key.
When verifying the key, it would be useful to receive this information for identification, like:
Are there any chances to use similar now? I might have missed something, but I don't think I found the right information in the help file.
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