Page 1 of 1

Can not create serial number: Serial number is too long

Posted: Fri May 17, 2019 8:37 pm
by jokehuang
As image, I can't add a Custom Name that it's length 255 to the license.

Re: Can not create serial number: Serial number is too long

Posted: Sat May 18, 2019 7:04 am
by Admin
What RSA key length do you use?

Re: Can not create serial number: Serial number is too long

Posted: Sat May 18, 2019 10:47 am
by jokehuang
Admin wrote:What RSA key length do you use?
2048 bits

Re: Can not create serial number: Serial number is too long

Posted: Sat May 18, 2019 10:49 am
by jokehuang
I think I've figured out that a 2048-bit key can only encrypt up to 256 bytes of data.

After subtracting 11 bytes of nMinPadding, the remaining 245 bytes are available.

Re: Can not create serial number: Serial number is too long

Posted: Sat May 18, 2019 12:38 pm
by Admin
2048 bits = 256 bytes - this is the maximum size of a serial number and in your case it isn't enought to store all required information (include the value of the "Name" field)