I dumped the license and the public key from an embaded device.
I'm 100% sure, that the license is signed with 1024 bits key, because the signature is 128 bytes length...
The public key is stored in a binary file (publickey.bin) but is 256 byte long and I can not identify in what format is stored.
I played many combinations with openssl (DER/PEM format, different crypto algos), but I can't produce the 256 bytes binary storage size for a 1024bits key.
Mabye somebody know any format to store 1024 bits binary Modulus in 256 bytes?
The dumped public key is:
Thanks for any advice