mirror of
https://github.com/junian/Standard.Licensing.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #8] How to generate .lic for a product wich works in a specific machine #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Standard.Licensing#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.