View Single Post
  #1  
Old 01-10-2018, 00:09
leader leader is offline
Friend
 
Join Date: Oct 2017
Posts: 10
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 15
Thanks Rcvd at 3 Times in 2 Posts
leader Reputation: 0
RSA Public Key format

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:

Code:
...
Thanks for any advice

Last edited by leader; 01-11-2018 at 01:20.
Reply With Quote