licensepp icon indicating copy to clipboard operation
licensepp copied to clipboard

Question about usage!

Open diuming opened this issue 4 years ago • 4 comments

i have been success compiled this library on macOS. but, I have an usage question.

Does it can be work like this behavior. if so, could you give me a hint?

thanks

diuming avatar Mar 11 '20 07:03 diuming

@diuming could you please simplify your question and write it in a line or two?

abumq avatar Apr 08 '20 05:04 abumq

@abumusamq thanks for replaying

Application don't need to recompile for difference serial numbers.

ex:

 Client
+--------------+
| Application  +---> USB instrument(serial number)
+--------------+
| public key   |      
| private key? | 
| licensed?    |
+--------------+
1)using the serial number to create an unique public key in memory(also can save to a file).
2)send public key to Vendor(now the licensed = false). take a look vendor, please
3)receive the unique private key.
4)verify public key and private key are match?
5)if so, the licensed = true (Application can work)
Venor
1)receive the public key.
2)create an unique private key by the public key.
3)sent private key to client.

diuming avatar Apr 13 '20 02:04 diuming

@diuming see another libs

akio-tanaka/lickey open-license-manager

dererror33 avatar Apr 23 '20 10:04 dererror33

@lurumdare thanks. but it does not support macOS.

diuming avatar Apr 24 '20 04:04 diuming

It does support macOS. I have built it on macOS (both Intel and ARM64), Linux (x86_64 and ARM64) and Windows

I am not sure if this is relevant now but I am going to close this and feel free to open a new one if this helps.

abumq avatar Jul 20 '23 11:07 abumq