Changes

195 bytes added ,  04:21, 27 April 2013
no edit summary
Line 48: Line 48:  
== Public Key ==
 
== Public Key ==
    +
Determining the type of public key stored, is done by checking the key type:
 +
 +
{| class="wikitable"
 +
|-
 +
! Value
 +
! Key Type
 +
|-
 +
| 0x0
 +
| RSA_4096 ?
 +
|-
 +
| 0x1
 +
| RSA_2048
 +
|-
 +
| 0x2
 +
| Elliptic Curve ?
 +
|}
 
=== RSA ===
 
=== RSA ===
 
This contains the Public Key(i.e. Modulus & Public Exponent). For RSA-2048 public keys, this section is as follows:
 
This contains the Public Key(i.e. Modulus & Public Exponent). For RSA-2048 public keys, this section is as follows:
839

edits