Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use license key instead of file #13

Open
furesoft opened this issue Jan 30, 2020 · 2 comments
Open

use license key instead of file #13

furesoft opened this issue Jan 30, 2020 · 2 comments

Comments

@furesoft
Copy link

is it possible to use a licence key in this format instead of a file?
xxxx-xxx-xxxx-xxxx-xxx

@dataweasel
Copy link

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
Copy link

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.

This sounds interesting.
Do you have a sample of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants