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

multiple libraries, same key #142

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi,

Can you please clarify whether the private or public key which is generated during compilation is hard-coded into any executable (e.g. lccgen or inspector) or the liblicensecc_static.a?

If so, how can I recompile the library under different linux kernel version/ gcc versions without constantly creating new key pairs?

ghost commented 1 year ago

I found a solution ........... do not change the project file :-)

Thanks for the great package.