[GH-ISSUE #8] How to generate .lic for a product wich works in a specific machine #7

Closed
opened 2026-02-26 01:35:46 +03:00 by kerem · 1 comment
Owner

Originally created by @SonaBIMDev on GitHub (Sep 4, 2019).
Original GitHub issue: https://github.com/junian/Standard.Licensing/issues/8

Hi
First of all, thx for your Code :-)
I'd like to generate a lic file with a keyProduct wichh work only one and unique machine. I mean, if the program user move the file to another computer, it won't be work. Is it possible?

Originally created by @SonaBIMDev on GitHub (Sep 4, 2019). Original GitHub issue: https://github.com/junian/Standard.Licensing/issues/8 Hi First of all, thx for your Code :-) I'd like to generate a lic file with a keyProduct wichh work only one and unique machine. I mean, if the program user move the file to another computer, it won't be work. Is it possible?
kerem closed this issue 2026-02-26 01:35:46 +03:00
Author
Owner

@lastlink commented on GitHub (Sep 4, 2019):

@pierrenavarra I've been encrypting and decrypting my licenses, but the most secure way is to use info from the license and validate with a server and possibly store the response in a cache (I'm in the process of building my own). You can generate your own unique id and store it in the license and validate on this, but users can change it unless your license is encrypted or the unique ids are pulled from a server.

<!-- gh-comment-id:527931051 --> @lastlink commented on GitHub (Sep 4, 2019): @pierrenavarra I've been encrypting and decrypting my licenses, but the most secure way is to use info from the license and validate with a server and possibly store the response in a cache (I'm in the process of building my own). You can generate your own unique id and store it in the license and validate on this, but users can change it unless your license is encrypted or the unique ids are pulled from a server.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Standard.Licensing#7
No description provided.