open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
947 stars 300 forks source link

Public Key adding issue #136

Closed rytisss closed 2 years ago

rytisss commented 2 years ago

Hi, Thank You for this project!!!

I want to integrate licensing into my project, however, I got stumbled on one issue. I want to change the public key while initializing the new project: image

Generated license all the time ends up like this (length of 140): image

And it is corrupted all the time.

Am I doing something wrong? Can you provide a sample of how to generate a license with a private-public key?

Any help is appreciated. Thank you in advance!

rytisss commented 2 years ago

Found out that public/private keys are generated during the first compilation. All solved, closing issue