dummy licence file & RSA key pair ?
-
hello !
i would like to know what is it ?
for creating serial protection to vst/standalone app ?
how to create/use it ?
thanks in advance. -
Yes, that feature can be used to build plugins that use our license server for a simple serial copy protection.
-
@Christoph-Hart Hello
Is there any example that shows how to implement these methods( just using the dummy license ) ? Looking around and there are little to no information concerning this and there's nothing on the documentation apart from the titles. Juce has a tutorial, but I have no clue on how to apply this In HISE.
Thanks -
@Sawer Just reference the unlocker with
createLicenseUnlocker
=> your binary is now locked.
then useloadKeyFile
to check if there's a license available (the dummy file in your case), and it automatically unlocks the binary...