Standard.Licensing icon indicating copy to clipboard operation
Standard.Licensing copied to clipboard

use license key instead of file

Open furesoft opened this issue 5 years ago • 2 comments

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

furesoft avatar Jan 30 '20 08:01 furesoft

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.

dataweasel avatar May 21 '22 16:05 dataweasel

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?

CraigRichards avatar Oct 08 '22 04:10 CraigRichards