Making serial activation in plugin - serial generator

Hello,
I wonder how to create trial version of my plugin, that become full version after fill activation code.
I am going to set my plugin to be unsaveable until somebody provide activation code.
And I wonder is there any activation code generator in JUCE library? How you solve such issues?

Or should I create my own algorithm?

For any advices thanks in advance,
Best Regards

I’d take a look at the juce_product_unlocking module. It has everything you should need in it.

1 Like