mirror of
https://github.com/junian/Standard.Licensing.git
synced 2026-04-25 05:45:51 +03:00
[GH-ISSUE #13] use license key instead of file #12
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#12
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 @furesoft on GitHub (Jan 30, 2020).
Original GitHub issue: https://github.com/junian/Standard.Licensing/issues/13
is it possible to use a licence key in this format instead of a file?
xxxx-xxx-xxxx-xxxx-xxx
@dataweasel commented on GitHub (May 21, 2022):
I know this is kind of old...but for anyone else who might wonder...
What I did for this was simply to encrypt the license with AES. Created an application-specific Salt string that is used when encrypting the license. It's too long to expect a customer to type it in, but it can be sent in an email, then copy-n-pasted.
@CraigRichards commented on GitHub (Oct 8, 2022):
This sounds interesting.
Do you have a sample of this?